DBA Data[Home] [Help]

APPS.CTO_CONFIG_ITEM_PK dependencies on BOM_EXPLOSIONS

Line 28: check_atp bom_explosions.check_atp%type

24: type smc_rec is record (
25: item_id oe_order_lines.inventory_item_id%type,
26: sequence_id oe_order_lines.component_sequence_id%type,
27: quantity oe_order_lines.ordered_quantity%type ,
28: check_atp bom_explosions.check_atp%type
29: );
30:
31: type SmcTab is table of smc_rec index by binary_integer;
32: