DBA Data[Home] [Help]

APPS.FII_PMV_HELPER_TABLES_C dependencies on STANDARD

Line 27: -- errbuf Standard error buffer

23: -- It will take in all parameters, initialize all necessary
24: -- variables and start calling the appropriate routines.
25: -- Arguments
26: -- p_load_mode Load Mode INIT/INCRE
27: -- errbuf Standard error buffer
28: -- retcode Standard return code
29:
30: PROCEDURE Load_Main (errbuf OUT NOCOPY VARCHAR2,
31: retcode OUT NOCOPY VARCHAR2,

Line 28: -- retcode Standard return code

24: -- variables and start calling the appropriate routines.
25: -- Arguments
26: -- p_load_mode Load Mode INIT/INCRE
27: -- errbuf Standard error buffer
28: -- retcode Standard return code
29:
30: PROCEDURE Load_Main (errbuf OUT NOCOPY VARCHAR2,
31: retcode OUT NOCOPY VARCHAR2,
32: p_load_mode IN VARCHAR2);