DBA Data[Home] [Help]

APPS.FII_UDD1_MAINTAIN_PKG dependencies on STANDARD

Line 30: -- errbuf Standard error buffer

26: -- maintenance program (initial load).
27: -- It will take in all parameters, initialize all necessary
28: -- variables and start calling the appropriate routines.
29: -- Arguments
30: -- errbuf Standard error buffer
31: -- retcode Standard return code
32:
33: PROCEDURE Init_Load (errbuf OUT NOCOPY VARCHAR2,
34: retcode OUT NOCOPY VARCHAR2);

Line 31: -- retcode Standard return code

27: -- It will take in all parameters, initialize all necessary
28: -- variables and start calling the appropriate routines.
29: -- Arguments
30: -- errbuf Standard error buffer
31: -- retcode Standard return code
32:
33: PROCEDURE Init_Load (errbuf OUT NOCOPY VARCHAR2,
34: retcode OUT NOCOPY VARCHAR2);
35:

Line 43: -- errbuf Standard error buffer

39: -- maintenance program (incremental update).
40: -- It will take in all parameters, initialize all necessary
41: -- variables and start calling the appropriate routines.
42: -- Arguments
43: -- errbuf Standard error buffer
44: -- retcode Standard return code
45:
46: PROCEDURE Incre_Update (errbuf OUT NOCOPY VARCHAR2,
47: retcode OUT NOCOPY VARCHAR2);

Line 44: -- retcode Standard return code

40: -- It will take in all parameters, initialize all necessary
41: -- variables and start calling the appropriate routines.
42: -- Arguments
43: -- errbuf Standard error buffer
44: -- retcode Standard return code
45:
46: PROCEDURE Incre_Update (errbuf OUT NOCOPY VARCHAR2,
47: retcode OUT NOCOPY VARCHAR2);
48: