DBA Data[Home] [Help]

APPS.PA_MASS_ASGMT_TRX dependencies on FND_MESSAGE

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

2777: -- p_result := 'ERROR:PA_NO_ACTION_ON_CONFLICTS';
2778: -- Bug 2134157 - show the message text and not the name. WF does
2779: -- not do the apps error message translation from name to text.
2780: p_result := 'ERROR:' ||
2781: fnd_message.get_string('PA','PA_NO_ACTION_ON_CONFLICTS');
2782:
2783: END IF;
2784:
2785: END IF;