DBA Data[Home] [Help]

APPS.HR_PERSON_DEPLOYMENT_SWI dependencies on FND_MESSAGE

Line 186: fnd_message.set_name('EDIT HERE: APP_CODE', 'EDIT_HERE: MESSAGE_NAME ');

182: --
183: /*
184: NOT IN USE FOR INITIAL RELEASE
185: if l_policy_duration_warning then
186: fnd_message.set_name('EDIT HERE: APP_CODE', 'EDIT_HERE: MESSAGE_NAME ');
187: hr_multi_message.add
188: (p_message_type => hr_multi_message.g_warning_msg
189: );
190: end if; --

Line 406: fnd_message.set_name('EDIT HERE: APP_CODE', 'EDIT_HERE: MESSAGE_NAME ');

402: --
403: /*
404: NOT IN USE FOR INITIAL RELEASE
405: if l_policy_duration_warning then
406: fnd_message.set_name('EDIT HERE: APP_CODE', 'EDIT_HERE: MESSAGE_NAME ');
407: hr_multi_message.add
408: (p_message_type => hr_multi_message.g_warning_msg
409: );
410: end if; --

Line 614: fnd_message.set_name('PER','HR_449649_DPL_NO_INIT_APL');

610: -- Convert API warning boolean parameter values to specific
611: -- messages and add them to Multiple Message List
612: --
613: if l_already_applicant_warning then
614: fnd_message.set_name('PER','HR_449649_DPL_NO_INIT_APL');
615: hr_multi_message.add
616: (p_message_type => hr_multi_message.g_warning_msg
617: );
618: end if;