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


TABLE: BOM.CST_SC_LOW_LEVEL_CODES

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


CST_SC_LOW_LEVEL_CODES stores the low level codes for all the item-organization combinations that have been computed during Supply Chain Rolled process.
ROLLUP_ID identifies all rows generated by a Supply Chain Rollup. Low Level codes start at 0 and increase by 1 for every level up.
Rows in the table are deleted for only those item-organization combinations which have been previously supply chain rolledup for the same cost type as the current rollup.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
CST_SC_LOW_LEVEL_CODES_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnINVENTORY_ITEM_ID
ColumnORGANIZATION_ID
ColumnROLLUP_ID
CST_SC_LOW_LEVEL_CODES_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnROLLUP_ID
ColumnLOW_LEVEL_CODE
Columns
Name Datatype Length Mandatory Comments
ROLLUP_ID NUMBER (15) Yes Supply Chain Rollup identifier
INVENTORY_ITEM_ID NUMBER (15) Yes Item identifier
ORGANIZATION_ID NUMBER (15) Yes Organization identifier
LOW_LEVEL_CODE NUMBER (15) Yes Low level code
ROUND_UNIT NUMBER

Rounding unit for organization currency
PRECISION NUMBER

Standard precision for organization currency
EXT_PRECISION NUMBER

Extended precision for organization currency
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who column
CREATION_DATE DATE
Yes Standard Who column
CREATED_BY NUMBER (15) Yes Standard Who column
REQUEST_ID NUMBER (15)
Concurrent Who column
PROGRAM_APPLICATION_ID NUMBER (15)
Concurrent Who column
PROGRAM_ID NUMBER (15)
Concurrent Who column
PROGRAM_UPDATE_DATE DATE

Concurrent Who column
LOT_SIZE NUMBER

LOT SIZE FOR ITEM COST
Query Text

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


SELECT ROLLUP_ID
,      INVENTORY_ITEM_ID
,      ORGANIZATION_ID
,      LOW_LEVEL_CODE
,      ROUND_UNIT
,      PRECISION
,      EXT_PRECISION
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      CREATION_DATE
,      CREATED_BY
,      REQUEST_ID
,      PROGRAM_APPLICATION_ID
,      PROGRAM_ID
,      PROGRAM_UPDATE_DATE
,      LOT_SIZE
FROM BOM.CST_SC_LOW_LEVEL_CODES;

Dependencies

[top of page]

BOM.CST_SC_LOW_LEVEL_CODES does not reference any database object

BOM.CST_SC_LOW_LEVEL_CODES is referenced by following:

SchemaBOM
ViewCST_SC_LOW_LEVEL_CODES#