DBA Data[Home] [Help]

APPS.AP_WEB_LOCATIONS_PKG dependencies on FND_CURRENCIES

Line 248: fnd_currencies curr

244: begin
245: select curr.issuing_territory_code
246: into l_country
247: from ap_card_programs_all card,
248: fnd_currencies curr
249: where card.card_program_id = p_card_program_id
250: and card.card_program_currency_code = curr.currency_code;
251:
252: return l_country;