DBA Data[Home] [Help]

APPS.PAY_DB_PAY_SETUP dependencies on PAY_LEGISLATION_RULES

Line 2502: from pay_legislation_rules

2498: l_currency_code fnd_currencies.currency_code%type;
2499: --
2500: cursor csr_leg_rule is
2501: select rule_mode
2502: from pay_legislation_rules
2503: where rule_type = p_rule_type
2504: and legislation_code = p_legislation_code;
2505: --
2506: begin