DBA Data[Home] [Help]

APPS.PAY_EEI_BUS dependencies on PAY_LEGISLATION_RULES

Line 1038: from pay_legislation_rules

1034: */
1035:
1036: cursor c_is_advanced_retro_enabled is
1037: select 1
1038: from pay_legislation_rules
1039: where legislation_code = 'GB'
1040: and rule_type like 'ADVANCED_RETRO'
1041: and rule_mode = 'Y';
1042: