DBA Data[Home] [Help]

APPS.AR_AUTOREC_API dependencies on FND_MSG_PUB

Line 575: al_msg_data :=FND_MSG_PUB.Get(FND_MSG_PUB.G_NEXT,FND_API.G_FALSE);

571:
572: LOOP
573: IF nvl(al_count,0) < al_msg_count THEN
574: al_count := nvl(al_count,0) +1 ;
575: al_msg_data :=FND_MSG_PUB.Get(FND_MSG_PUB.G_NEXT,FND_API.G_FALSE);
576:
577: arp_standard.debug ( 'the number is ' || al_count );
578: arp_standard.debug ( 'the message data is ' || al_msg_data );
579:

Line 742: pl_msg_data :=FND_MSG_PUB.Get(FND_MSG_PUB.G_NEXT,FND_API.G_FALSE);

738:
739: LOOP
740: IF nvl(pl_count,0) < pl_msg_count THEN
741: pl_count := nvl(pl_count,0) +1 ;
742: pl_msg_data :=FND_MSG_PUB.Get(FND_MSG_PUB.G_NEXT,FND_API.G_FALSE);
743:
744: arp_standard.debug ( 'the number is ' || pl_count );
745: arp_standard.debug ( 'the message data is ' || pl_msg_data );
746:

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

2094:
2095: LOOP
2096: IF nvl(l_count,0) < l_msg_count THEN
2097: l_count := nvl(l_count,0) +1 ;
2098: l_msg_data :=FND_MSG_PUB.Get(FND_MSG_PUB.G_NEXT,FND_API.G_FALSE);
2099:
2100: arp_standard.debug ( 'the number is ' || l_count );
2101: arp_standard.debug ( 'the message data is ' || l_msg_data );
2102:

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

2385:
2386: LOOP
2387: IF nvl(l_count,0) < l_msg_count THEN
2388: l_count := nvl(l_count,0) +1 ;
2389: l_msg_data :=FND_MSG_PUB.Get(FND_MSG_PUB.G_NEXT,FND_API.G_FALSE);
2390:
2391: arp_standard.debug ( 'the number is ' || l_count );
2392: arp_standard.debug ( 'the message data is ' || l_msg_data );
2393:

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

2676:
2677: LOOP
2678: IF nvl(l_count,0) < l_msg_count THEN
2679: l_count := nvl(l_count,0) +1 ;
2680: l_msg_data :=FND_MSG_PUB.Get(FND_MSG_PUB.G_NEXT,FND_API.G_FALSE);
2681:
2682: arp_standard.debug ( 'the number is ' || l_count );
2683: arp_standard.debug ( 'the message data is ' || l_msg_data );
2684:

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

2969:
2970: LOOP
2971: IF nvl(l_count,0) < l_msg_count THEN
2972: l_count := nvl(l_count,0) +1 ;
2973: l_msg_data :=FND_MSG_PUB.Get(FND_MSG_PUB.G_NEXT,FND_API.G_FALSE);
2974:
2975: arp_standard.debug ( 'the number is ' || l_count );
2976: arp_standard.debug ( 'the message data is ' || l_msg_data );
2977:

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

3256:
3257: LOOP
3258: IF nvl(l_count,0) < l_msg_count THEN
3259: l_count := nvl(l_count,0) +1 ;
3260: l_msg_data :=FND_MSG_PUB.Get(FND_MSG_PUB.G_NEXT,FND_API.G_FALSE);
3261:
3262: arp_standard.debug ( 'the number is ' || l_count );
3263: arp_standard.debug ( 'the message data is ' || l_msg_data );
3264:

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

3522: ELSIF l_msg_count > 1 Then
3523: LOOP
3524: IF nvl(l_count,0) < l_msg_count THEN
3525: l_count := nvl(l_count,0) +1 ;
3526: l_msg_data :=FND_MSG_PUB.Get(FND_MSG_PUB.G_NEXT,FND_API.G_FALSE);
3527:
3528: arp_standard.debug ( 'the number is ' || l_count );
3529: arp_standard.debug ( 'the message data is ' || l_msg_data );
3530:

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

3787: ELSIF l_msg_count > 1 Then
3788: LOOP
3789: IF nvl(l_count,0) < l_msg_count THEN
3790: l_count := nvl(l_count,0) +1 ;
3791: l_msg_data :=FND_MSG_PUB.Get(FND_MSG_PUB.G_NEXT,FND_API.G_FALSE);
3792:
3793: arp_standard.debug ( 'the number is ' || l_count );
3794: arp_standard.debug ( 'the message data is ' || l_msg_data );
3795:

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

4052: ELSIF l_msg_count > 1 Then
4053: LOOP
4054: IF nvl(l_count,0) < l_msg_count THEN
4055: l_count := nvl(l_count,0) +1 ;
4056: l_msg_data :=FND_MSG_PUB.Get(FND_MSG_PUB.G_NEXT,FND_API.G_FALSE);
4057:
4058: arp_standard.debug ( 'the number is ' || l_count );
4059: arp_standard.debug ( 'the message data is ' || l_msg_data );
4060:

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

4617: LOOP
4618: IF nvl(ul_count,0) < ul_msg_count THEN
4619:
4620: ul_count := nvl(ul_count,0) +1 ;
4621: ul_msg_data :=FND_MSG_PUB.Get(FND_MSG_PUB.G_NEXT,FND_API.G_FALSE);
4622:
4623: arp_standard.debug ( 'the number is ' || ul_count );
4624: arp_standard.debug ( 'the message data is ' || ul_msg_data );
4625: