DBA Data[Home] [Help]

APPS.OM_TAX_UTIL dependencies on AR_SYSTEM_PARAMETERS_ALL

Line 192: l_AR_Sys_Param_Rec ar_system_parameters_all%ROWTYPE;

188: l_level VARCHAR2(1); -- Tax ER
189: l_minimum_accountable_unit fnd_currencies.minimum_accountable_unit%type;
190: l_precision fnd_currencies.precision%type;
191: Is_fmt BOOLEAN; --8431420
192: l_AR_Sys_Param_Rec ar_system_parameters_all%ROWTYPE;
193: l_commitment_id oe_order_lines.commitment_id%type;
194: l_cust_trx_type_id ra_cust_trx_types_all.cust_Trx_type_id%type;
195: l_ship_to_org_id oe_order_lines.ship_to_org_id%type;
196: l_invoice_to_org_id oe_order_lines.invoice_to_org_id%type;