DBA Data[Home] [Help]

APPS.HR_SECURITY dependencies on HR_GENERAL2

Line 1222: if(HR_GENERAL2.is_person_type(p_person_id,'EX_EMP',g_effective_date)) then

1218: ( (not view_all_applicants) and nvl(p_current_applicant_flag, 'N') = 'Y' ))
1219: then
1220: NULL;
1221: else
1222: if(HR_GENERAL2.is_person_type(p_person_id,'EX_EMP',g_effective_date)) then
1223: return 'TRUE';
1224: end if;
1225: end if;
1226: end if;

Line 1233: if(HR_GENERAL2.is_person_type(p_person_id,'EX_CWK',g_effective_date)) then

1229:
1230: -- code start for bug 13954957
1231: if(view_all_cwk) then
1232:
1233: if(HR_GENERAL2.is_person_type(p_person_id,'EX_CWK',g_effective_date)) then
1234: return 'TRUE';
1235: end if;
1236: end if;
1237: -- code end for bug 13954957

Line 1384: if(HR_GENERAL2.is_person_type(p_person_id,'EX_EMP',g_effective_date)) then

1380: ( (not view_all_applicants) and nvl(p_current_applicant_flag, 'N') = 'Y' ))
1381: then
1382: NULL;
1383: else
1384: if(HR_GENERAL2.is_person_type(p_person_id,'EX_EMP',g_effective_date)) then
1385: return 'TRUE';
1386: end if;
1387: end if;
1388: end if;

Line 2761: if NOT hr_general2.reporting_user then

2757: -- Initialise package global variables
2758: --
2759: --Added for the bug#12774028
2760: --hr_signon.initialize_hr_security;
2761: if NOT hr_general2.reporting_user then
2762: hr_signon.initialize_hr_security;
2763: end if;
2764:
2765: Initialise_Globals;