DBA Data[Home] [Help]

APPS.FII_AR_COLLECTORS_PKG dependencies on STANDARD

Line 22: -- errbuf Standard error buffer

18: -- maintenance program (initial load).
19: -- It will take in all parameters, initialize all necessary
20: -- variables and start calling the appropriate routines.
21: -- Arguments
22: -- errbuf Standard error buffer
23: -- retcode Standard return code
24:
25: PROCEDURE Init_Load (errbuf OUT NOCOPY VARCHAR2,
26: retcode OUT NOCOPY VARCHAR2);

Line 23: -- retcode Standard return code

19: -- It will take in all parameters, initialize all necessary
20: -- variables and start calling the appropriate routines.
21: -- Arguments
22: -- errbuf Standard error buffer
23: -- retcode Standard return code
24:
25: PROCEDURE Init_Load (errbuf OUT NOCOPY VARCHAR2,
26: retcode OUT NOCOPY VARCHAR2);
27:

Line 35: -- errbuf Standard error buffer

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

Line 36: -- retcode Standard return code

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