DBA Data[Home] [Help]

APPS.INV_MGD_PERIOD_CONTROL_CP dependencies on STANDARD

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

16: --| 12/DEc/2000 rajkrish hierarchy_orign |
17: --| 12/05/2001 vjavli updated with new apis for performance |
18: --| improvement |
19: --| 03-FEB-2004 nkamaraj x_errbuff and x_retcode should be in order|
20: --| according to AOL standards inorder to |
21: --| display warning and error messages. |
22: --| Otherwise, conc. manager will consider as |
23: --| completed normal eventhough exception raised|
24:

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

27:
28: --===============================================
29: -- CONSTANTS for concurrent program return values
30: --===============================================
31: -- Return values for RETCODE parameter (standard for concurrent programs)
32: RETCODE_SUCCESS VARCHAR2(10) := '0';
33: RETCODE_WARNING VARCHAR2(10) := '1';
34: RETCODE_ERROR VARCHAR2(10) := '2';
35: