DBA Data[Home] [Help]

APPS.OZF_CLAIM_APPROVAL_PVT dependencies on OZF_MASS_SETTLEMENT_PVT

Line 2535: OZF_MASS_SETTLEMENT_PVT.Start_Mass_Payment(

2531:
2532: IF l_payment_method = 'MASS_SETTLEMENT' THEN
2533: IF l_update_status = 'APPROVED' THEN
2534:
2535: OZF_MASS_SETTLEMENT_PVT.Start_Mass_Payment(
2536: p_group_claim_id => l_claim_rec.claim_id,
2537: x_return_status => l_return_status,
2538: x_msg_data => l_msg_data,
2539: x_msg_count => l_msg_count

Line 2544: OZF_MASS_SETTLEMENT_PVT.Reject_Mass_Payment(

2540: );
2541:
2542: ELSE
2543:
2544: OZF_MASS_SETTLEMENT_PVT.Reject_Mass_Payment(
2545: p_group_claim_id => l_claim_rec.claim_id,
2546: x_return_status => l_return_status,
2547: x_msg_data => l_msg_data,
2548: x_msg_count => l_msg_count