DBA Data[Home] [Help]

APPS.OZF_CLAIM_APPROVAL_PVT dependencies on OZF_MASS_SETTLEMENT_PVT

Line 2574: OZF_MASS_SETTLEMENT_PVT.Start_Mass_Payment(

2570:
2571: IF l_payment_method = 'MASS_SETTLEMENT' THEN
2572: IF l_update_status = 'APPROVED' THEN
2573:
2574: OZF_MASS_SETTLEMENT_PVT.Start_Mass_Payment(
2575: p_group_claim_id => l_claim_rec.claim_id,
2576: x_return_status => l_return_status,
2577: x_msg_data => l_msg_data,
2578: x_msg_count => l_msg_count

Line 2612: OZF_MASS_SETTLEMENT_PVT.Reject_Mass_Payment(

2608:
2609:
2610: ELSE
2611:
2612: OZF_MASS_SETTLEMENT_PVT.Reject_Mass_Payment(
2613: p_group_claim_id => l_claim_rec.claim_id,
2614: x_return_status => l_return_status,
2615: x_msg_data => l_msg_data,
2616: x_msg_count => l_msg_count