DBA Data[Home] [Help]

APPS.MSC_DRP_UTIL dependencies on MSC_COMPONENTS_SC_V

Line 992: from msc_components_sc_v

988: and sr_instance_id = p_inst_id;
989:
990: cursor comp_c is
991: select inventory_item_id
992: from msc_components_sc_v
993: where plan_id = p_plan_id
994: and using_assembly_id = p_item_id
995: and organization_id = p_org_id
996: and sr_instance_id = p_inst_id;