[Home] [Help]
[Dependency Information]
| Object Name: | BOM_STD_OP_RESP_EXCLUSIONS |
|---|---|
| Object Type: | TABLE |
| Owner: | BOM |
| FND Design Data: | BOM.BOM_STD_OP_RESP_EXCLUSIONS
|
| Subobject Name: | |
| Status: | VALID |
BOM_STD_OP_RESP_EXCLUSIONS stores information about the responsibilities which are excluded from using this operation in Oracle Shop Floor Management.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| BOM_STD_OP_RESP_EXCLUSIONS_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
STANDARD_OPERATION_ID
RESPONSIBILITY_ID
APPLICATION_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| STANDARD_OPERATION_ID | NUMBER | Yes | Standard Operation Unique Identifier | |
| RESPONSIBILITY_ID | NUMBER | Yes | Responsibility Unique Identifier | |
| APPLICATION_ID | NUMBER | Yes | Application to which the current responsibility belongs to | |
| CREATED_BY | NUMBER | Yes | Standard who columns | |
| CREATION_DATE | DATE | Yes | Standard who columns | |
| LAST_UPDATED_BY | NUMBER | Yes | Standard who columns | |
| LAST_UPDATE_DATE | DATE | Yes | Standard who columns | |
| LAST_UPDATE_LOGIN | NUMBER | Standard who columns |
Cut, paste (and edit) the following text to query this object:
SELECT STANDARD_OPERATION_ID
, RESPONSIBILITY_ID
, APPLICATION_ID
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM BOM.BOM_STD_OP_RESP_EXCLUSIONS;
BOM.BOM_STD_OP_RESP_EXCLUSIONS does not reference any database object
BOM.BOM_STD_OP_RESP_EXCLUSIONS is referenced by following:
APPS
BOM_STD_OP_RESP_EXCLUSIONS
|
|
|
|