[Home] [Help]
[Dependency Information]
| Object Name: | BOM_STD_OP_SCRAP_CODES |
|---|---|
| Object Type: | TABLE |
| Owner: | BOM |
| FND Design Data: | BOM.BOM_STD_OP_SCRAP_CODES
|
| Subobject Name: | |
| Status: | VALID |
BOM_STD_OP_SCRAP_CODES stores the information about the scrap codes for a standard operations.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| BOM_STD_OP_SCRAP_CODES_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
STANDARD_OPERATION_ID
SEQUENCE_NUM
SCRAP_CODE
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| STANDARD_OPERATION_ID | NUMBER | Yes | Standard Operation Unique Identtifier | |
| SEQUENCE_NUM | NUMBER | Yes | Sequence number of the scrap code assigned | |
| SCRAP_CODE | NUMBER | Yes | Scrap code | |
| MAX_ACCEPTABLE_SCRAP_QTY | NUMBER | Maximum acceptable scrap quantity | ||
| CREATED_BY | NUMBER | Yes | Standard who column | |
| CREATION_DATE | DATE | Yes | Standard who column | |
| LAST_UPDATE_DATE | DATE | Yes | Standard who column | |
| LAST_UPDATED_BY | NUMBER | Yes | Standard who column | |
| LAST_UPDATE_LOGIN | NUMBER | Standard who column |
Cut, paste (and edit) the following text to query this object:
SELECT STANDARD_OPERATION_ID
, SEQUENCE_NUM
, SCRAP_CODE
, MAX_ACCEPTABLE_SCRAP_QTY
, CREATED_BY
, CREATION_DATE
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
FROM BOM.BOM_STD_OP_SCRAP_CODES;
BOM.BOM_STD_OP_SCRAP_CODES does not reference any database object
BOM.BOM_STD_OP_SCRAP_CODES is referenced by following:
BOM
BOM_STD_OP_SCRAP_CODES#
|
|
|
|