DBA Data[Home] [Help]

APPS.AP_TAX_ENGINE_PKG dependencies on PO_HEADERS_ALL

Line 14: trx_header_id po_headers_all.po_header_id%TYPE,

10:
11: ----------------------------------------------------------------------
12: -- Primary Keys
13: ----------------------------------------------------------------------
14: trx_header_id po_headers_all.po_header_id%TYPE,
15: trx_line_id po_lines_all.po_line_id%TYPE,
16: trx_shipment_id po_line_locations_all.line_location_id%TYPE,
17: trx_distribution_id po_distributions_all.po_distribution_id%TYPE,
18:

Line 25: request_id po_headers_all.request_id%TYPE,

21: -- Transaction Information
22: ----------------------------------------------------------------------
23: tax_line_number varchar2(1),
24: set_of_books_id po_distributions_all.set_of_books_id%TYPE,
25: request_id po_headers_all.request_id%TYPE,
26: trx_number ap_invoices_all.invoice_num%TYPE,
27: previous_trx_header_id number(15),
28: trx_date po_headers_all.last_update_date%TYPE,
29: trx_currency_code po_headers_all.currency_code%TYPE,

Line 28: trx_date po_headers_all.last_update_date%TYPE,

24: set_of_books_id po_distributions_all.set_of_books_id%TYPE,
25: request_id po_headers_all.request_id%TYPE,
26: trx_number ap_invoices_all.invoice_num%TYPE,
27: previous_trx_header_id number(15),
28: trx_date po_headers_all.last_update_date%TYPE,
29: trx_currency_code po_headers_all.currency_code%TYPE,
30: exchange_rate po_headers_all.rate%TYPE,
31: minimum_accountable_unit fnd_currencies.minimum_accountable_unit%TYPE,
32: precision fnd_currencies.precision%TYPE,

Line 29: trx_currency_code po_headers_all.currency_code%TYPE,

25: request_id po_headers_all.request_id%TYPE,
26: trx_number ap_invoices_all.invoice_num%TYPE,
27: previous_trx_header_id number(15),
28: trx_date po_headers_all.last_update_date%TYPE,
29: trx_currency_code po_headers_all.currency_code%TYPE,
30: exchange_rate po_headers_all.rate%TYPE,
31: minimum_accountable_unit fnd_currencies.minimum_accountable_unit%TYPE,
32: precision fnd_currencies.precision%TYPE,
33: ship_from_supplier_id po_headers_all.vendor_id%TYPE,

Line 30: exchange_rate po_headers_all.rate%TYPE,

26: trx_number ap_invoices_all.invoice_num%TYPE,
27: previous_trx_header_id number(15),
28: trx_date po_headers_all.last_update_date%TYPE,
29: trx_currency_code po_headers_all.currency_code%TYPE,
30: exchange_rate po_headers_all.rate%TYPE,
31: minimum_accountable_unit fnd_currencies.minimum_accountable_unit%TYPE,
32: precision fnd_currencies.precision%TYPE,
33: ship_from_supplier_id po_headers_all.vendor_id%TYPE,
34: ship_from_supplier_number po_vendors.segment1%TYPE,

Line 33: ship_from_supplier_id po_headers_all.vendor_id%TYPE,

29: trx_currency_code po_headers_all.currency_code%TYPE,
30: exchange_rate po_headers_all.rate%TYPE,
31: minimum_accountable_unit fnd_currencies.minimum_accountable_unit%TYPE,
32: precision fnd_currencies.precision%TYPE,
33: ship_from_supplier_id po_headers_all.vendor_id%TYPE,
34: ship_from_supplier_number po_vendors.segment1%TYPE,
35: ship_from_supplier_name po_vendors.vendor_name%TYPE,
36: ship_from_site_use_id po_headers_all.vendor_site_id%TYPE,
37: ship_from_country po_vendor_sites_all.country%TYPE,

Line 36: ship_from_site_use_id po_headers_all.vendor_site_id%TYPE,

32: precision fnd_currencies.precision%TYPE,
33: ship_from_supplier_id po_headers_all.vendor_id%TYPE,
34: ship_from_supplier_number po_vendors.segment1%TYPE,
35: ship_from_supplier_name po_vendors.vendor_name%TYPE,
36: ship_from_site_use_id po_headers_all.vendor_site_id%TYPE,
37: ship_from_country po_vendor_sites_all.country%TYPE,
38: ship_from_state po_vendor_sites_all.state%TYPE,
39: ship_from_county po_vendor_sites_all.county%TYPE,
40: -- Modified the definition of ship_to_city for bug 3480512 ..

Line 56: fob_code po_headers_all.fob_lookup_code%TYPE,

52: unit_price po_lines_all.unit_price%TYPE,
53: price_override po_line_locations_all.price_override%TYPE,
54: taxable_flag po_line_locations_all.taxable_flag%TYPE,
55: code_combination_id po_distributions_all.code_combination_id%TYPE,
56: fob_code po_headers_all.fob_lookup_code%TYPE,
57: previous_trx_line_id ap_invoice_distributions_all.po_distribution_id%TYPE,
58: ussgl_transaction_code po_lines_all.ussgl_transaction_code%TYPE,
59: ussgl_trx_code_context po_lines_all.government_context%TYPE,
60: ship_to_location_id po_line_locations_all.ship_to_location_id%TYPE,