DBA Data[Home] [Help]

APPS.MRP_GET_LOCATION dependencies on MTL_ITEM_LOCATIONS_KFV

Line 9: from mtl_item_locations_kfv

5: var_location_name VARCHAR2(240);
6:
7: cursor C1 is
8: select concatenated_segments
9: from mtl_item_locations_kfv
10: where inventory_location_id = arg_location_id
11: and organization_id = arg_org_id;
12:
13: BEGIN