DBA Data[Home] [Help]

APPS.INV_LABEL_PVT4 dependencies on PO_VENDORS

Line 135: po_vendors pov, hr_locations_all hrl1, hr_locations_all hrl2,

131: hrl2.location_code location, pll.note_to_receiver note_to_receiver
132: FROM rcv_transactions_interface rti, po_headers_all pha,
133: -- MOAC : po_line_locations changed to po_line_locations_all
134: po_lines_all pol, rcv_shipment_headers rsh, po_line_locations_all pll,
135: po_vendors pov, hr_locations_all hrl1, hr_locations_all hrl2,
136: -- MOAC : po_vendor_sites changed to po_vendor_sites_all
137: po_vendor_sites_all pvs, per_people_f ppf
138: where rti.interface_transaction_id = p_transaction_id
139: AND rti.po_header_id = pha.po_header_id(+)

Line 167: po_vendors pov, hr_locations_all hrl1, hr_locations_all hrl2,

163: hrl2.location_code location, pll.note_to_receiver note_to_receiver
164: FROM rcv_transactions_interface rti, po_headers_all pha,
165: -- MOAC : po_line_locations changed to po_line_locations_all
166: po_lines_all pol, rcv_shipment_headers rsh, po_line_locations_all pll,
167: po_vendors pov, hr_locations_all hrl1, hr_locations_all hrl2,
168: -- MOAC : po_vendor_sites changed to po_vendor_sites_all
169: po_vendor_sites_all pvs, per_people_f ppf
170: where rti.interface_transaction_id = p_transaction_id
171: AND rti.po_header_id = pha.po_header_id(+)

Line 363: , po_vendors pov

359: , rcv_shipment_headers rsh
360: , rcv_shipment_lines rsl
361: -- MOAC : po_line_locations changed to po_line_locations_all
362: , po_line_locations_all pll
363: , po_vendors pov
364: -- , hr_locations_all hrl1
365: -- , hr_locations_all hrl2
366: -- MOAC : po_vendor_sites changed to po_vendor_sites_all
367: , po_vendor_sites_all pvs

Line 995: , po_vendors pov

991: , po_lines_all pol
992: , rcv_shipment_headers rsh
993: -- MOAC : po_line_locations changed to po_line_locations_all
994: , po_line_locations_all pll
995: , po_vendors pov
996: , hr_locations_all hrl1
997: , hr_locations_all hrl2
998: -- MOAC : po_vendor_sites changed to po_vendor_sites_all
999: , po_vendor_sites_all pvs

Line 1195: l_supplier_name po_vendors.VENDOR_NAME%TYPE;

1191: --l_location_code VARCHAR2(20);
1192: --l_note_to_receiver VARCHAR2(240);
1193:
1194: -- Increased this variable size to the corresponding column size in the table.
1195: l_supplier_name po_vendors.VENDOR_NAME%TYPE;
1196: l_supplier_site po_vendor_sites.VENDOR_SITE_CODE%TYPE;
1197: l_requestor per_people_f.FULL_NAME%TYPE;
1198: l_deliver_to_location hr_locations_all.LOCATION_CODE%TYPE;
1199: l_location_code hr_locations_all.LOCATION_CODE%TYPE;