DBA Data[Home] [Help]

APPS.CTO_CONFIG_ITEM_PK dependencies on BOM_EXPLOSIONS

Line 20: check_atp bom_explosions.check_atp%type

16: type smc_rec is record (
17: item_id oe_order_lines.inventory_item_id%type,
18: sequence_id oe_order_lines.component_sequence_id%type,
19: quantity oe_order_lines.ordered_quantity%type ,
20: check_atp bom_explosions.check_atp%type
21: );
22:
23: type SmcTab is table of smc_rec index by binary_integer;
24: