DBA Data[Home] [Help]

APPS.WSH_IB_TXN_MATCH_PKG dependencies on FND_MSG_PUB

Line 428: l_message := FND_MSG_PUB.GET

424: --
425: FOR l_index IN p_startIndex..p_endIndex
426: LOOP
427: --{
428: l_message := FND_MSG_PUB.GET
429: (
430: p_msg_index => l_index,
431: p_encoded => 'F'
432: );

Line 717: p_endIndex => FND_MSG_PUB.Count_Msg,

713: --
714: WSH_IB_TXN_MATCH_PKG.retrieveMessages
715: (
716: p_startIndex => p_messageStartIndex,
717: p_endIndex => FND_MSG_PUB.Count_Msg,
718: x_messageTbl => l_messageTbl,
719: x_return_status => l_return_status
720: );
721: --

Line 6302: l_messageStartIndex := NVL(FND_MSG_PUB.COUNT_MSG,0) + 1;

6298: -- } IB-Phase-2
6299: --
6300: l_index := p_line_rec.shipment_line_id.FIRST;
6301: l_firstIndex := l_index;
6302: l_messageStartIndex := NVL(FND_MSG_PUB.COUNT_MSG,0) + 1;
6303: --
6304: --
6305: -- Debug Statements
6306: --