DBA Data[Home] [Help]

APPS.PO_POXRQRSR_XMLP_PKG dependencies on HZ_LOCATIONS

Line 105: from hz_locations where location_id = deliver_to_location_id;

101: if deliver_to_location is not null then
102: return deliver_to_location ;
103: else
104: select address1 || ' ' || address2 || ' ' || address3 into x_address
105: from hz_locations where location_id = deliver_to_location_id;
106: return(x_address);
107: end if;
108: end;
109: