PJC_ALLOC_GL_LINES
PA_ALLOC_GL_LINES stores allocation source lines that are related to GL accounts.
Details
-
Schema: FUSION
-
Object owner: PJC
-
Object type: TABLE
-
Tablespace: APPS_TS_TX_DATA
Primary Key
Name | Columns |
---|---|
PJC_ALLOC_GL_LINES_PK |
RULE_ID, LINE_NUM |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
RULE_ID | NUMBER | 18 | Yes | Allocation rule identification number | |
LINE_NUM | NUMBER | Yes | Line Number of the source line | ||
SOURCE_CCID | NUMBER | 18 | Yes | Code combination id for GL account | |
SUBTRACT_FLAG | VARCHAR2 | 1 | Yes | The flag indicates whether the GL account balance is subtracted. Y means subtracted | |
CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | |
CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | ||
LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | ||
LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | |
LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. | ||
SOURCE_PERCENT | NUMBER | Percentage of account balance to be considered | |||
OBJECT_VERSION_NUMBER | NUMBER | 9 | Yes | Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried. |
Foreign Keys
Table | Foreign Table | Foreign Key Column |
---|---|---|
PJC_ALLOC_GL_LINES | gl_code_combinations | SOURCE_CCID |
PJC_ALLOC_GL_LINES | pjc_alloc_rules_all | RULE_ID |
pjc_alloc_run_gl_det | pjc_alloc_gl_lines | RULE_ID, LINE_NUM |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
PJC_ALLOC_GL_LINES_N1 | Non Unique | Default | RULE_ID, SUBTRACT_FLAG |
PJC_ALLOC_GL_LINES_U1 | Unique | Default | RULE_ID, LINE_NUM |