DBA Data[Home] [Help]

APPS.PAY_PROC_LOGGING dependencies on STANDARD

Line 7: Standard log entry point call for batch processing

3:
4: /*
5: PY_ENTRY
6:
7: Standard log entry point call for batch processing
8: */
9: procedure PY_ENTRY(p_print_string in varchar2)
10: is
11: l_print varchar2(4000);

Line 36: Standard log exit point call for batch processing

32: --
33: /*
34: PY_EXIT
35:
36: Standard log exit point call for batch processing
37: */
38:
39: procedure PY_EXIT(p_print_string in varchar2)
40: is