SUB_RULE_TRANSL(SQL Table) |
Index Back |
---|---|
Substitution Rule ValuesSubstitution Rule Values specifies the attribute values to be tested and the ChartField values to be applied (i.e. substitued for the accounting template value). |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SETID | Character(5) | VARCHAR2(5) NOT NULL |
SetID
Default Value: OPR_DEF_TBL_FS.SETID Prompt Table: SP_SETID_NONVW |
2 | SUB_RULE_ID | Character(20) | VARCHAR2(20) NOT NULL | The unique key identifier for a given accounting template substitution rule. |
3 | TEST_ATTRIBUTE | Character(18) | VARCHAR2(18) NOT NULL | Represents the treasury deal transaction attribute that is subject to a predefined accounting template |
4 | SET_CF | Character(18) | VARCHAR2(18) NOT NULL | Represents a treasury accounting template substitution rule that determines which General Ledger chartfield is |
5 | TRA_ATTR_VALUE | Character(30) | VARCHAR2(30) NOT NULL |
The desired source transaction attribute value defined as a substitution rule within a given accounting entry.
Prompt Table: %EDIT_TEST_ATTR |
6 | TRA_CHRTFLD_VALUE | Character(30) | VARCHAR2(30) NOT NULL |
The desired accounting chartfield value defined as a substitution rule within a given accounting entry.
Prompt Table: %EDIT_CF |