DBA Data[Home] [Help]

APPS.PAY_DB_PAY_SETUP dependencies on PAY_LEGISLATION_RULES

Line 2525: from pay_legislation_rules

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
2526: where rule_type = p_rule_type
2527: and legislation_code = p_legislation_code;
2528: --
2529: begin