DBA Data[Home] [Help]

APPS.PER_PL_CREATE_APPLICANT dependencies on HR_UTILITY

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

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

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

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