DBA Data[Home] [Help]

APPS.PO_COPYDOC_SUB dependencies on HZ_LOCATIONS

Line 1932: FROM HZ_LOCATIONS

1928: exception
1929: when no_data_found then
1930: SELECT distinct 'Y'
1931: INTO x_valid_flag
1932: FROM HZ_LOCATIONS
1933: WHERE nvl(address_expiration_date, trunc(sysdate + 1)) > trunc(sysdate)
1934: AND location_id = x_deliver_to_location_id;
1935: end;
1936: