DBA Data[Home] [Help]

PACKAGE: APPS.IGS_AD_WF_P2A

Source


1 PACKAGE igs_ad_wf_p2a AS
2 /* $Header: IGSADD4S.pls 120.0 2005/09/09 20:18:09 appldev noship $ */
3 
4 ---------------------------------------------------------------------------------------------------
5 --  Created By : akadam
6 --  Date Created On : 06-JUL-2005
7 --  Purpose : Prospect to Applicant Management Build
8 --  Know limitations, enhancements or remarks
9 --  Change History
10 --  Who             When            What
11 ---------------------------------------------------------------------------------------------------
12 
13    PROCEDURE call_apl_pre_crt_apis(
14             itemtype  in  VARCHAR2  ,
15 	    itemkey   in  VARCHAR2  ,
16 	    actid     in  NUMBER   ,
17             funcmode  in  VARCHAR2  ,
18 	    resultout   OUT NOCOPY VARCHAR2 ) ;
19 
20    PROCEDURE call_drv_usr_hks(
21             itemtype  in  VARCHAR2  ,
22 	    itemkey   in  VARCHAR2  ,
23 	    actid     in  NUMBER   ,
24             funcmode  in  VARCHAR2  ,
25 	    resultout   OUT NOCOPY VARCHAR2 ) ;
26 
27 
28    PROCEDURE drv_par_bef_api_cal(
29             itemtype  in  VARCHAR2  ,
30 	    itemkey   in  VARCHAR2  ,
31 	    actid     in  NUMBER   ,
32             funcmode  in  VARCHAR2  ,
33 	    resultout   OUT NOCOPY VARCHAR2 ) ;
34 
35    PROCEDURE val_application_type(
36             itemtype  in  VARCHAR2  ,
37 	    itemkey   in  VARCHAR2  ,
38 	    actid     in  NUMBER   ,
39             funcmode  in  VARCHAR2  ,
40 	    resultout   OUT NOCOPY VARCHAR2 ) ;
41 
42 END igs_ad_wf_p2a;