[Home] [Help]
[Dependency Information]
| Object Name: | CST_PAC_EXPLOSION_TEMP |
|---|---|
| Object Type: | TABLE |
| Owner: | BOM |
| FND Design Data: | BOM.CST_PAC_EXPLOSION_TEMP
|
| 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: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| CST_PAC_EXPLOSION_TEMP_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
PAC_PERIOD_ID
COST_GROUP_ID
COMPONENT_ITEM_ID
|
| CST_PAC_EXPLOSION_TEMP_N2 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
ASSEMBLY_ITEM_ID
PAC_PERIOD_ID
COST_GROUP_ID
COMPONENT_ITEM_ID
|
| 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:
APPS
CST_PAC_EXPLOSION_TEMP
|
|
|
|