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


TABLE: BOM.BOM_RESOURCE_DOWNCODES

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


BOM_RESOURCE_DOWNCODES stores the downcode information for a Resource. Holds the data when Resource is not available. Records in the table is identified by RESOURCE_ID and DOWNCODES.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
BOM_RESOURCE_DOWNCODES_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnRESOURCE_ID
ColumnDOWNCODE
Columns
Name Datatype Length Mandatory Comments
RESOURCE_ID NUMBER
Yes Resource unique identifier
DOWNCODE NUMBER
Yes Resource Downcode
LAST_UPDATE_DATE DATE
Yes Standard WHO Column
LAST_UPDATED_BY NUMBER
Yes Standard WHO Column
CREATION_DATE DATE
Yes Standard WHO Column
CREATED_BY NUMBER
Yes Standard WHO Column
LAST_UPDATE_LOGIN NUMBER

Standard WHO Column
Query Text

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


SELECT RESOURCE_ID
,      DOWNCODE
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
FROM BOM.BOM_RESOURCE_DOWNCODES;

Dependencies

[top of page]

BOM.BOM_RESOURCE_DOWNCODES does not reference any database object

BOM.BOM_RESOURCE_DOWNCODES is referenced by following:

SchemaAPPS
SynonymBOM_RESOURCE_DOWNCODES