DBA Data[Home] [Help]

APPS.OZF_CLAIMS_HISTORY_PVT dependencies on OZF_CLAIM_LINE_HIST_PVT

Line 1966: l_claim_lines_hist_rec OZF_claim_line_hist_PVT.claim_line_hist_rec_type;

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

Line 2301: OZF_claim_line_hist_PVT.Create_claim_line_hist(

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