DBA Data[Home] [Help]

APPS.PO_PDOI_LINE_LOC_PROCESS_PVT dependencies on HR_LOCATIONS_V

Line 2445: FROM hr_locations_v

2441: INSERT INTO po_session_gt(key, num1, num2)
2442: SELECT p_key,
2443: p_index_tbl(i),
2444: inventory_organization_id
2445: FROM hr_locations_v
2446: WHERE p_ship_to_loc_id_tbl(i) IS NOT NULL
2447: AND x_ship_to_org_id_tbl(i) IS NULL
2448: AND location_id = p_ship_to_loc_id_tbl(i)
2449: AND ship_to_site_flag = 'Y';