ACA_RELATIONSHIPS_INT
Interface table to import product development relationships.
Details
-
Schema: FUSION
-
Object owner: ACA
-
Object type: TABLE
-
Tablespace: INTERFACE
Primary Key
Name | Columns |
---|---|
ACA_RELATIONSHIPS_INT_PK |
INTERFACE_TABLE_UNIQUE_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
INTERFACE_TABLE_UNIQUE_ID | NUMBER | 18 | Yes | INTERFACE_TABLE_UNIQUE_ID is the unique id of the relationships interface table. | |
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. | |
TRANSACTION_TYPE | VARCHAR2 | 10 | Yes | TRANSACTION_TYPE determines whether the type of transaction is CREATE, UPDATE, DELETE or SYNC. | |
OBJECT_NUMBER | VARCHAR2 | 500 | OBJECT_NUMBER refers to the number of the source object. | ||
OBJECT_ORG_CODE | VARCHAR2 | 18 | Organization code of the object. | ||
OBJECT_ID | NUMBER | 18 | Attribute indicating the unique identifier of the object. | ||
OBJECT_TYPE | VARCHAR2 | 30 | Attribute indicating the type of object. | ||
RELATIONSHIP_TYPE | VARCHAR2 | 30 | Indicates the various types of relationships when associating multiple objects. The values of this column will be picked from FND lookup ORA_ACA_REL_TYPE. | ||
RELATED_OBJ_NUMBER | VARCHAR2 | 500 | Refers to the number of the related object. | ||
RELATED_OBJ_TYPE | VARCHAR2 | 30 | Object type of the related object. | ||
RELATED_OBJ_ORG_CODE | VARCHAR2 | 18 | Organization code of the related object. | ||
RELATED_OBJ_ID | NUMBER | 18 | Unique id of the related object. | ||
RELATIONSHIP_ID | NUMBER | 18 | Attribute indicating the unique identifier of the relationship. | ||
LOAD_REQUEST_ID | NUMBER | 18 | LOAD_REQUEST_ID is the manadatory column in any interface table which is used by FBDI process and is being populated by FBDI. | ||
REQUEST_ID | NUMBER | 18 | Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row. | ||
BATCH_ID | NUMBER | 18 | BATCH_ID is the current Batch Number of the ESS Job. | ||
PROCESS_STATUS | VARCHAR2 | 3 | PROCESS_STATUS will determine whether process is successful or failure. | ||
JOB_DEFINITION_NAME | VARCHAR2 | 100 | Enterprise Service Scheduler: indicates the name of the job that created or last updated the row. | ||
JOB_DEFINITION_PACKAGE | VARCHAR2 | 900 | Enterprise Service Scheduler: indicates the package name of the job that created or last updated the row. | ||
CREATED_BY | VARCHAR2 | 64 | Who column: indicates the user who created the row. | ||
CREATION_DATE | TIMESTAMP | Who column: indicates the date and time of the creation of the row. | |||
LAST_UPDATED_BY | VARCHAR2 | 64 | Who column: indicates the user who last updated the row. | ||
LAST_UPDATE_DATE | TIMESTAMP | 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. |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
ACA_RELATIONSHIPS_INT_N1 | Non Unique | FUSION_TS_INTERFACE | BATCH_ID, PROCESS_STATUS, REQUEST_ID |
ACA_RELATIONSHIPS_INT_N2 | Non Unique | FUSION_TS_INTERFACE | REQUEST_ID, PROCESS_STATUS, TRANSACTION_TYPE |
ACA_RELATIONSHIPS_INT_U1 | Unique | FUSION_TS_INTERFACE | INTERFACE_TABLE_UNIQUE_ID |