DBA Data[Home] [Help]

APPS.OZF_CLAIMS_HISTORY_PVT dependencies on OZF_CLAIMS_HISTORY_PVT

Line 1: PACKAGE BODY OZF_claims_history_PVT as

1: PACKAGE BODY OZF_claims_history_PVT as
2: /* $Header: ozfvchib.pls 120.1 2005/09/15 22:40:06 appldev ship $ */
3: -- Start of Comments
4: -- Package name : OZF_claims_history_PVT
5: -- Purpose :

Line 4: -- Package name : OZF_claims_history_PVT

1: PACKAGE BODY OZF_claims_history_PVT as
2: /* $Header: ozfvchib.pls 120.1 2005/09/15 22:40:06 appldev ship $ */
3: -- Start of Comments
4: -- Package name : OZF_claims_history_PVT
5: -- Purpose :
6: -- History :
7: -- NOTE :
8: -- End of Comments

Line 10: G_PKG_NAME CONSTANT VARCHAR2(30):= 'OZF_claims_history_PVT';

6: -- History :
7: -- NOTE :
8: -- End of Comments
9:
10: G_PKG_NAME CONSTANT VARCHAR2(30):= 'OZF_claims_history_PVT';
11: G_FILE_NAME CONSTANT VARCHAR2(12) := 'ozfvchib.pls';
12:
13: G_UPDATE_EVENT CONSTANT VARCHAR2(30) := 'UPDATE';
14: G_LINE_EVENT CONSTANT VARCHAR2(30) := 'LINE';

Line 1961: l_claims_history_rec OZF_claims_history_PVT.claims_history_rec_type;

1957: l_msg_data varchar2(2000);
1958: l_return_status varchar2(30);
1959: l_api_name varchar2(30) := 'Create_History';
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;

Line 2189: OZF_claims_history_PVT.Create_claims_history(

2185: l_claims_history_rec.cstl_wf_item_key := l_claim_rec.cstl_wf_item_key;
2186: l_claims_history_rec.batch_type := l_claim_rec.batch_type;
2187:
2188:
2189: OZF_claims_history_PVT.Create_claims_history(
2190: P_Api_Version_Number => 1.0,
2191: P_Init_Msg_List => FND_API.G_FALSE,
2192: P_Commit => FND_API.G_FALSE,
2193: P_Validation_Level => FND_API.G_VALID_LEVEL_FULL,

Line 2929: End OZF_claims_history_PVT;

2925: p_data => x_msg_data
2926: );
2927: End Validate_claims_history;
2928:
2929: End OZF_claims_history_PVT;