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 482: IF (arp_util.validate_and_default_gl_date(

478: ELSE
479: l_gl_date := SYSDATE;
480: END IF;
481: END IF;
482: IF (arp_util.validate_and_default_gl_date(
483: l_gl_date,
484: NULL,
485: NULL,
486: NULL,

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

644: WHEN OTHERS THEN
645: IF (SQLCODE = -20001)
646: THEN
647: IF PG_DEBUG in ('Y', 'C') THEN
648: arp_util.debug('create_receipt_writeoff: ' || '20001 error '||
649: ' at arp_deduction_cover.create_receipt_writeoff()+');
650: END IF;
651: x_return_status := FND_API.G_RET_STS_ERROR ;
652: ELSE

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

650: END IF;
651: x_return_status := FND_API.G_RET_STS_ERROR ;
652: ELSE
653: IF PG_DEBUG in ('Y', 'C') THEN
654: arp_util.debug('create_receipt_writeoff: ' || 'Unexpected error '||sqlerrm||
655: ' at arp_deduction_cover.create_receipt_writeoff()+');
656: END IF;
657: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
658: IF FND_MSG_PUB.Check_Msg_Level

Line 970: IF (arp_util.validate_and_default_gl_date(

966: WHERE associated_cash_receipt_id = p_cash_receipt_id
967: AND payment_schedule_id = l_applied_ps_id;
968: END IF;
969:
970: IF (arp_util.validate_and_default_gl_date(
971: l_app_gl_date,
972: NULL,
973: NULL,
974: NULL,

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

1151: WHEN OTHERS THEN
1152: IF (SQLCODE = -20001)
1153: THEN
1154: IF PG_DEBUG in ('Y', 'C') THEN
1155: arp_util.debug('split_claim_reapplication: ' || '20001 error '||
1156: ' at arp_deduction_cover.split_claim_reapplication()+');
1157: END IF;
1158: x_return_status := FND_API.G_RET_STS_ERROR ;
1159: ELSE

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

1157: END IF;
1158: x_return_status := FND_API.G_RET_STS_ERROR ;
1159: ELSE
1160: IF PG_DEBUG in ('Y', 'C') THEN
1161: arp_util.debug('split_claim_reapplication: ' || 'Unexpected error '||sqlerrm||
1162: ' at arp_deduction_cover.split_claim_reapplication()+');
1163: END IF;
1164: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1165: IF FND_MSG_PUB.Check_Msg_Level