[Home] [Help]
[Dependency Information]
| Object Name: | BOM_COPY_STRUCTURE_ACTIONS |
|---|---|
| Object Type: | TABLE |
| Owner: | BOM |
| FND Design Data: | BOM.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.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| BOM_COPY_STRUCTURE_ACTIONS_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
COPY_REQUEST_ID
ORGANIZATION_ID
COMPONENT_SEQUENCE_ID
|
| 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 |
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;
BOM.BOM_COPY_STRUCTURE_ACTIONS does not reference any database object
BOM.BOM_COPY_STRUCTURE_ACTIONS is referenced by following:
BOM
BOM_COPY_STRUCTURE_ACTIONS#
|
|
|
|