DBA Data[Home] [Help]

APPS.MSC_DRP_UTIL dependencies on MSC_COMPONENTS_SC_V

Line 1001: from msc_components_sc_v

997: and sr_instance_id = p_inst_id;
998:
999: cursor comp_c is
1000: select inventory_item_id
1001: from msc_components_sc_v
1002: where plan_id = p_plan_id
1003: and using_assembly_id = p_item_id
1004: and organization_id = p_org_id
1005: and sr_instance_id = p_inst_id;