DBA Data[Home] [Help]

APPS.GMS_POR_API2 dependencies on GMS_AWARD_DIST_ENG

Line 223: gms_error_pkg.gms_debug (g_error_procedure_name||' Before calling GMS_AWARD_DIST_ENG.PROC_DISTRIBUTE_RECORDS','C');

219: SYSDATE );
220:
221: --Added debug messages for the bug 12901042
222: IF g_debug = 'Y' THEN
223: gms_error_pkg.gms_debug (g_error_procedure_name||' Before calling GMS_AWARD_DIST_ENG.PROC_DISTRIBUTE_RECORDS','C');
224: END IF;
225: --End for the bug 12901042
226:
227: GMS_AWARD_DIST_ENG.PROC_DISTRIBUTE_RECORDS(l_doc_header_id, 'REQ',l_recs_processed,l_recs_rejected);

Line 227: GMS_AWARD_DIST_ENG.PROC_DISTRIBUTE_RECORDS(l_doc_header_id, 'REQ',l_recs_processed,l_recs_rejected);

223: gms_error_pkg.gms_debug (g_error_procedure_name||' Before calling GMS_AWARD_DIST_ENG.PROC_DISTRIBUTE_RECORDS','C');
224: END IF;
225: --End for the bug 12901042
226:
227: GMS_AWARD_DIST_ENG.PROC_DISTRIBUTE_RECORDS(l_doc_header_id, 'REQ',l_recs_processed,l_recs_rejected);
228: --process the results of PROC_DISTRIBUTE_RECORDS
229:
230: --Added debug messages for the bug 12901042
231: IF g_debug = 'Y' THEN

Line 232: gms_error_pkg.gms_debug (g_error_procedure_name||' After calling GMS_AWARD_DIST_ENG.PROC_DISTRIBUTE_RECORDS','C');

228: --process the results of PROC_DISTRIBUTE_RECORDS
229:
230: --Added debug messages for the bug 12901042
231: IF g_debug = 'Y' THEN
232: gms_error_pkg.gms_debug (g_error_procedure_name||' After calling GMS_AWARD_DIST_ENG.PROC_DISTRIBUTE_RECORDS','C');
233: gms_error_pkg.gms_debug (g_error_procedure_name||' l_recs_processed='||l_recs_processed,'C');
234: gms_error_pkg.gms_debug (g_error_procedure_name||' l_recs_rejected='||l_recs_rejected,'C');
235: END IF;
236: --End for the bug 12901042