DBA Data[Home] [Help]

APPS.POS_ASN_NOTIF dependencies on HZ_LOCATIONS

Line 861: hr_locations_all_tl hrl, hz_locations hz

857: ood.ORGANIZATION_CODE ORGANIZATION_CODE
858: FROM rcv_transactions_interface rti, rcv_headers_interface rhi ,
859: org_organization_definitions ood,po_releases_all prl,
860: po_line_locations_all pll,po_lines_all pola,po_headers_all ph,
861: hr_locations_all_tl hrl, hz_locations hz
862: WHERE rhi.header_interface_id=rti.header_interface_id and
863: rhi.shipment_num= p_shipment_num and
864: pola.po_line_id = rti.po_line_id and
865: nvl(prl.agent_id,ph.agent_id)=v_buyer_id and

Line 893: hr_locations_all_tl hrl,hz_locations hz

889: ood.ORGANIZATION_CODE ORGANIZATION_CODE
890: FROM rcv_shipment_lines rsl, rcv_shipment_headers rsh ,
891: org_organization_definitions ood,po_releases_all prl,
892: po_line_locations_all pll,po_lines_all pola,po_headers_all ph,
893: hr_locations_all_tl hrl,hz_locations hz
894: WHERE rsh.shipment_header_id=rsl.shipment_header_id and
895: rsh.shipment_num= p_shipment_num and
896: pola.po_line_id = rsl.po_line_id and
897: nvl(prl.agent_id,ph.agent_id)=v_buyer_id and