DBA Data[Home] [Help]

APPS.OZF_MASS_SETTLEMENT_PVT dependencies on OZF_CLAIMS_HISTORY_PVT

Line 2815: OZF_claims_history_PVT.Check_Create_History(

2811: IF l_status_code ='CLOSED' THEN
2812: l_claim_rec.status_code :=l_status_code;
2813: l_claim_rec.user_status_id :=l_user_status_id;
2814:
2815: OZF_claims_history_PVT.Check_Create_History(
2816: p_claim => l_claim_rec,
2817: p_event => 'UPDATE',
2818: x_history_event => l_history_event,
2819: x_history_event_description => l_history_event_description,

Line 2832: OZF_claims_history_PVT.Create_History(

2828: END IF;
2829:
2830: IF (l_needed_to_create = 'Y') THEN
2831: -- CREATE history
2832: OZF_claims_history_PVT.Create_History(
2833: p_claim_id => l_claim_id_tbl(i),
2834: p_history_event => l_history_event,
2835: p_history_event_description => l_history_event_description,
2836: x_claim_history_id => l_claim_history_id,

Line 3041: OZF_claims_history_PVT.Check_Create_History(

3037: l_claim_rec_hist.claim_id :=l_settlement_doc_tbl(j).payment_reference_id;
3038: l_claim_rec_hist.status_code :='CLOSED';
3039: l_claim_rec_hist.user_status_id :=OZF_UTILITY_PVT.get_default_user_status('OZF_CLAIM_STATUS','CLOSED');
3040:
3041: OZF_claims_history_PVT.Check_Create_History(
3042: p_claim => l_claim_rec_hist,
3043: p_event => 'UPDATE',
3044: x_history_event => l_history_event,
3045: x_history_event_description => l_history_event_description,

Line 3058: OZF_claims_history_PVT.Create_History(

3054: END IF;
3055:
3056: IF (l_needed_to_create = 'Y') THEN
3057: -- CREATE history
3058: OZF_claims_history_PVT.Create_History(
3059: p_claim_id => l_settlement_doc_tbl(j).payment_reference_id,
3060: p_history_event => l_history_event,
3061: p_history_event_description => l_history_event_description,
3062: x_claim_history_id => l_claim_history_id,