DBA Data[Home] [Help]

APPS.PER_PL_CREATE_EMPLOYEE dependencies on HR_UTILITY

Line 25: IF NOT hr_utility.chk_product_install('Oracle Human Resources', 'PL') THEN

21:
22: BEGIN
23: l_proc := 'PER_PL_CREATE_EMPLOYEE.CREATE_PL_EMPLOYEE';
24: /* Added for GSI Bug 5472781 */
25: IF NOT hr_utility.chk_product_install('Oracle Human Resources', 'PL') THEN
26: hr_utility.set_location('Leaving : '||l_proc,10);
27: return;
28: END IF;
29:

Line 26: hr_utility.set_location('Leaving : '||l_proc,10);

22: BEGIN
23: l_proc := 'PER_PL_CREATE_EMPLOYEE.CREATE_PL_EMPLOYEE';
24: /* Added for GSI Bug 5472781 */
25: IF NOT hr_utility.chk_product_install('Oracle Human Resources', 'PL') THEN
26: hr_utility.set_location('Leaving : '||l_proc,10);
27: return;
28: END IF;
29:
30: