[Home] [Help]
[Dependency Information]
Object Name: | CST_PAC_EXPLOSION_TEMP |
---|---|
Object Type: | TABLE |
Owner: | BOM |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
CST_PAC_EXPLOSION_TEMP stores distinct parent-child combinations of items for a given period and cost group. It is an intermediate table populated during the calculation of low level codes for Periodic Average Costing
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
CST_PAC_EXPLOSION_TEMP_N1 | NORMAL | NONUNIQUE |
![]() |
![]() ![]() ![]() |
CST_PAC_EXPLOSION_TEMP_N2 | NORMAL | NONUNIQUE |
![]() |
![]() ![]() ![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
PAC_PERIOD_ID | NUMBER | Yes | Period Identifier | |
COST_GROUP_ID | NUMBER | Yes | Cost Group Identifier | |
ASSEMBLY_ITEM_ID | NUMBER | Parent assembly item identifier | ||
COMPONENT_ITEM_ID | NUMBER | Child item identifier | ||
DELETED | VARCHAR2 | (1) | Flag, internally used during computation of low level codes | |
LOOP_COUNT | NUMBER | Counter, internally used during computation of low level codes |
Cut, paste (and edit) the following text to query this object:
SELECT PAC_PERIOD_ID
, COST_GROUP_ID
, ASSEMBLY_ITEM_ID
, COMPONENT_ITEM_ID
, DELETED
, LOOP_COUNT
FROM BOM.CST_PAC_EXPLOSION_TEMP;
BOM.CST_PAC_EXPLOSION_TEMP does not reference any database object
BOM.CST_PAC_EXPLOSION_TEMP is referenced by following:
|
|
|