DBA Data[Home] [Help]

APPS.ARP_DEDUCTION dependencies on OZF_CLAIM_GRP

Line 1106: IF (ozf_claim_grp.check_open_claims(l_customer_trx_id,l_cash_receipt_id)) THEN

1102: -- Check for claim existence in TM
1103: -- Based on this result, call to create_claim API (only short pay) or
1104: -- subsequent receipt API is initiated
1105: ---------------------------------------------------------------------
1106: IF (ozf_claim_grp.check_open_claims(l_customer_trx_id,l_cash_receipt_id)) THEN
1107:
1108: l_trx_claim_exist := 'Y'; -- OPEN Claim Exist in TM. Subsequent Receipt App in TM
1109: IF PG_DEBUG in ('Y','C') THEN
1110: arp_standard.debug('Call subsequent receipt API. Open claim exist in TM');

Line 1119: END IF; --IF (ozf_claim_grp.check_open_claims(l_customer_trx_id,l_cash_receipt_id))

1115: IF PG_DEBUG in ('Y','C') THEN
1116: arp_standard.debug('Initiate Create Claim API. Open claim Does Not exist in TM');
1117: END IF;
1118:
1119: END IF; --IF (ozf_claim_grp.check_open_claims(l_customer_trx_id,l_cash_receipt_id))
1120:
1121: --------------------------------------------------------------------
1122: -- Determine if short pay OR Over pay. This determination will aid
1123: -- in chosing to perform task specific to Over pay Or Short pay.

Line 1352: arp_standard.debug('EXCEPTION - TM API : OZF_Claim_GRP ');

1348: END IF;
1349:
1350: l_claim_status := 'N';
1351: IF PG_DEBUG in ('Y','C') THEN
1352: arp_standard.debug('EXCEPTION - TM API : OZF_Claim_GRP ');
1353: END IF;
1354:
1355: --------------------------------------------------
1356: -- Write Failure Message to Concurrent Request Log

Line 1460: | OZF_Claim_GRP.Update_Deduction - Group API to update a claim from AR |

1456: | |
1457: | SCOPE - PUBLIC |
1458: | |
1459: | EXETERNAL PROCEDURES/FUNCTIONS ACCESSED - |
1460: | OZF_Claim_GRP.Update_Deduction - Group API to update a claim from AR |
1461: | |
1462: | ARGUMENTS : IN: |
1463: | OUT: X_RETURN_STATUS ('S' for success, 'E' or 'U' for Error |
1464: | |

Line 1525: l_claim_rec OZF_Claim_GRP.Deduction_Rec_Type;

1521: , x_claim_id OUT NOCOPY NUMBER
1522: , x_claim_number OUT NOCOPY VARCHAR2
1523: ) IS
1524:
1525: l_claim_rec OZF_Claim_GRP.Deduction_Rec_Type;
1526: l_return_status VARCHAR2(1);
1527: l_text VARCHAR2(2000);
1528: l_user_id NUMBER;
1529: l_last_update_login NUMBER;

Line 1590: OZF_Claim_GRP.Update_Deduction

1586:
1587: -------------------------------------------------
1588: -- Call TM API for Subsequent Receipt Application
1589: -------------------------------------------------
1590: OZF_Claim_GRP.Update_Deduction
1591: (p_api_version_number => 1.0
1592: ,p_init_msg_list => FND_API.G_TRUE
1593: ,p_commit => FND_API.G_FALSE
1594: ,x_return_status => l_return_status