DBA Data[Home] [Help]

APPS.FLM_EXECUTION_UTIL dependencies on BOM_EXPLOSIONS

Line 573: from bom_explosions be, bom_inventory_components bic

569: CURSOR bom_cursor (bill_seq IN NUMBER,
570: exp_type IN VARCHAR2,
571: sort_ord IN VARCHAR2) IS
572: select count(top_bill_sequence_id) count
573: from bom_explosions be, bom_inventory_components bic
574: where top_bill_sequence_id = bill_seq
575: and explosion_type = exp_type
576: and sort_order = sort_ord
577: and be.component_sequence_id = bic.component_sequence_id