DBA Data[Home] [Help]

APPS.HZ_MAP_PARTY_PUB dependencies on FND_CURRENCIES

Line 281: FROM FND_CURRENCIES

277: ) IS
278:
279: CURSOR c_currency_field (p_currency_code IN VARCHAR2) IS
280: SELECT '1'
281: FROM FND_CURRENCIES
282: WHERE currency_code = p_currency_code AND
283: currency_flag = 'Y' AND
284: enabled_flag IN ('Y','N') AND
285: (

Line 315: -- in FND_CURRENCIES.currency.code. --

311: G_PARTY_INTERFACE_ID := p_interface_rec.party_interface_id;
312:
313: /*----------------------------------------------------------------------*/
314: -- Currency related columns are set to NULL if the value is not present --
315: -- in FND_CURRENCIES.currency.code. --
316: -- --
317: -- Such columns include: --
318: -- ~ ANNUAL_SALES_CURRENCY --
319: -- ~ CAPITAL_CURRENCY_CODE --