JG_ZZ_TA_ALLOCATED_LINES

This table stores the information on the original journal line used to allocate new journal line. There is a one-to-one relationship between the journal lines and allocated journal lines. This table corresponds to the Allocations zone of the Journal Allocations Rules form.

Details

  • Schema: FUSION

  • Object owner: JE

  • Object type: TABLE

  • Tablespace: APPS_TS_TX_DATA

Primary Key

Name Columns

JG_ZZ_TA_ALLOCATED_LINES_PK

JE_BATCH_ID, JE_LINE_NUM

Columns

Name Datatype Length Precision Not-null Comments
JE_BATCH_ID NUMBER 18 Yes Batch Identifier
PROGRAM_APP_NAME VARCHAR2 50 Identifies the Application name spawning the Concurrent Request
PROGRAM_NAME VARCHAR2 30 Identifies the concurrent program
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
JE_HEADER_ID NUMBER 18 Yes Journal Entry Header defining Column
JE_LINE_NUM NUMBER 18 Yes Journal Entry Line Number
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
PROGRAM_UPDATE_DATE DATE Date Program Updated Row
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.

Indexes

Index Uniqueness Tablespace Columns
JG_ZZ_TA_ALLOCATED_LINES_N1 Non Unique Default REQUEST_ID
JG_ZZ_TA_ALLOCATED_LINES_U1 Unique Default JE_HEADER_ID, JE_LINE_NUM
JG_ZZ_TA_ALLOCATED_LINES_U2 Unique Default JE_BATCH_ID, JE_LINE_NUM