DBA Data[Home] [Help]

APPS.AS_VALIDATE_SETUP dependencies on AS_MC_TYPE_MAPPINGS

Line 748: FROM AS_MC_TYPE_MAPPINGS

744: 'OS: Forecast Calendar'' has value <'||l_fst_calendar
745: ||'> at site level.');
746: BEGIN
747: SELECT count(*) INTO l_count
748: FROM AS_MC_TYPE_MAPPINGS
749: WHERE PERIOD_SET_NAME=l_fst_calendar;
750: EXCEPTION
751: WHEN OTHERS THEN
752: l_count := 0;

Line 759: ||'): no type mapping found in AS_MC_TYPE_MAPPINGS');

755: l_err_num := l_err_num+1;
756: l_err_total := l_err_total+1;
757: Write_log(l_module, ' ');
758: Write_log(l_module, 'Error('||to_char(l_err_total)
759: ||'): no type mapping found in AS_MC_TYPE_MAPPINGS');
760: ELSE
761: Write_log(l_module, ' ');
762: Write_log(l_module, 'Success: MC type mapping found in AS_MC_TYPE_MAPPINGS');
763: END IF;

Line 762: Write_log(l_module, 'Success: MC type mapping found in AS_MC_TYPE_MAPPINGS');

758: Write_log(l_module, 'Error('||to_char(l_err_total)
759: ||'): no type mapping found in AS_MC_TYPE_MAPPINGS');
760: ELSE
761: Write_log(l_module, ' ');
762: Write_log(l_module, 'Success: MC type mapping found in AS_MC_TYPE_MAPPINGS');
763: END IF;
764: END IF;
765: IF l_prefer_currency IS NULL THEN
766: l_err_num := l_err_num+1;