DBA Data[Home] [Help]

APPS.ARP_RATE_ADJ dependencies on OZF_CLAIM_GRP

Line 416: IF NOT OZF_Claim_GRP.Check_Cancell_Deduction(

412: FOR clrec in apps_with_claims(new_adj.cash_receipt_id) LOOP
413: -- Bug 2076743 - cater for cancelled claims
414: -- Bug 2353144 - use check_cancel_deduction instead of status OPEN
415: -- to determine if claim is cancellable
416: IF NOT OZF_Claim_GRP.Check_Cancell_Deduction(
417: p_claim_id => clrec.secondary_application_ref_id)
418: THEN
419: FND_MESSAGE.SET_NAME('AR', 'AR_RW_APP_NO_NEW_RATE_IF_CLAIM');
420: IF PG_DEBUG in ('Y', 'C') THEN

Line 1389: IF OZF_Claim_GRP.Check_Cancell_Deduction(

1385: THEN
1386: -- Bug 2076743 - cater for cancelled claims
1387: -- Bug 2353144 - use check_cancel_deduction instead of status
1388: -- OPEN to determine if claim is cancellable
1389: IF OZF_Claim_GRP.Check_Cancell_Deduction(
1390: p_claim_id => old_rec_app.secondary_application_ref_id)
1391: THEN
1392: l_claim_id := NULL;
1393: l_claim_amount := ps_remaining.amount_due_remaining +