DBA Data[Home] [Help]

APPS.PO_PDOI_LINE_LOC_PROCESS_PVT dependencies on HR_LOCATIONS_V

Line 2636: FROM hr_locations_v

2632: INSERT INTO po_session_gt(key, num1, num2)
2633: SELECT p_key,
2634: p_index_tbl(i),
2635: inventory_organization_id
2636: FROM hr_locations_v
2637: WHERE p_ship_to_loc_id_tbl(i) IS NOT NULL
2638: AND x_ship_to_org_id_tbl(i) IS NULL
2639: AND location_id = p_ship_to_loc_id_tbl(i)
2640: AND ship_to_site_flag = 'Y';