DBA Data[Home] [Help]

APPS.CS_SR_WF_DUP_CHK_PVT dependencies on FND_MESSAGE

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

880: aname => 'CS_TASK_FAILURE_NOTE_PROFILE' );
881:
882: IF (l_note_type is null) THEN
883: fnd_msg_pub.initialize;
884: fnd_message.set_name ('CS', 'CS_EA_NULL_NOTE_TYPE');
885: fnd_msg_pub.add;
886:
887: raise l_api_error;
888: END IF;