DBA Data[Home] [Help]

APPS.BEN_BATCH_UTILS dependencies on HR_SECURITY

Line 1527: if hr_security.view_all = 'Y' and hr_general.get_xbg_profile = 'Y'

1523: -- Get assignment ID form per_assignments_f table.
1524: --
1525: l_actn := 'Opening Assignment cursor...';
1526: -- Perf changes
1527: if hr_security.view_all = 'Y' and hr_general.get_xbg_profile = 'Y'
1528: then
1529: open c2;
1530: fetch c2 into l_assignment_id;
1531: If c2%notfound

Line 2423: if hr_security.view_all = 'Y' and hr_general.get_xbg_profile = 'Y'

2419: -- Get assignment ID form per_assignments_f table.
2420: --
2421: l_actn := 'Opening Assignment cursor...';
2422: --
2423: if hr_security.view_all = 'Y' and hr_general.get_xbg_profile = 'Y'
2424: then
2425: open c2;
2426: fetch c2 into l_assignment_id;
2427: If c2%notfound