DBA Data[Home] [Help]

APPS.PER_CN_EXTRA_PER_INFO_LEG_HOOK dependencies on HR_CN_API

Line 78: hr_cn_api.set_location(g_debug,l_procedure,10);

74: FETCH csr_get_org_information_type INTO l_org_information_type;
75: CLOSE csr_get_org_information_type;
76:
77: IF l_org_information_type='PER_ABROAD_MASTER_INFO_CN' THEN
78: hr_cn_api.set_location(g_debug,l_procedure,10);
79:
80: OPEN csr_check_detail_info_exists;
81: FETCH csr_check_detail_info_exists INTO l_person_extra_info_id;
82:

Line 93: hr_cn_api.set_location(g_debug,l_procedure,20);

89: CLOSE csr_check_detail_info_exists;
90:
91: l_departure_date:=fnd_date.date_to_displaydate(fnd_date.string_to_date(SUBSTR(l_departure_date,1,10),'YYYY/MM/DD'));
92:
93: hr_cn_api.set_location(g_debug,l_procedure,20);
94: hr_utility.set_message(800, 'HR_374619_FT_MASTER_EXISTS');
95: hr_utility.set_message_token('FIELD1',l_departure_date);
96: hr_utility.raise_error;
97: END IF;

Line 101: hr_cn_api.set_location(g_debug,l_procedure,10);

97: END IF;
98: CLOSE csr_check_detail_info_exists;
99:
100: ELSIF l_org_information_type='PER_VISA_INFO_CN' THEN
101: hr_cn_api.set_location(g_debug,l_procedure,10);
102:
103: OPEN csr_check_visa_info_used;
104: FETCH csr_check_visa_info_used INTO l_person_extra_info_id;
105:

Line 114: hr_cn_api.set_location(g_debug,l_procedure,20);

110: CLOSE csr_get_visa_number;
111:
112: CLOSE csr_check_visa_info_used;
113:
114: hr_cn_api.set_location(g_debug,l_procedure,20);
115: hr_utility.set_message(800, 'HR_374620_FT_VISA_EXISTS');
116: hr_utility.set_message_token('VISA_NUMBER',l_visa_number);
117: hr_utility.raise_error;
118: END IF;