DBA Data[Home] [Help]

APPS.AP_TAX_ENGINE_PKG dependencies on FINANCIALS_SYSTEM_PARAMS_ALL

Line 116: tax_minimum_accountable_unit financials_system_params_all.minimum_accountable_unit%TYPE,

112: expenditure_type ap_invoice_distributions_all.expenditure_type%TYPE,
113: expenditure_organization_id ap_invoice_distributions_all.expenditure_organization_id%TYPE,
114: expenditure_item_date ap_invoice_distributions_all.expenditure_item_date%TYPE,
115: pa_quantity ap_invoice_distributions_all.pa_quantity%TYPE,
116: tax_minimum_accountable_unit financials_system_params_all.minimum_accountable_unit%TYPE,
117: tax_precision financials_system_params_all.precision%TYPE,
118: amount_includes_tax_flag ap_invoice_distributions_all.amount_includes_tax_flag%TYPE,
119: tax_calculated_flag ap_invoice_distributions_all.tax_calculated_flag%TYPE,
120: tax_recoverable_flag ap_invoice_distributions_all.tax_recoverable_flag%TYPE,

Line 117: tax_precision financials_system_params_all.precision%TYPE,

113: expenditure_organization_id ap_invoice_distributions_all.expenditure_organization_id%TYPE,
114: expenditure_item_date ap_invoice_distributions_all.expenditure_item_date%TYPE,
115: pa_quantity ap_invoice_distributions_all.pa_quantity%TYPE,
116: tax_minimum_accountable_unit financials_system_params_all.minimum_accountable_unit%TYPE,
117: tax_precision financials_system_params_all.precision%TYPE,
118: amount_includes_tax_flag ap_invoice_distributions_all.amount_includes_tax_flag%TYPE,
119: tax_calculated_flag ap_invoice_distributions_all.tax_calculated_flag%TYPE,
120: tax_recoverable_flag ap_invoice_distributions_all.tax_recoverable_flag%TYPE,
121: currency_unit_price po_requisition_lines_all.currency_unit_price%TYPE,

Line 172: inventory_organization_id financials_system_params_all.org_id%TYPE

168: -- All tax information should be moved to the consolidated view structure,
169: -- even if it resides at system level.
170: --
171: ap ap_system_parameters%ROWTYPE,
172: inventory_organization_id financials_system_params_all.org_id%TYPE
173: );
174:
175: sysinfo system_info_rec_type;
176:

Line 179: inventory_organization_id financials_system_params_all.inventory_organization_id%TYPE;

175: sysinfo system_info_rec_type;
176:
177: ap ap_system_parameters%ROWTYPE;
178:
179: inventory_organization_id financials_system_params_all.inventory_organization_id%TYPE;
180:
181:
182: PROCEDURE calculate_tax
183: (p_viewname IN VARCHAR2,