DBA Data[Home] [Help]

APPS.ARP_DEDUCTION_COVER dependencies on ARP_UTIL

Line 198: arp_util.debug('update_amount_in_dispute: ' || '20001 error '||

194: WHEN OTHERS THEN
195: IF (SQLCODE = -20001)
196: THEN
197: IF PG_DEBUG in ('Y', 'C') THEN
198: arp_util.debug('update_amount_in_dispute: ' || '20001 error '||
199: ' at arp_deduction_cover.update_amount_in_dispute()+');
200: END IF;
201: x_return_status := FND_API.G_RET_STS_ERROR ;
202: ELSE

Line 204: arp_util.debug('update_amount_in_dispute: ' || 'Unexpected error '||sqlerrm||

200: END IF;
201: x_return_status := FND_API.G_RET_STS_ERROR ;
202: ELSE
203: IF PG_DEBUG in ('Y', 'C') THEN
204: arp_util.debug('update_amount_in_dispute: ' || 'Unexpected error '||sqlerrm||
205: ' at arp_deduction_cover.update_amount_in_dispute()+');
206: END IF;
207: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
208: IF FND_MSG_PUB.Check_Msg_Level

Line 465: IF (arp_util.validate_and_default_gl_date(

461: ELSE
462: l_gl_date := SYSDATE;
463: END IF;
464: END IF;
465: IF (arp_util.validate_and_default_gl_date(
466: l_gl_date,
467: NULL,
468: NULL,
469: NULL,

Line 631: arp_util.debug('create_receipt_writeoff: ' || '20001 error '||

627: WHEN OTHERS THEN
628: IF (SQLCODE = -20001)
629: THEN
630: IF PG_DEBUG in ('Y', 'C') THEN
631: arp_util.debug('create_receipt_writeoff: ' || '20001 error '||
632: ' at arp_deduction_cover.create_receipt_writeoff()+');
633: END IF;
634: x_return_status := FND_API.G_RET_STS_ERROR ;
635: ELSE

Line 637: arp_util.debug('create_receipt_writeoff: ' || 'Unexpected error '||sqlerrm||

633: END IF;
634: x_return_status := FND_API.G_RET_STS_ERROR ;
635: ELSE
636: IF PG_DEBUG in ('Y', 'C') THEN
637: arp_util.debug('create_receipt_writeoff: ' || 'Unexpected error '||sqlerrm||
638: ' at arp_deduction_cover.create_receipt_writeoff()+');
639: END IF;
640: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
641: IF FND_MSG_PUB.Check_Msg_Level

Line 936: IF (arp_util.validate_and_default_gl_date(

932: WHERE associated_cash_receipt_id = p_cash_receipt_id
933: AND payment_schedule_id = l_applied_ps_id;
934: END IF;
935:
936: IF (arp_util.validate_and_default_gl_date(
937: l_app_gl_date,
938: NULL,
939: NULL,
940: NULL,

Line 1121: arp_util.debug('split_claim_reapplication: ' || '20001 error '||

1117: WHEN OTHERS THEN
1118: IF (SQLCODE = -20001)
1119: THEN
1120: IF PG_DEBUG in ('Y', 'C') THEN
1121: arp_util.debug('split_claim_reapplication: ' || '20001 error '||
1122: ' at arp_deduction_cover.split_claim_reapplication()+');
1123: END IF;
1124: x_return_status := FND_API.G_RET_STS_ERROR ;
1125: ELSE

Line 1127: arp_util.debug('split_claim_reapplication: ' || 'Unexpected error '||sqlerrm||

1123: END IF;
1124: x_return_status := FND_API.G_RET_STS_ERROR ;
1125: ELSE
1126: IF PG_DEBUG in ('Y', 'C') THEN
1127: arp_util.debug('split_claim_reapplication: ' || 'Unexpected error '||sqlerrm||
1128: ' at arp_deduction_cover.split_claim_reapplication()+');
1129: END IF;
1130: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1131: IF FND_MSG_PUB.Check_Msg_Level