DBA Data[Home] [Help]

APPS.FND_AUDIT_REPORT dependencies on STANDARD

Line 18: -- ERRBUF - standard CP output

14: -- DATA - string to print
15: -- PROGNM - name of this program, written to logfile for tagging
16: -- LOG - send to cm log file if 'Y' and dbms_output if 'N'
17: -- OUT:
18: -- ERRBUF - standard CP output
19: -- RETCODE - 0 if successful
20: --
21: procedure print_output( LOG IN VARCHAR2 DEFAULT 'Y',
22: DATA IN VARCHAR2 DEFAULT null);

Line 39: -- ERRBUF - standard CP output

35: -- GROUP_NAME - name of the audit group
36: -- PROGNM - name of this program, written to logfile for tagging
37: -- LOG - send to cm log file if 'Y' and dbms_output if 'N'
38: -- OUT:
39: -- ERRBUF - standard CP output
40: -- RETCODE - 0 if successful
41: --
42: procedure audit_group_validation(ERRBUF OUT NOCOPY VARCHAR2,
43: RETCODE OUT NOCOPY NUMBER,