DBA Data[Home] [Help]

APPS.OE_BULK_TAX_UTIL dependencies on FND_CURRENCIES

Line 454: l_minimum_accountable_unit fnd_currencies.minimum_accountable_unit%type;

450: l_msg_data VARCHAR2(1000);
451: I INTEGER;
452: J INTEGER;
453: l_call_tax VARCHAR2(1) := 'N';
454: l_minimum_accountable_unit fnd_currencies.minimum_accountable_unit%type;
455: l_precision fnd_currencies.precision%type;
456: l_ship_from_location_id NUMBER;
457: l_commitment_id oe_order_lines.commitment_id%type;
458: l_currency_code VARCHAR2(30);

Line 455: l_precision fnd_currencies.precision%type;

451: I INTEGER;
452: J INTEGER;
453: l_call_tax VARCHAR2(1) := 'N';
454: l_minimum_accountable_unit fnd_currencies.minimum_accountable_unit%type;
455: l_precision fnd_currencies.precision%type;
456: l_ship_from_location_id NUMBER;
457: l_commitment_id oe_order_lines.commitment_id%type;
458: l_currency_code VARCHAR2(30);
459: l_inventory_org_id NUMBER;

Line 690: from fnd_currencies c

686: select c.minimum_accountable_unit,
687: c.precision
688: into l_minimum_accountable_unit,
689: l_precision
690: from fnd_currencies c
691: where c.currency_code = l_currency_code;
692:
693: l_AR_Sys_Param_Rec := OE_Sys_Parameters_Pvt.Get_AR_Sys_Params;
694: