DBA Data[Home] [Help]

APPS.BEN_BATCH_UTILS dependencies on HR_SECURITY

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

1519: -- Get assignment ID form per_assignments_f table.
1520: --
1521: l_actn := 'Opening Assignment cursor...';
1522: -- Perf changes
1523: if hr_security.view_all = 'Y' and hr_general.get_xbg_profile = 'Y'
1524: then
1525: open c2;
1526: fetch c2 into l_assignment_id;
1527: If c2%notfound and g_audit_flag = true

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

2407: -- Get assignment ID form per_assignments_f table.
2408: --
2409: l_actn := 'Opening Assignment cursor...';
2410: --
2411: if hr_security.view_all = 'Y' and hr_general.get_xbg_profile = 'Y'
2412: then
2413: open c2;
2414: fetch c2 into l_assignment_id;
2415: If c2%notfound