DBA Data[Home] [Help]

APPS.PER_MX_VALIDATE_ID dependencies on HR_API

Line 33: equal to hr_api.g_varchar2.

29: ----------- ---------- ------ ------- ------------------------------------
30: 21-JUN-2004 sdahiya 115.0 Created.
31: 21-JUL-2004 sdahiya 115.1 3777663 Added code to avoid validation of
32: various identifiers if they are
33: equal to hr_api.g_varchar2.
34: 30-JUL-2004 ardsouza 115.2 3804076 Added procedure COMPARE_ID to
35: handle cases where IDs are entered
36: without format mask.
37: 02-AUG-2004 sdahiya 115.3 3804076 Procedure COMPARE_ID should not

Line 97: IF p_per_information2 = hr_api.g_varchar2 THEN /* Bug 3777663 */

93: hr_utility.trace('Mexico legislation not installed. Not performing validation checks.');
94: RETURN;
95: END IF;
96:
97: IF p_per_information2 = hr_api.g_varchar2 THEN /* Bug 3777663 */
98: hr_utility.trace('RFC ID not available for validation.');
99: RETURN;
100: END IF;
101:

Line 134: IF p_per_information3 = hr_api.g_varchar2 THEN /* Bug 3777663 */

130: hr_utility.trace('Mexico legislation not installed. Not performing validation checks.');
131: RETURN;
132: END IF;
133:
134: IF p_per_information3 = hr_api.g_varchar2 THEN /* Bug 3777663 */
135: hr_utility.trace('Social Security ID not available for validation.');
136: RETURN;
137: END IF;
138:

Line 173: IF p_per_information5 = hr_api.g_varchar2 THEN /* Bug 3777663 */

169: hr_utility.trace('Mexico legislation not installed. Not performing validation checks.');
170: RETURN;
171: END IF;
172:
173: IF p_per_information5 = hr_api.g_varchar2 THEN /* Bug 3777663 */
174: hr_utility.trace('Federal Government Affiliation ID not available for validation.');
175: RETURN;
176: END IF;
177:

Line 207: IF p_per_information6 = hr_api.g_varchar2 THEN /* Bug 3777663 */

203: hr_utility.trace('Mexico legislation not installed. Not performing validation checks.');
204: RETURN;
205: END IF;
206:
207: IF p_per_information6 = hr_api.g_varchar2 THEN /* Bug 3777663 */
208: hr_utility.trace('Military Service ID not available for validation.');
209: RETURN;
210: END IF;
211:

Line 237: IF p_per_information4 = hr_api.g_varchar2 THEN /* Bug 3777663 */

233: hr_utility.trace('Mexico legislation not installed. Not performing validation checks.');
234: RETURN;
235: END IF;
236:
237: IF p_per_information4 = hr_api.g_varchar2 THEN /* Bug 3777663 */
238: hr_utility.trace('Social Security Medical Center ID not available for validation.');
239: RETURN;
240: END IF;
241:

Line 266: IF p_registration_id = hr_api.g_varchar2 THEN /* Bug 3777663 */

262: hr_utility.trace('Mexico legislation not installed. Not performing validation checks.');
263: RETURN;
264: END IF;
265:
266: IF p_registration_id = hr_api.g_varchar2 THEN /* Bug 3777663 */
267: hr_utility.trace('Registration ID not available for validation.');
268: RETURN;
269: END IF;
270: