DBA Data[Home] [Help]

APPS.AR_REVENUE_MANAGEMENT_PVT dependencies on FND_MSG_PUB

Line 1081: debug(FND_MSG_PUB.get

1077: ELSIF NVL(x_msg_count,0) = 0 THEN
1078: debug('No Messages');
1079: ELSE
1080: FOR i IN 1..x_msg_count LOOP
1081: debug(FND_MSG_PUB.get
1082: (p_msg_index => i,
1083: p_encoded => FND_API.G_FALSE));
1084: END LOOP;
1085: END IF;

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

3523: debug(' p_customer_trx_line_id : ' ||
3524: p_customer_trx_line_id);
3525: END IF;
3526:
3527: fnd_msg_pub.get(fnd_msg_pub.g_first, fnd_api.g_false,
3528: x_msg_data, x_msg_count);
3529:
3530: IF pg_debug IN ('Y', 'C') THEN
3531: debug('Error Reported By RAM API: ' || x_msg_data);