DBA Data[Home] [Help]

APPS.GMF_LAYERS dependencies on GME_TEMP_EXCEPTIONS

Line 1009: INSERT INTO gme_temp_exceptions (

1005: ) IS
1006: PRAGMA autonomous_transaction;
1007: g_date_format VARCHAR2(100) := 'YYYY-MM-DD HH24:MI:SS';
1008: BEGIN
1009: INSERT INTO gme_temp_exceptions (
1010: table_name,
1011: procedure_name,
1012: parameters,
1013: message,

Line 2653: fnd_file.put_line(fnd_file.log, ' Please check table gme_temp_exceptions for details' );

2649: EXCEPTION
2650: WHEN OTHERS THEN
2651: fnd_file.put_line(fnd_file.log, ' *****************************************************' );
2652: fnd_file.put_line(fnd_file.log, ' Error Running script for Batch_id '|| rec.batch_id);
2653: fnd_file.put_line(fnd_file.log, ' Please check table gme_temp_exceptions for details' );
2654: fnd_file.put_line(fnd_file.log, ' *****************************************************' );
2655: fnd_file.put_line(fnd_file.log,'ERROR: '||substr(sqlerrm,1,100) || ' While Remigrating layer data.');
2656: l_ret_status := fnd_concurrent.set_completion_status('ERROR',sqlerrm || ' While Remigrating layer data.' );
2657: