DBA Data[Home] [Help]

APPS.ASO_TAX_INT dependencies on FND_CURRENCIES

Line 774: from fnd_currencies

770: --End of commented Code -- Yogeshwar (MOAC)
771: --Need ORG striped synonym for HZ_LOC_ASSIGNMENTS
772: cursor c_currency is
773: select minimum_accountable_unit,precision
774: from fnd_currencies
775: where currency_code = l_currency_code;
776:
777: cursor c_person(c_resource_id number) is
778: select person_id,sales_tax_geocode,sales_tax_inside_city_limits, salesrep_id

Line 2255: from fnd_currencies

2251: l_msg_cnt2 NUMBER;
2252: l_tax_classification_code varchar2(50);
2253: Cursor c_currency is
2254: select minimum_accountable_unit,precision
2255: from fnd_currencies
2256: where currency_code = l_currency_code;
2257:
2258: Cursor c_get_acct_site(l_site_use_id NUMBER) is
2259: select cust_acct_site_id