DBA Data[Home] [Help]

APPS.INV_MGD_PERIOD_CONTROL_CP dependencies on STANDARD

Line 22: --| according to AOL standards inorder to |

18: --| improvement |
19: --| 11/21/2002 vma Change code to print to log only when |
20: --| debug profile option is enabled |
21: --| 03-FEB-2004 nkamaraj x_errbuff and x_retcode should be in order |
22: --| according to AOL standards inorder to |
23: --| display warning and error messages. |
24: --| Otherwise, conc. manager will consider as |
25: --| completed normal eventhough exception raised|
26: --| 04/08/2004 nesoni Bug 3555234. Error/Exceptions should be |

Line 35: -- Return values for RETCODE parameter (standard for concurrent programs)

31:
32: --===============================================
33: -- CONSTANTS for concurrent program return values
34: --===============================================
35: -- Return values for RETCODE parameter (standard for concurrent programs)
36:
37: G_PKG_NAME CONSTANT VARCHAR2(30) := 'INV_MGD_PERIOD_CONTROL_CP';
38: g_log_level NUMBER := NULL;
39: g_log_mode VARCHAR2(3) := 'OFF'; -- possible values: OFF,SQL,SRS