DBA Data[Home] [Help]

APPS.PO_RELGEN_PKG dependencies on HR_LOCATIONS

Line 929: FROM HR_LOCATIONS

925: begin
926:
927: SELECT NVL(SHIP_TO_LOCATION_ID,LOCATION_ID)
928: INTO x_ship_to_location_id
929: FROM HR_LOCATIONS
930: WHERE LOCATION_ID = req_line.deliver_to_location_id;
931:
932: exception
933: