DBA Data[Home] [Help]

APPS.PAY_FR_DB_PAY_SETUP dependencies on FND_CURRENCIES

Line 2505: l_currency_code fnd_currencies.currency_code%type;

2501: ,p_legislation_code in varchar2
2502: ) return varchar2
2503: is
2504: --
2505: l_currency_code fnd_currencies.currency_code%type;
2506: --
2507: cursor csr_leg_rule is
2508: select rule_mode
2509: from pay_legislation_rules

Line 2522: from fnd_currencies cu

2518: --
2519: begin
2520: select cu.currency_code
2521: into l_currency_code
2522: from fnd_currencies cu
2523: where cu.issuing_territory_code = p_legislation_code
2524: and cu.enabled_flag = 'Y';
2525: exception
2526: when too_many_rows then