DBA Data[Home] [Help]

APPS.HRASSACT dependencies on HR_LEG_RULE

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

1167: -- get some more info needed to roll back actions
1168: if g_debug then
1169: hr_utility.set_location('hrassact.val_pact_rollback', 30);
1170: end if;
1171: if upper( hr_leg_rule.get_independent_periods(l_business_group_id))
1172: like 'Y%' then
1173: p_pact_rec.independent_periods_flag := TRUE;
1174: else
1175: p_pact_rec.independent_periods_flag := FALSE;