DBA Data[Home] [Help]

APPS.PSP_TEMPLATE_DETAILS_SWI dependencies on FND_MESSAGE

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

82: -- Convert API warning boolean parameter values to specific
83: -- messages and add them to Multiple Message List
84: --
85: if l_warning then
86: fnd_message.set_name('EDIT HERE: APP_CODE', 'EDIT_HERE: MESSAGE_NAME ');
87: hr_multi_message.add
88: (p_message_type => hr_multi_message.g_warning_msg
89: );
90: end if; --

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

215: -- Convert API warning boolean parameter values to specific
216: -- messages and add them to Multiple Message List
217: --
218: if l_warning then
219: fnd_message.set_name('EDIT HERE: APP_CODE', 'EDIT_HERE: MESSAGE_NAME ');
220: hr_multi_message.add
221: (p_message_type => hr_multi_message.g_warning_msg
222: );
223: end if; --