DBA Data[Home] [Help]

APPS.PO_RELGEN_PKG dependencies on HR_LOCATIONS

Line 923: FROM HR_LOCATIONS

919: begin
920:
921: SELECT NVL(SHIP_TO_LOCATION_ID,LOCATION_ID)
922: INTO x_ship_to_location_id
923: FROM HR_LOCATIONS
924: WHERE LOCATION_ID = req_line.deliver_to_location_id;
925:
926: exception
927: