DBA Data[Home] [Help]

APPS.CS_SR_WF_DUP_CHK_PVT dependencies on FND_MESSAGE

Line 905: fnd_message.set_name ('CS', 'CS_EA_NULL_NOTE_TYPE');

901: aname => 'CS_TASK_FAILURE_NOTE_PROFILE' );
902:
903: IF (l_note_type is null) THEN
904: fnd_msg_pub.initialize;
905: fnd_message.set_name ('CS', 'CS_EA_NULL_NOTE_TYPE');
906: fnd_msg_pub.add;
907:
908: raise l_api_error;
909: END IF;