DBA Data[Home] [Help]

APPS.GMS_POR_API dependencies on GMS_AWARD_DIST_ENG

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

1499: SYSDATE );
1500:
1501: --Added debug messages for the bug 12901042
1502: IF g_debug = 'Y' THEN
1503: gms_error_pkg.gms_debug (g_error_procedure_name||' Before calling GMS_AWARD_DIST_ENG.PROC_DISTRIBUTE_RECORDS','C');
1504: END IF;
1505: --End for the bug 12901042
1506:
1507: GMS_AWARD_DIST_ENG.PROC_DISTRIBUTE_RECORDS(l_doc_header_id, 'REQ',l_recs_processed,l_recs_rejected);

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

1503: gms_error_pkg.gms_debug (g_error_procedure_name||' Before calling GMS_AWARD_DIST_ENG.PROC_DISTRIBUTE_RECORDS','C');
1504: END IF;
1505: --End for the bug 12901042
1506:
1507: GMS_AWARD_DIST_ENG.PROC_DISTRIBUTE_RECORDS(l_doc_header_id, 'REQ',l_recs_processed,l_recs_rejected);
1508: --process the results of PROC_DISTRIBUTE_RECORDS
1509:
1510: --Added debug messages for the bug 12901042
1511: IF g_debug = 'Y' THEN

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

1508: --process the results of PROC_DISTRIBUTE_RECORDS
1509:
1510: --Added debug messages for the bug 12901042
1511: IF g_debug = 'Y' THEN
1512: gms_error_pkg.gms_debug (g_error_procedure_name||' After calling GMS_AWARD_DIST_ENG.PROC_DISTRIBUTE_RECORDS','C');
1513: gms_error_pkg.gms_debug (g_error_procedure_name||' l_recs_processed='||l_recs_processed,'C');
1514: gms_error_pkg.gms_debug (g_error_procedure_name||' l_recs_rejected='||l_recs_rejected,'C');
1515: END IF;
1516: --End for the bug 12901042