DBA Data[Home] [Help]

APPS.ARP_DEDUCTION dependencies on OZF_CLAIM_GRP

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

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

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

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

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

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

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

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

Line 1521: l_claim_rec OZF_Claim_GRP.Deduction_Rec_Type;

1517: , x_claim_id OUT NOCOPY NUMBER
1518: , x_claim_number OUT NOCOPY VARCHAR2
1519: ) IS
1520:
1521: l_claim_rec OZF_Claim_GRP.Deduction_Rec_Type;
1522: l_return_status VARCHAR2(1);
1523: l_text VARCHAR2(2000);
1524: l_user_id NUMBER;
1525: l_last_update_login NUMBER;

Line 1586: OZF_Claim_GRP.Update_Deduction

1582:
1583: -------------------------------------------------
1584: -- Call TM API for Subsequent Receipt Application
1585: -------------------------------------------------
1586: OZF_Claim_GRP.Update_Deduction
1587: (p_api_version_number => 1.0
1588: ,p_init_msg_list => FND_API.G_TRUE
1589: ,p_commit => FND_API.G_FALSE
1590: ,x_return_status => l_return_status