DBA Data[Home] [Help]

APPS.CS_SR_WF_DUP_CHK_PVT dependencies on FND_MSG_PUB

Line 890: FND_MSG_PUB.Get(p_msg_index=>i,

886: END IF;
887:
888: IF (l_return_status <> 'S') THEN
889: for i in 1..l_msg_count loop
890: FND_MSG_PUB.Get(p_msg_index=>i,
891: p_encoded=>'F',
892: p_data=>l_msg_data,
893: p_msg_index_out=>l_msg_index_out);
894: l_err := l_err || l_msg_data ;

Line 904: fnd_msg_pub.initialize;

900: itemkey => itemkey,
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;

Line 906: fnd_msg_pub.add;

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;
910:

Line 948: FND_MSG_PUB.Get(p_msg_index=>i,

944: EXCEPTION
945: WHEN l_API_ERROR THEN
946: l_errmsg_name := NULL;
947: for i in 1..l_msg_count loop
948: FND_MSG_PUB.Get(p_msg_index=>i,
949: p_encoded=>'F',
950: p_data=>l_msg_data,
951: p_msg_index_out=>l_msg_index_out);
952: l_errmsg_name := l_errmsg_name || l_msg_data ;