PJR_COST_EXP_GROUP_INT
Interface table that contains information about Fusion Project Costing Expenditure Items batch transactions that will be imported into Oracle Fusion Project Resource Management
Details
-
Schema: FUSION
-
Object owner: PJR
-
Object type: TABLE
-
Tablespace: INTERFACE
Primary Key
Name | Columns |
---|---|
PJR_COST_EXP_GROUP_INT_PK |
XFACE_REC_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
XFACE_REC_ID | NUMBER | 18 | Yes | Unique row identifier for the interface table | |
INTERFACE_ID | NUMBER | 18 | Identifies all transactions processed by a given concurrent request in the costing table,pjc_txn_xface_all | ||
EXP_GROUP_ID | NUMBER | 18 | Yes | Indicates an expenditure batch that will be imported from the PJC_EXP_ITEMS_ALL table. | |
BATCH_STATUS | VARCHAR2 | 1 | Status of the batch.Possible values are S for Submitted,P for Processed and E for Error | ||
ADJUSTMENT_FLAG | VARCHAR2 | 1 | Indicates whether the batch that will be impoted is for expenditure item adjustments | ||
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_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. | ||
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 |
---|---|---|---|
PJR_COST_EXP_GROUP_INT_U1 | Unique | Default | XFACE_REC_ID |