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.2.12020000.3 2013/02/01 17:15:26 bkunjan 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.2.12020000.3 2013/02/01 17:15:26 bkunjan 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 1963: l_claims_history_rec OZF_claims_history_PVT.claims_history_rec_type;

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

Line 2198: OZF_claims_history_PVT.Create_claims_history(

2194: l_claims_history_rec.cstl_wf_item_key := l_claim_rec.cstl_wf_item_key;
2195: l_claims_history_rec.batch_type := l_claim_rec.batch_type;
2196:
2197:
2198: OZF_claims_history_PVT.Create_claims_history(
2199: P_Api_Version_Number => 1.0,
2200: P_Init_Msg_List => FND_API.G_FALSE,
2201: P_Commit => FND_API.G_FALSE,
2202: P_Validation_Level => FND_API.G_VALID_LEVEL_FULL,

Line 2931: End OZF_claims_history_PVT;

2927: p_data => x_msg_data
2928: );
2929: End Validate_claims_history;
2930:
2931: End OZF_claims_history_PVT;