DBA Data[Home] [Help]

APPS.PO_COPYDOC_SUB dependencies on HZ_LOCATIONS

Line 2077: FROM HZ_LOCATIONS

2073: exception
2074: when no_data_found then
2075: SELECT distinct 'Y'
2076: INTO x_valid_flag
2077: FROM HZ_LOCATIONS
2078: WHERE nvl(address_expiration_date, trunc(sysdate + 1)) > trunc(sysdate)
2079: AND location_id = x_deliver_to_location_id;
2080: end;
2081: