DBA Data[Home] [Help]

APPS.PO_RELGEN_PKG dependencies on HZ_LOCATIONS

Line 930: /* Check validity against HZ_LOCATIONS */

926: exception
927:
928: when no_data_found then
929:
930: /* Check validity against HZ_LOCATIONS */
931:
932: begin
933: select location_id
934: into x_ship_to_location_id

Line 935: FROM HZ_LOCATIONS

931:
932: begin
933: select location_id
934: into x_ship_to_location_id
935: FROM HZ_LOCATIONS
936: where location_id = req_line.deliver_to_location_id;
937:
938: exception
939: when no_data_found then