DBA Data[Home] [Help]

APPS.PER_PL_CREATE_CWK dependencies on HR_UTILITY

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

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

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

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