DBA Data[Home] [Help]

APPS.OM_TAX_UTIL dependencies on FND_CURRENCIES

Line 189: l_minimum_accountable_unit fnd_currencies.minimum_accountable_unit%type;

185: l_header_org_id NUMBER;
186: l_conversion_rate NUMBER;
187: l_inventory_org_id NUMBER;
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;

Line 190: l_precision fnd_currencies.precision%type;

186: l_conversion_rate NUMBER;
187: l_inventory_org_id NUMBER;
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;

Line 287: FROM fnd_currencies c

283: SELECT c.minimum_accountable_unit,
284: c.precision
285: INTO l_minimum_accountable_unit,
286: l_precision
287: FROM fnd_currencies c
288: WHERE c.currency_code = l_currency_code;
289: l_AR_Sys_Param_Rec := OE_Sys_Parameters_Pvt.Get_AR_Sys_Params;
290: --8431420
291: IF OE_ORDER_UTIL.G_Precision IS NULL THEN