DBA Data[Home] [Help]

APPS.FLM_SCHEDULE_REPORT dependencies on BOM_EXPLOSIONS

Line 41: from bom_explosions

37: l_parent_type VARCHAR2(30);
38: BEGIN
39: select component_item_id, assembly_item_id, top_item_id
40: into l_comp_id, l_parent_id, l_top_id
41: from bom_explosions
42: where top_bill_sequence_id = p_top_bill_seq_id
43: and sort_order = p_sort_order
44: and explosion_type = 'ALL';
45: