DBA Data[Home] [Help]

APPS.PAY_FR_DB_PAY_SETUP dependencies on PAY_LEGISLATION_RULES

Line 2509: from pay_legislation_rules

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
2510: where rule_type = p_rule_type
2511: and legislation_code = p_legislation_code;
2512: --
2513: begin