DBA Data[Home] [Help]

APPS.AR_AUTOREC_API dependencies on FND_MSG_PUB

Line 2467: ul_msg_data :=FND_MSG_PUB.Get(FND_MSG_PUB.G_NEXT,FND_API.G_FALSE);

2463: ELSIF ul_msg_count > 1 Then
2464: LOOP
2465: IF nvl(ul_count,0) < ul_msg_count THEN
2466: ul_count := nvl(ul_count,0) +1 ;
2467: ul_msg_data :=FND_MSG_PUB.Get(FND_MSG_PUB.G_NEXT,FND_API.G_FALSE);
2468:
2469: arp_debug.debug ( 'the number is ' || ul_count );
2470: arp_debug.debug ( 'the message data is ' || ul_msg_data );
2471: ELSE

Line 2920: p_msg_data := FND_MSG_PUB.Get(FND_MSG_PUB.G_NEXT,FND_API.G_FALSE);

2916: arp_debug.debug('p_msg_count: '||p_msg_count);
2917: arp_debug.debug('p_msg_data: '||p_msg_data);
2918:
2919: IF p_msg_data IS NULL THEN
2920: p_msg_data := FND_MSG_PUB.Get(FND_MSG_PUB.G_NEXT,FND_API.G_FALSE);
2921: END IF;
2922:
2923: insert_exceptions( p_batch_id => p_batch_id,
2924: p_request_id => p_request_id,

Line 2936: l_msg_data :=FND_MSG_PUB.Get(FND_MSG_PUB.G_NEXT,FND_API.G_FALSE);

2932: p_msg_data := NULL;
2933: LOOP
2934: IF nvl(l_count, 0) < p_msg_count THEN
2935: l_count := nvl(l_count,0) +1 ;
2936: l_msg_data :=FND_MSG_PUB.Get(FND_MSG_PUB.G_NEXT,FND_API.G_FALSE);
2937:
2938: arp_debug.debug ( 'the number is ' || l_count );
2939: arp_debug.debug ( 'the message data is ' || l_msg_data );
2940: IF length(p_msg_data||l_count||'.'||l_msg_data||' ') < 2000 THEN

Line 3035: l_msg_data :=FND_MSG_PUB.Get(FND_MSG_PUB.G_NEXT,FND_API.G_FALSE);

3031: l_msg_data := 'Application failure. You need to nullify the SELECTED FOR RECEIPT BATCH ID on the invoice'||
3032: ' when the invoice is fixed. Then apply the invoice manually to the receipt'||
3033: ' with receipt id: '||p_cash_receipt_id||', created by automatic receipts for that invoice';
3034: ELSE
3035: l_msg_data :=FND_MSG_PUB.Get(FND_MSG_PUB.G_NEXT,FND_API.G_FALSE);
3036: END IF;
3037: arp_debug.debug ( 'the number is ' || l_count );
3038: arp_debug.debug ( 'the message data is ' || l_msg_data );
3039:

Line 3137: l_msg_data :=FND_MSG_PUB.Get(FND_MSG_PUB.G_NEXT,FND_API.G_FALSE);

3133:
3134: LOOP
3135: IF nvl(l_count,0) < l_msg_count THEN
3136: l_count := nvl(l_count,0) +1 ;
3137: l_msg_data :=FND_MSG_PUB.Get(FND_MSG_PUB.G_NEXT,FND_API.G_FALSE);
3138:
3139: arp_debug.debug ( 'the number is ' || l_count );
3140: arp_debug.debug ( 'the message data is ' || l_msg_data );
3141: