DBA Data[Home] [Help]

APPS.IEX_SCOREAPI_PUB dependencies on ARP_UTIL

Line 69: arp_util.debug('Compatility error occurred.', G_MSG_ERROR);

65: p_count => l_msg_count,
66: p_data => l_msg_data
67: );
68: IF PG_DEBUG in ('Y', 'C') THEN
69: arp_util.debug('Compatility error occurred.', G_MSG_ERROR);
70: END IF;
71:
72: x_msg_count := l_msg_count;
73: x_msg_data := l_msg_data;

Line 306: arp_util.debug('Compatility error occurred.', G_MSG_ERROR);

302: p_count => l_msg_count,
303: p_data => l_msg_data
304: );
305: IF PG_DEBUG in ('Y', 'C') THEN
306: arp_util.debug('Compatility error occurred.', G_MSG_ERROR);
307: END IF;
308:
309: x_msg_count := l_msg_count;
310: x_msg_data := l_msg_data;

Line 363: arp_util.debug('Get Status : ' ||'No Status for Score Engine,Score provided. ');

359: IF C_getStatus%NOTFOUND then
360: x_STATUS := null;
361: x_return_status := FND_API.G_RET_STS_ERROR;
362: if PG_DEBUG in ('Y', 'C') THEN
363: arp_util.debug('Get Status : ' ||'No Status for Score Engine,Score provided. ');
364: end if;
365: ELSE
366: x_STATUS := l_status;
367: x_return_status := l_return_status;

Line 390: arp_util.debug('Get Status : ' ||'No Status for Score Engine,Score provided. ');

386: FND_MESSAGE.Set_Name('AR', 'AR_OPLB_NO_DATA_FOUND');
387: FND_MSG_PUB.Add;
388: x_return_status := FND_API.G_RET_STS_ERROR;
389: IF PG_DEBUG in ('Y', 'C') THEN
390: arp_util.debug('Get Status : ' ||'No Status for Score Engine,Score provided. ');
391: END IF;
392: FND_MSG_PUB.Count_And_Get(
393: p_encoded => FND_API.G_FALSE,
394: p_count => l_msg_count,

Line 454: arp_util.debug('Compatility error occurred.', G_MSG_ERROR);

450: p_count => l_msg_count,
451: p_data => l_msg_data
452: );
453: IF PG_DEBUG in ('Y', 'C') THEN
454: arp_util.debug('Compatility error occurred.', G_MSG_ERROR);
455: END IF;
456:
457: x_msg_count := l_msg_count;
458: x_msg_data := l_msg_data;

Line 495: arp_util.debug('Getting Score : ' ||'No Score for Object provided. ');

491:
492: IF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN
493: x_return_status := FND_API.G_RET_STS_ERROR;
494: IF PG_DEBUG in ('Y', 'C') THEN
495: arp_util.debug('Getting Score : ' ||'No Score for Object provided. ');
496: END IF;
497: FND_MSG_PUB.Count_And_Get(
498: p_encoded => FND_API.G_FALSE,
499: p_count => l_msg_count,

Line 522: arp_util.debug('Getting Status : ' ||'No Status for Object provided. ');

518:
519: IF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN
520: x_return_status := FND_API.G_RET_STS_ERROR;
521: IF PG_DEBUG in ('Y', 'C') THEN
522: arp_util.debug('Getting Status : ' ||'No Status for Object provided. ');
523: END IF;
524: FND_MSG_PUB.Count_And_Get(
525: p_encoded => FND_API.G_FALSE,
526: p_count => l_msg_count,