DBA Data[Home] [Help] [Dependency Information]


TABLE: BOM.BOM_COPY_STRUCTURE_ACTIONS

Object Details
Object Name: BOM_COPY_STRUCTURE_ACTIONS
Object Type: TABLE
Owner: BOM
FND Design Data: TableBOM.BOM_COPY_STRUCTURE_ACTIONS
Subobject Name:
Status: VALID


BOM_COPY_STRUCTURE_ACTIONS stores action information that need to be performed while coping the structure.These are transaction tables. Used for Multi Org copy. Records in the table is identified by COPY_REQUEST_ID, ORGANIZATION_ID and COMPONENT_SEQUENCE_ID.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
BOM_COPY_STRUCTURE_ACTIONS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnCOPY_REQUEST_ID
ColumnORGANIZATION_ID
ColumnCOMPONENT_SEQUENCE_ID
Columns
Name Datatype Length Mandatory Comments
COPY_REQUEST_ID NUMBER
Yes Copy Request Id of the copy operation
ORGANIZATION_ID NUMBER
Yes Copy Request Id of the copy operation
COMPONENT_SEQUENCE_ID NUMBER
Yes Component Sequence Id of the component for which the exception action needs to be taken
COMPONENT_EXCEPTION_ACTION NUMBER
Yes Component Exception which needs to be taken for the component
STRUCTURE_EXCEPTION_ACTION NUMBER
Yes Structure Exception which needs to be taken for the component if it is a sub-assembly
CREATED_BY NUMBER
Yes Standard Who Column
CREATION_DATE DATE
Yes Standard Who Column
LAST_UPDATED_BY NUMBER
Yes Standard Who Column
LAST_UPDATE_DATE DATE
Yes Standard Who Column
LAST_UPDATE_LOGIN NUMBER

Standard Who Column
REQUEST_ID NUMBER

Standard Request Column
PROGRAM_APPLICATION_ID NUMBER

Standard Request Column
PROGRAM_ID NUMBER

Standard Request Column
PROGRAM_UPDATE_DATE DATE

Standard Request Column
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT COPY_REQUEST_ID
,      ORGANIZATION_ID
,      COMPONENT_SEQUENCE_ID
,      COMPONENT_EXCEPTION_ACTION
,      STRUCTURE_EXCEPTION_ACTION
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      REQUEST_ID
,      PROGRAM_APPLICATION_ID
,      PROGRAM_ID
,      PROGRAM_UPDATE_DATE
FROM BOM.BOM_COPY_STRUCTURE_ACTIONS;

Dependencies

[top of page]

BOM.BOM_COPY_STRUCTURE_ACTIONS does not reference any database object

BOM.BOM_COPY_STRUCTURE_ACTIONS is referenced by following:

SchemaAPPS
SynonymBOM_COPY_STRUCTURE_ACTIONS