DBA Data[Home] [Help]

PACKAGE: APPS.IGS_SV_NI_BATCH_PROCESS_PKG

Source


1 PACKAGE IGS_SV_NI_BATCH_PROCESS_PKG AS
2 /* $Header: IGSSV03S.pls 120.0 2006/02/21 06:51:03 prbhardw noship $ */
3 
4 /******************************************************************
5 
6     Copyright (c) 2002 Oracle Corporation, Redwood Shores, CA, USA
7                          All rights reserved.
8 
9  Created By         : Manoj Kumar
10 
11  Date Created By    : Feb-15-2006
12 
13  Purpose            : This package is to do the processing of NI.  Processing
14                       for EV will continue to be in IGSSV01B
15 
16  remarks            : None
17 
18  Change History
19 
20 Who             When           What
21 -----------------------------------------------------------
22 Manoj Kumar    15-Feb-2006    New Package created.
23 
24 ******************************************************************/
25 
26 -- ------------------------------------------------------------------
27 -- Concurrent Program for the gathering of data on Non Immigrant Students
28 -- ------------------------------------------------------------------
29 PROCEDURE NIMG_Batch_Process(
30   errbuf             OUT NOCOPY VARCHAR2,  -- Request standard error string
31   retcode            OUT NOCOPY NUMBER  ,  -- Request standard return status
32   p_validate_only    IN  VARCHAR2,   -- Validate only flag  'Y'  'N'
33   p_org_id           IN VARCHAR2,
34   p_dso_id	     IN  VARCHAR2 DEFAULT NULL
35 );
36 
37 
38 END IGS_SV_NI_BATCH_PROCESS_PKG;