DBA Data[Home] [Help]

APPS.HRASSACT dependencies on HR_LEG_RULE

Line 1203: if upper( hr_leg_rule.get_independent_periods(l_business_group_id))

1199: -- get some more info needed to roll back actions
1200: if g_debug then
1201: hr_utility.set_location('hrassact.val_pact_rollback', 30);
1202: end if;
1203: if upper( hr_leg_rule.get_independent_periods(l_business_group_id))
1204: like 'Y%' then
1205: p_pact_rec.independent_periods_flag := TRUE;
1206: else
1207: p_pact_rec.independent_periods_flag := FALSE;