DBA Data[Home] [Help]

APPS.FII_FIN_CAT_MAINTAIN_PKG dependencies on STANDARD

Line 32: -- errbuf Standard error buffer

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

Line 33: -- retcode Standard return code

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

Line 45: -- errbuf Standard error buffer

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

Line 46: -- retcode Standard return code

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