DBA Data[Home] [Help]

APPS.GMD_QM_VALIDATE_FIX dependencies on GMA_COMMON_LOGGING

Line 304: GMA_COMMON_LOGGING.gma_migration_central_log (

300:
301:
302: -- 5727706 add message below
303:
304: GMA_COMMON_LOGGING.gma_migration_central_log (
305: p_run_id => migration_id,
306: p_log_level => FND_LOG.LEVEL_EVENT, -- = informational ,
307: p_message_token => 'GMA_PRE_MIGRATION_STARTED',
308: p_table_name => 'VALIDATION_FIX',

Line 418: /*-- replaced below with GMA_COMMON_LOGGING.gma_migration_central_log to make it not an error but informational

414: --Bug start 3542894
415: l_position := 51;
416:
417:
418: /*-- replaced below with GMA_COMMON_LOGGING.gma_migration_central_log to make it not an error but informational
419: GMA_MIGRATION.gma_insert_message (
420: p_run_id => migration_id,
421: p_table_name => 'QC_SPEC_MST',
422: p_DB_ERROR => '',

Line 435: GMA_COMMON_LOGGING.gma_migration_central_log (

431: p_position => l_position,
432: p_base_message => '');
433: */
434:
435: GMA_COMMON_LOGGING.gma_migration_central_log (
436: p_run_id => migration_id,
437: p_log_level => FND_LOG.LEVEL_EVENT, -- = informational ,
438: p_message_token => 'LESS_FROM_START',
439: p_table_name => 'QC_SPEC_MST',

Line 510: /*-- replaced below with GMA_COMMON_LOGGING.gma_migration_central_log to make it not an error but informational

506: END LOOP;
507: END LOOP;
508: l_position:=59;
509:
510: /*-- replaced below with GMA_COMMON_LOGGING.gma_migration_central_log to make it not an error but informational
511:
512: GMA_MIGRATION.gma_insert_message (
513: p_run_id => migration_id,
514: p_table_name => 'QC_SPEC_MST',

Line 528: GMA_COMMON_LOGGING.gma_migration_central_log (

524: p_position => l_position,
525: p_base_message => ''); */
526:
527:
528: GMA_COMMON_LOGGING.gma_migration_central_log (
529: p_run_id => migration_id,
530: p_log_level => FND_LOG.LEVEL_EVENT, -- = informational ,
531: p_message_token => 'LESS_FROM_END',
532: p_table_name => 'QC_SPEC_MST',

Line 623: /*-- replaced below with GMA_COMMON_LOGGING.gma_migration_central_log to make it not an error but informational

619:
620:
621: l_position :=60;
622:
623: /*-- replaced below with GMA_COMMON_LOGGING.gma_migration_central_log to make it not an error but informational
624:
625: GMA_MIGRATION.gma_insert_message (
626: p_run_id => migration_id,
627: p_table_name => 'QC_SPEC_MST',

Line 640: GMA_COMMON_LOGGING.gma_migration_central_log (

636: p_line_no => '1',
637: p_position => l_position,
638: p_base_message => ''); */
639:
640: GMA_COMMON_LOGGING.gma_migration_central_log (
641: p_run_id => migration_id,
642: p_log_level => FND_LOG.LEVEL_EVENT, -- = informational ,
643: p_message_token => 'OVERLAP_START',
644: p_table_name => 'QC_SPEC_MST',

Line 965: GMA_COMMON_LOGGING.gma_migration_central_log (

961: --------------------------------
962:
963: -- 5727706 add message below
964:
965: GMA_COMMON_LOGGING.gma_migration_central_log (
966: p_run_id => migration_id,
967: p_log_level => FND_LOG.LEVEL_EVENT, -- = informational ,
968: p_message_token => 'GMA_PRE_MIGRATION_SUCCESS',
969: p_table_name => 'VALIDATION_FIX',