DBA Data[Home] [Help]

APPS.PER_CN_ASG_LEG_HOOK dependencies on HR_UTILITY

Line 31: -- 1.3 19/09/03 statkar Added the hr_utility.chk_product_install --

27: -- 1.0 19/12/02 Vikram.N Created this procedure --
28: -- 1.1 16/01/03 statkar Bug 2749867 changes --
29: -- 1.2 31/01/03 statkar Added code to prevent the validation for --
30: -- default values. Bug 2676440 --
31: -- 1.3 19/09/03 statkar Added the hr_utility.chk_product_install --
32: -- check for installed CN leg (3145322) --
33: -- 1.4 18/08/04 snekkala Added code to check the Salary Payout --
34: -- Location and Special Tax Exemption --
35: -- Category

Line 83: IF NOT hr_utility.chk_product_install('Oracle Human Resources', 'CN') THEN

79: --
80: -- Bug 3145322 Check the leg-specific validations only if the legislation
81: -- is installed
82: --
83: IF NOT hr_utility.chk_product_install('Oracle Human Resources', 'CN') THEN
84: hr_utility.trace ('CN Legislation not installed. Not performing the validations');
85: hr_cn_api.set_location(g_trace,'Leaving: '||l_proc, 15);
86: RETURN;
87: END IF;

Line 84: hr_utility.trace ('CN Legislation not installed. Not performing the validations');

80: -- Bug 3145322 Check the leg-specific validations only if the legislation
81: -- is installed
82: --
83: IF NOT hr_utility.chk_product_install('Oracle Human Resources', 'CN') THEN
84: hr_utility.trace ('CN Legislation not installed. Not performing the validations');
85: hr_cn_api.set_location(g_trace,'Leaving: '||l_proc, 15);
86: RETURN;
87: END IF;
88: --