DBA Data[Home] [Help]

APPS.AP_TAX_ENGINE_PKG dependencies on PO_LINE_LOCATIONS_ALL

Line 16: trx_shipment_id po_line_locations_all.line_location_id%TYPE,

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

Line 50: quantity po_line_locations_all.quantity%TYPE,

46: line_number po_lines_all.line_num%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,

Line 53: price_override po_line_locations_all.price_override%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,
56: fob_code po_headers_all.fob_lookup_code%TYPE,
57: previous_trx_line_id ap_invoice_distributions_all.po_distribution_id%TYPE,

Line 54: taxable_flag po_line_locations_all.taxable_flag%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,
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,

Line 60: ship_to_location_id po_line_locations_all.ship_to_location_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,
61: ship_to_organization_id po_line_locations_all.ship_to_organization_id%TYPE,
62: ship_to_warehouse_id varchar2(1),
63: ship_to_country hr_locations_all.country%TYPE,
64: ship_to_state varchar2(150),

Line 61: ship_to_organization_id po_line_locations_all.ship_to_organization_id%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,
61: ship_to_organization_id po_line_locations_all.ship_to_organization_id%TYPE,
62: ship_to_warehouse_id varchar2(1),
63: ship_to_country hr_locations_all.country%TYPE,
64: ship_to_state varchar2(150),
65: ship_to_county varchar2(150),

Line 75: tax_user_override_flag po_line_locations_all.tax_user_override_flag%TYPE,

71: poo_address_code varchar2(1),
72: poa_address_code varchar2(1),
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,

Line 87: global_attribute1 po_line_locations_all.global_attribute1%TYPE,

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,
91: global_attribute5 po_line_locations_all.global_attribute5%TYPE,

Line 88: global_attribute2 po_line_locations_all.global_attribute2%TYPE,

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,
91: global_attribute5 po_line_locations_all.global_attribute5%TYPE,
92: global_numeric_attribute1 varchar2(1),

Line 89: global_attribute3 po_line_locations_all.global_attribute3%TYPE,

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,
91: global_attribute5 po_line_locations_all.global_attribute5%TYPE,
92: global_numeric_attribute1 varchar2(1),
93: global_numeric_attribute2 varchar2(1),

Line 90: global_attribute4 po_line_locations_all.global_attribute4%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,
91: global_attribute5 po_line_locations_all.global_attribute5%TYPE,
92: global_numeric_attribute1 varchar2(1),
93: global_numeric_attribute2 varchar2(1),
94: global_numeric_attribute3 varchar2(1),

Line 91: global_attribute5 po_line_locations_all.global_attribute5%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,
91: global_attribute5 po_line_locations_all.global_attribute5%TYPE,
92: global_numeric_attribute1 varchar2(1),
93: global_numeric_attribute2 varchar2(1),
94: global_numeric_attribute3 varchar2(1),
95: global_numeric_attribute4 varchar2(1),