DBA Data[Home] [Help]

APPS.PA_MASS_ASGMT_TRX dependencies on FND_MESSAGE

Line 2840: fnd_message.get_string('PA','PA_NO_ACTION_ON_CONFLICTS');

2836: -- p_result := 'ERROR:PA_NO_ACTION_ON_CONFLICTS';
2837: -- Bug 2134157 - show the message text and not the name. WF does
2838: -- not do the apps error message translation from name to text.
2839: p_result := 'ERROR:' ||
2840: fnd_message.get_string('PA','PA_NO_ACTION_ON_CONFLICTS');
2841:
2842: END IF;
2843:
2844: END IF;