DBA Data[Home] [Help]

APPS.PO_RELGEN_PKG dependencies on HZ_LOCATIONS

Line 936: /* Check validity against HZ_LOCATIONS */

932: exception
933:
934: when no_data_found then
935:
936: /* Check validity against HZ_LOCATIONS */
937:
938: begin
939: select location_id
940: into x_ship_to_location_id

Line 941: FROM HZ_LOCATIONS

937:
938: begin
939: select location_id
940: into x_ship_to_location_id
941: FROM HZ_LOCATIONS
942: where location_id = req_line.deliver_to_location_id;
943:
944: exception
945: when no_data_found then