EGP_COPY_ORGANIZATIONS

Holds the list of organization ids to which the source structure will get copied.

Details

  • Schema: FUSION

  • Object owner: EGP

  • Object type: TABLE

  • Tablespace: APPS_TS_TX_DATA

Primary Key

Name Columns

EGP_COPY_ORGANIZATIONS_PK

COPY_CRITERION_ID, ORGANIZATION_ID

Columns

Name Datatype Length Precision Not-null Comments
COPY_CRITERION_ID NUMBER 18 Yes Copy Criterion Id of the copy operation
IS_ATTR_UPDATE_ALLOWED_FLAG VARCHAR2 1 Flag to indicate whether common structure's component attribute update will be allowed or not.
ORGANIZATION_ID NUMBER 18 Yes Organization Id of the organization to which the source structure needs to be copied
COMMON_STRUCTURE_FLAG VARCHAR2 1 Yes Flag which specifies whether common structure needs to be created.
EFFECTIVITY_DATE DATE Yes Effectvity Date of the target structure Components
FROM_UNIT_NUMBER VARCHAR2 30 Effectivity Unit Number for target unit effective structures
FROM_END_ITEM_REV_ID NUMBER 18 From End Item Rev Id for End Item Revision Effective components
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_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.
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
PROGRAM_NAME VARCHAR2 30 Identifies the concurrent program.
PROGRAM_APP_NAME VARCHAR2 50 Concurrent Program Application Name
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
EGP_COPY_ORGANIZATIONS egp_copy_criteria COPY_CRITERION_ID
egp_copy_actions egp_copy_organizations COPY_CRITERION_ID, ORGANIZATION_ID

Indexes

Index Uniqueness Tablespace Columns
EGP_COPY_ORGANIZATIONS_PK Unique Default COPY_CRITERION_ID, ORGANIZATION_ID