DBA Data[Home] [Help]

APPS.AP_TAX_ENGINE_PKG dependencies on PO_DISTRIBUTIONS_ALL

Line 17: trx_distribution_id po_distributions_all.po_distribution_id%TYPE,

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:
19:
20: ----------------------------------------------------------------------
21: -- Transaction Information

Line 24: set_of_books_id po_distributions_all.set_of_books_id%TYPE,

20: ----------------------------------------------------------------------
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,

Line 51: quantity_ordered po_distributions_all.quantity_ordered%TYPE,

47: trx_line_type po_line_types_tl.line_type%TYPE,
48: inventory_item_id po_lines_all.item_id%TYPE,
49: part_number mtl_system_items.segment1%TYPE,
50: quantity po_line_locations_all.quantity%TYPE,
51: quantity_ordered po_distributions_all.quantity_ordered%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,

Line 55: code_combination_id po_distributions_all.code_combination_id%TYPE,

51: quantity_ordered po_distributions_all.quantity_ordered%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,

Line 77: total_tax_amount po_distributions_all.recoverable_tax%TYPE,

73: tax_code_id ap_tax_codes_all.tax_id%TYPE,
74: tax_code ap_tax_codes_all.name%TYPE,
75: tax_user_override_flag po_line_locations_all.tax_user_override_flag%TYPE,
76: tax_rate ap_tax_codes_all.tax_rate%TYPE,
77: total_tax_amount po_distributions_all.recoverable_tax%TYPE,
78: recoverable_tax po_distributions_all.recoverable_tax%TYPE,
79: nonrecoverable_tax po_distributions_all.nonrecoverable_tax%TYPE,
80: location_qualifier varchar2(1),
81: compounding_precedence varchar2(1),

Line 78: recoverable_tax po_distributions_all.recoverable_tax%TYPE,

74: tax_code ap_tax_codes_all.name%TYPE,
75: tax_user_override_flag po_line_locations_all.tax_user_override_flag%TYPE,
76: tax_rate ap_tax_codes_all.tax_rate%TYPE,
77: total_tax_amount po_distributions_all.recoverable_tax%TYPE,
78: recoverable_tax po_distributions_all.recoverable_tax%TYPE,
79: nonrecoverable_tax po_distributions_all.nonrecoverable_tax%TYPE,
80: location_qualifier varchar2(1),
81: compounding_precedence varchar2(1),
82: tax_exemption_id varchar2(1),

Line 79: nonrecoverable_tax po_distributions_all.nonrecoverable_tax%TYPE,

75: tax_user_override_flag po_line_locations_all.tax_user_override_flag%TYPE,
76: tax_rate ap_tax_codes_all.tax_rate%TYPE,
77: total_tax_amount po_distributions_all.recoverable_tax%TYPE,
78: recoverable_tax po_distributions_all.recoverable_tax%TYPE,
79: nonrecoverable_tax po_distributions_all.nonrecoverable_tax%TYPE,
80: location_qualifier varchar2(1),
81: compounding_precedence varchar2(1),
82: tax_exemption_id varchar2(1),
83: tax_exception_id varchar2(1),

Line 85: tax_recovery_rate po_distributions_all.recovery_rate%TYPE,

81: compounding_precedence varchar2(1),
82: tax_exemption_id varchar2(1),
83: tax_exception_id varchar2(1),
84: vendor_control_exemptions varchar2(1),
85: tax_recovery_rate po_distributions_all.recovery_rate%TYPE,
86: tax_recovery_override_flag po_distributions_all.tax_recovery_override_flag%TYPE,
87: global_attribute1 po_line_locations_all.global_attribute1%TYPE,
88: global_attribute2 po_line_locations_all.global_attribute2%TYPE,
89: global_attribute3 po_line_locations_all.global_attribute3%TYPE,

Line 86: tax_recovery_override_flag po_distributions_all.tax_recovery_override_flag%TYPE,

82: tax_exemption_id varchar2(1),
83: tax_exception_id varchar2(1),
84: vendor_control_exemptions varchar2(1),
85: tax_recovery_rate po_distributions_all.recovery_rate%TYPE,
86: tax_recovery_override_flag po_distributions_all.tax_recovery_override_flag%TYPE,
87: global_attribute1 po_line_locations_all.global_attribute1%TYPE,
88: global_attribute2 po_line_locations_all.global_attribute2%TYPE,
89: global_attribute3 po_line_locations_all.global_attribute3%TYPE,
90: global_attribute4 po_line_locations_all.global_attribute4%TYPE,