DBA Data[Home] [Help]

APPS.OZF_CLAIMS_HISTORY_PVT dependencies on OZF_CLAIM_LINE_HIST_PVT

Line 1964: l_claim_lines_hist_rec OZF_claim_line_hist_PVT.claim_line_hist_rec_type;

1960:
1961: l_claims_history_rec OZF_claims_history_PVT.claims_history_rec_type;
1962: l_claim_history_id number := null;
1963:
1964: l_claim_lines_hist_rec OZF_claim_line_hist_PVT.claim_line_hist_rec_type;
1965: l_claim_line_history_id number;
1966: l_claim_line_rec OZF_Claim_Line_PVT.claim_line_rec_type;
1967: l_event_description varchar2(2000);
1968:

Line 2299: OZF_claim_line_hist_PVT.Create_claim_line_hist(

2295: l_claim_lines_hist_rec.earnings_end_date := l_claim_line_rec.earnings_end_date;
2296:
2297:
2298:
2299: OZF_claim_line_hist_PVT.Create_claim_line_hist(
2300: P_Api_Version_Number => 1.0,
2301: P_Init_Msg_List => FND_API.G_FALSE,
2302: P_Commit => FND_API.G_FALSE,
2303: P_Validation_Level => FND_API.G_VALID_LEVEL_FULL,