DBA Data[Home] [Help]

APPS.CS_SR_WF_DUP_CHK_PVT dependencies on FND_MSG_PUB

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

865: END IF;
866:
867: IF (l_return_status <> 'S') THEN
868: for i in 1..l_msg_count loop
869: FND_MSG_PUB.Get(p_msg_index=>i,
870: p_encoded=>'F',
871: p_data=>l_msg_data,
872: p_msg_index_out=>l_msg_index_out);
873: l_err := l_err || l_msg_data ;

Line 883: fnd_msg_pub.initialize;

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

Line 885: fnd_msg_pub.add;

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

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

923: EXCEPTION
924: WHEN l_API_ERROR THEN
925: l_errmsg_name := NULL;
926: for i in 1..l_msg_count loop
927: FND_MSG_PUB.Get(p_msg_index=>i,
928: p_encoded=>'F',
929: p_data=>l_msg_data,
930: p_msg_index_out=>l_msg_index_out);
931: l_errmsg_name := l_errmsg_name || l_msg_data ;