DBA Data[Home] [Help]

APPS.GML_OPM_OM_CONV_MIG_PKG dependencies on IC_WHSE_MST

Line 158: FROM ic_whse_mst

154: AND m.segment1 = ic.item_no; -- 5475003 rework
155:
156: CURSOR get_whse_details(p_whse_code IN VARCHAR2) IS
157: SELECT subinventory_ind_flag, organization_id -- 5574631
158: FROM ic_whse_mst
159: WHERE whse_code = p_whse_code;
160:
161: CURSOR get_locator_id(p_whse_code IN VARCHAR2,p_location IN VARCHAR2) IS
162: SELECT locator_id, inventory_location_id -- 5576431