DBA Data[Home] [Help]

APPS.IEM_ARCH_PVT dependencies on IEM_ARCH_PVT

Line 1: PACKAGE BODY IEM_ARCH_PVT as

1: PACKAGE BODY IEM_ARCH_PVT as
2: /* $Header: iemarcpb.pls 120.7 2005/10/18 11:37:20 rtripath ship $ */
3:
4: G_PKG_NAME CONSTANT varchar2(30) :='IEM_ARCH_PVT ';
5: -- Create a Request in the System for archiving or purging.

Line 4: G_PKG_NAME CONSTANT varchar2(30) :='IEM_ARCH_PVT ';

1: PACKAGE BODY IEM_ARCH_PVT as
2: /* $Header: iemarcpb.pls 120.7 2005/10/18 11:37:20 rtripath ship $ */
3:
4: G_PKG_NAME CONSTANT varchar2(30) :='IEM_ARCH_PVT ';
5: -- Create a Request in the System for archiving or purging.
6:
7: PROCEDURE submit_request(p_api_version_number IN NUMBER,
8: p_init_msg_list IN VARCHAR2 ,

Line 186: IEM_ARCH_PVT.CREATE_MLCS(p_request_id=>p_request_id ,

182: l_milcs_type:=47;
183: END IF;
184:
185: IF l_milcs_type is not null then
186: IEM_ARCH_PVT.CREATE_MLCS(p_request_id=>p_request_id ,
187: p_milcs_type=>l_milcs_type , -- '46'Email Archived
188: x_ret_status=>l_ret_status, -- '47' Email Purged
189: x_out_text=>m_out_text);
190: END IF;

Line 450: IEM_ARCH_PVT.process_request(p_api_version_number=>1.0,

446: EXIT;
447: END LOOP;
448: commit;
449: IF l_proc_flag='T' THEN
450: IEM_ARCH_PVT.process_request(p_api_version_number=>1.0,
451: p_init_msg_list=>'F',
452: p_commit=>'F',
453: p_request_id=>l_request_id ,
454: p_request_type=>l_req_type,

Line 534: END IEM_ARCH_PVT ;

530: when OTHERS THEN
531: x_out_text:='An Error Occured while Creating MLCS '||sqlerrm;
532: x_ret_status:='E';
533: END CREATE_MLCS;
534: END IEM_ARCH_PVT ;