DBA Data[Home] [Help]

APPS.PER_IE_ORG_INFO dependencies on HR_API

Line 237: IF (p_org_information2 is not null and p_org_information2 <> hr_api.g_varchar2) THEN

233: CLOSE get_business_group;
234:
235: IF p_org_info_type_code = 'IE_ORG_INFORMATION' THEN
236: -- Changed to check whether org_information2 is updated 4369280
237: IF (p_org_information2 is not null and p_org_information2 <> hr_api.g_varchar2) THEN
238: validate_uniqueness(p_org_information_id,l_business_group_id,p_org_information2,p_effective_date);
239: END IF;
240: ELSIF p_org_info_type_code = 'IE_EMPLOYER_INFO' THEN
241: IF (p_org_information2 <> hr_api.g_varchar2) THEN

Line 241: IF (p_org_information2 <> hr_api.g_varchar2) THEN

237: IF (p_org_information2 is not null and p_org_information2 <> hr_api.g_varchar2) THEN
238: validate_uniqueness(p_org_information_id,l_business_group_id,p_org_information2,p_effective_date);
239: END IF;
240: ELSIF p_org_info_type_code = 'IE_EMPLOYER_INFO' THEN
241: IF (p_org_information2 <> hr_api.g_varchar2) THEN
242: validate_employer(p_org_information_id,l_business_group_id,p_org_information2,p_effective_date);
243: END IF;
244: ELSIF p_org_info_type_code = 'IE_EHECS' THEN
245: IF (p_org_information3 <> hr_api.g_varchar2) THEN

Line 245: IF (p_org_information3 <> hr_api.g_varchar2) THEN

241: IF (p_org_information2 <> hr_api.g_varchar2) THEN
242: validate_employer(p_org_information_id,l_business_group_id,p_org_information2,p_effective_date);
243: END IF;
244: ELSIF p_org_info_type_code = 'IE_EHECS' THEN
245: IF (p_org_information3 <> hr_api.g_varchar2) THEN
246: proc_cbr_no(p_org_information3);
247: END IF;
248: END IF;
249: