DBA Data[Home] [Help]

APPS.ARP_RATE_ADJ dependencies on OZF_CLAIM_GRP

Line 420: IF NOT OZF_Claim_GRP.Check_Cancell_Deduction(

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

Line 1448: IF OZF_Claim_GRP.Check_Cancell_Deduction(

1444: THEN
1445: -- Bug 2076743 - cater for cancelled claims
1446: -- Bug 2353144 - use check_cancel_deduction instead of status
1447: -- OPEN to determine if claim is cancellable
1448: IF OZF_Claim_GRP.Check_Cancell_Deduction(
1449: p_claim_id => old_rec_app.secondary_application_ref_id)
1450: THEN
1451: l_claim_id := NULL;
1452: l_claim_amount := ps_remaining.amount_due_remaining +