DBA Data[Home] [Help]

APPS.FII_AR_CUSTOMER_DIMENSION_PKG dependencies on STANDARD

Line 15: -- errbuf Standard error buffer

11: -- maintenance program (initial load).
12: -- It will take in all parameters, initialize all necessary
13: -- variables and start calling the appropriate routines.
14: -- Arguments
15: -- errbuf Standard error buffer
16: -- retcode Standard return code
17:
18: PROCEDURE Init_Load (errbuf OUT NOCOPY VARCHAR2,
19: retcode OUT NOCOPY VARCHAR2);

Line 16: -- retcode Standard return code

12: -- It will take in all parameters, initialize all necessary
13: -- variables and start calling the appropriate routines.
14: -- Arguments
15: -- errbuf Standard error buffer
16: -- retcode Standard return code
17:
18: PROCEDURE Init_Load (errbuf OUT NOCOPY VARCHAR2,
19: retcode OUT NOCOPY VARCHAR2);
20:

Line 28: -- errbuf Standard error buffer

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

Line 29: -- retcode Standard return code

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