DBA Data[Home] [Help]

APPS.AP_ETAX_SERVICES_PKG dependencies on PO_VENDOR_SITES_ALL

Line 5942: l_fob_point po_vendor_sites_all.fob_lookup_code%TYPE;

5938: l_adj_doc_number zx_transaction_lines_gt.adjusted_doc_number%TYPE;
5939: l_adj_doc_date zx_transaction_lines_gt.adjusted_doc_date%TYPE;
5940: l_adj_doc_trx_level_type zx_transaction_lines_gt.adjusted_doc_trx_level_type%TYPE;
5941:
5942: l_fob_point po_vendor_sites_all.fob_lookup_code%TYPE;
5943: l_location_id zx_transaction_lines_gt.ship_from_location_id%type;
5944:
5945: l_dflt_tax_class_code zx_transaction_lines_gt.input_tax_classification_code%type;
5946: l_allow_tax_code_override varchar2(10);

Line 6772: l_fob_point po_vendor_sites_all.fob_lookup_code%TYPE;

6768: l_line_amt_includes_tax_flag zx_transaction_lines_gt.line_amt_includes_tax_flag%TYPE;
6769:
6770: l_product_org_id zx_transaction_lines_gt.product_org_id%TYPE;
6771: l_uom_code mtl_units_of_measure.uom_code%TYPE;
6772: l_fob_point po_vendor_sites_all.fob_lookup_code%TYPE;
6773:
6774: l_po_line_location_id ap_invoice_lines_interface.po_line_location_id%TYPE;
6775: l_location_id zx_transaction_lines_gt.ship_from_location_id%type;
6776: l_ship_to_location_id ap_supplier_sites_all.ship_to_location_id%type;

Line 7941: l_fob_point po_vendor_sites_all.fob_lookup_code%TYPE;

7937: l_adj_doc_event_class_code zx_transaction_lines_gt.adjusted_doc_event_class_code%TYPE;
7938: l_adj_doc_number zx_transaction_lines_gt.adjusted_doc_number%TYPE;
7939: l_adj_doc_date zx_transaction_lines_gt.adjusted_doc_date%TYPE;
7940:
7941: l_fob_point po_vendor_sites_all.fob_lookup_code%TYPE;
7942: l_location_id zx_transaction_lines_gt.ship_from_location_id%type;
7943: l_bill_to_location_id zx_transaction_lines_gt.bill_to_location_id%TYPE;
7944: l_po_line_location_id ap_invoice_lines_interface.po_line_location_id%TYPE;
7945: l_ship_to_party_id po_line_locations_all.ship_to_organization_id%type; -- 7262269

Line 9262: l_fob_point po_vendor_sites_all.fob_lookup_code%TYPE;

9258: l_event_type_code zx_trx_headers_gt.event_type_code%TYPE;
9259:
9260: l_location_id zx_transaction_lines_gt.ship_from_location_id%type;
9261: l_bill_to_location_id zx_transaction_lines_gt.bill_to_location_id%TYPE;
9262: l_fob_point po_vendor_sites_all.fob_lookup_code%TYPE;
9263: l_po_line_location_id ap_invoice_lines_all.po_line_location_id%TYPE;
9264:
9265: l_ctrl_hdr_tx_appl_flag zx_transaction_lines_gt.ctrl_hdr_tx_appl_flag%TYPE;
9266: l_line_level_action zx_transaction_lines_gt.line_level_action%TYPE;

Line 13207: l_debug_info := 'Step 2: Get fob_lookup_code from po_vendor_sites_all';

13203: WHERE organization_id = P_Invoice_Header_Rec.org_id;
13204: END;
13205:
13206: ----------------------------------------------------------------------
13207: l_debug_info := 'Step 2: Get fob_lookup_code from po_vendor_sites_all';
13208: IF (G_LEVEL_STATEMENT >= G_CURRENT_RUNTIME_LEVEL) THEN
13209: FND_LOG.STRING(G_LEVEL_STATEMENT,G_MODULE_NAME||l_api_name,l_debug_info);
13210: END IF;
13211: ----------------------------------------------------------------------