DBA Data[Home] [Help]

APPS.POS_ASN_SEARCH_PKG dependencies on HR_LOCATIONS

Line 201: HR_LOCATIONS hrl

197: l_ship_to_loc_id,
198: l_ship_to_location
199: from POS_ASN_SHOP_CART_HEADERS ct,
200: PO_VENDOR_SITES vs,
201: HR_LOCATIONS hrl
202: where ct.session_id = l_session_id
203: and ct.vendor_site_id = vs.vendor_site_id
204: and ct.SHIP_TO_LOCATION_ID = hrl.LOCATION_ID;
205: