DBA Data[Home] [Help]

APPS.HR_US_FF_UDFS dependencies on PAY_LEGISLATION_RULES

Line 4574: select nvl(rule_mode,'N') into l_rule_mode from pay_legislation_rules where

4570: exception when others then null ;
4571: end;
4572:
4573: begin
4574: select nvl(rule_mode,'N') into l_rule_mode from pay_legislation_rules where
4575: rule_type = 'ADVANCED_RETRO' AND
4576: legislation_code = 'US';
4577: exception when others then null ;
4578: end ;