DBA Data[Home] [Help]

APPS.PER_HU_ORG_INFO dependencies on HR_UTILITY

Line 14: IF hr_utility.chk_product_install('Oracle Human Resources', 'HU') THEN

10: BEGIN
11: --
12: -- Added for GSI Bug 5472781
13: --
14: IF hr_utility.chk_product_install('Oracle Human Resources', 'HU') THEN
15: --
16: IF p_org_info_type_code='HU_COMPANY_INFORMATION_DETAILS' THEN
17: hr_hu_utility.validate_ss_no(p_org_information3);
18: hr_hu_utility.validate_tax_no(p_org_information4);

Line 51: IF hr_utility.chk_product_install('Oracle Human Resources', 'HU') THEN

47: BEGIN
48: --
49: -- Added for GSI Bug 5472781
50: --
51: IF hr_utility.chk_product_install('Oracle Human Resources', 'HU') THEN
52: --
53: IF p_org_info_type_code = 'HU_COMPANY_INFORMATION_DETAILS' THEN
54:
55: IF p_org_information3 <> hr_api.g_varchar2 THEN