DBA Data[Home] [Help]

APPS.PAY_DB_PAY_SETUP dependencies on FND_CURRENCIES

Line 2521: l_currency_code fnd_currencies.currency_code%type;

2517: ,p_legislation_code in varchar2
2518: ) return varchar2
2519: is
2520: --
2521: l_currency_code fnd_currencies.currency_code%type;
2522: --
2523: cursor csr_leg_rule is
2524: select rule_mode
2525: from pay_legislation_rules

Line 2538: from fnd_currencies cu

2534: --
2535: begin
2536: select cu.currency_code
2537: into l_currency_code
2538: from fnd_currencies cu
2539: where cu.issuing_territory_code = p_legislation_code
2540: and cu.enabled_flag = 'Y';
2541: exception
2542: when too_many_rows then