DBA Data[Home] [Help]

APPS.M4U_SETUP_PACKAGE dependencies on HR_API

Line 449: FND_MESSAGE.SET_NAME('CLN','M4U_HR_API_ISSUE');

445: cln_debug_pub.Add('Object Version No -'||l_obj_ver_num, 1);
446: END IF;
447:
448: WHEN OTHERS THEN
449: FND_MESSAGE.SET_NAME('CLN','M4U_HR_API_ISSUE');
450: l_msg_data := FND_MESSAGE.GET;
451: RAISE FND_API.G_EXC_ERROR;
452: END;
453:

Line 460: FND_MESSAGE.SET_NAME('CLN','M4U_HR_API_FAILED');

456: cln_debug_pub.Add('---- Setup HR Location Values in DB ----', 1);
457: cln_debug_pub.Add('---- Call HR_LOCATION_API.create_location ----', 1);
458: END IF;
459:
460: FND_MESSAGE.SET_NAME('CLN','M4U_HR_API_FAILED');
461: FND_MESSAGE.SET_TOKEN('PARAM','Create');
462: l_msg_data := FND_MESSAGE.GET;
463:
464: HR_LOCATION_API.create_location(

Line 488: FND_MESSAGE.SET_NAME('CLN','M4U_HR_API_FAILED');

484: cln_debug_pub.Add('---- Update HR Location Values in DB ----', 1);
485: cln_debug_pub.Add('---- Call HR_LOCATION_API.update_location ----', 1);
486: END IF;
487:
488: FND_MESSAGE.SET_NAME('CLN','M4U_HR_API_FAILED');
489: FND_MESSAGE.SET_TOKEN('PARAM','Update');
490: l_msg_data := FND_MESSAGE.GET;
491:
492: HR_LOCATION_API.update_location(