DBA Data[Home] [Help]

APPS.GMS_POR_API2 dependencies on GMS_POR_API2

Line 1: PACKAGE BODY GMS_POR_API2 as

1: PACKAGE BODY GMS_POR_API2 as
2: --$Header: gmspor2b.pls 120.2 2011/08/29 09:56:45 mokukuma ship $
3:
4: --Added debug messages for the bug 12901042
5: --Global Variables initialized in GMS_POR_API2:

Line 5: --Global Variables initialized in GMS_POR_API2:

1: PACKAGE BODY GMS_POR_API2 as
2: --$Header: gmspor2b.pls 120.2 2011/08/29 09:56:45 mokukuma ship $
3:
4: --Added debug messages for the bug 12901042
5: --Global Variables initialized in GMS_POR_API2:
6:
7: g_debug Varchar2(1); -- To check on, whether to print debug messages in log file or not
8: g_error_procedure_name Varchar2 (30);
9: --End for the bug 12901042

Line 81: gms_error_pkg.gms_debug ('Inside GMS_POR_API2.distribute_award','C');

77: g_error_procedure_name := 'distribute_award';
78:
79: --Added debug messages for the bug 12901042
80: IF g_debug = 'Y' THEN
81: gms_error_pkg.gms_debug ('Inside GMS_POR_API2.distribute_award','C');
82: gms_error_pkg.gms_debug (g_error_procedure_name||': START','C');
83: END IF;
84: --End for the bug 12901042
85:

Line 305: END GMS_POR_API2;

301: p_status :='U';
302: p_error_msg_label :='GMS_UNDEFINED_EXCEPTION';
303: END distribute_award;
304:
305: END GMS_POR_API2;