DBA Data[Home] [Help]

APPS.AR_REVENUE_MANAGEMENT_PVT dependencies on FND_MSG_PUB

Line 1014: debug(FND_MSG_PUB.get

1010: ELSIF NVL(x_msg_count,0) = 0 THEN
1011: debug('No Messages');
1012: ELSE
1013: FOR i IN 1..x_msg_count LOOP
1014: debug(FND_MSG_PUB.get
1015: (p_msg_index => i,
1016: p_encoded => FND_API.G_FALSE));
1017: END LOOP;
1018: END IF;

Line 3387: fnd_msg_pub.get(fnd_msg_pub.g_first, fnd_api.g_false,

3383: arp_standard.debug(' p_customer_trx_line_id : ' ||
3384: p_customer_trx_line_id);
3385: END IF;
3386:
3387: fnd_msg_pub.get(fnd_msg_pub.g_first, fnd_api.g_false,
3388: x_msg_data, x_msg_count);
3389:
3390: IF pg_debug IN ('Y', 'C') THEN
3391: arp_standard.debug('Error Reported By RAM API: ' || x_msg_data);