DBA Data[Home] [Help]

APPS.CSC_SERVICE_REQUEST_PVT dependencies on FND_MSG_PUB

Line 221: IF ( FND_MSG_PUB.Count_Msg > 0) THEN

217: x_service_request_number := l_incident_number;
218: l_return := 'SRSuccess';
219: return l_return;
220: else
221: IF ( FND_MSG_PUB.Count_Msg > 0) THEN
222: FOR i in 1..FND_MSG_PUB.Count_Msg
223: LOOP
224:
225: FND_MSG_PUB.Get(p_msg_index => i,

Line 222: FOR i in 1..FND_MSG_PUB.Count_Msg

218: l_return := 'SRSuccess';
219: return l_return;
220: else
221: IF ( FND_MSG_PUB.Count_Msg > 0) THEN
222: FOR i in 1..FND_MSG_PUB.Count_Msg
223: LOOP
224:
225: FND_MSG_PUB.Get(p_msg_index => i,
226: p_encoded => 'F',

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

221: IF ( FND_MSG_PUB.Count_Msg > 0) THEN
222: FOR i in 1..FND_MSG_PUB.Count_Msg
223: LOOP
224:
225: FND_MSG_PUB.Get(p_msg_index => i,
226: p_encoded => 'F',
227: p_data => x_msg_string,
228: p_msg_index_out => l_msg_index_out );
229: