DBA Data[Home] [Help]

APPS.OZF_SETTLEMENT_DOC_PVT dependencies on OZF_CLAIMS_HISTORY_PVT

Line 2255: OZF_claims_history_PVT.Check_Create_History(

2251:
2252: --//Bugfix : 8428220 - Claim History Creation Check
2253: IF (p_status_code ='CLOSED' AND l_payment_status ='INTERFACED') THEN
2254:
2255: OZF_claims_history_PVT.Check_Create_History(
2256: p_claim => l_claim_rec,
2257: p_event => 'UPDATE',
2258: x_history_event => l_history_event,
2259: x_history_event_description => l_history_event_description,

Line 2272: OZF_claims_history_PVT.Create_History(

2268: END IF;
2269:
2270: IF (l_needed_to_create = 'Y') THEN
2271: -- CREATE history
2272: OZF_claims_history_PVT.Create_History(
2273: p_claim_id => p_claim_id,
2274: p_history_event => l_history_event,
2275: p_history_event_description => l_history_event_description,
2276: x_claim_history_id => l_claim_history_id,