DBA Data[Home] [Help]

APPS.MSC_ATP_REFRESH_MVIEW dependencies on FND_API

Line 701: RAISE FND_API.G_EXC_ERROR;

697:
698: msc_util.msc_log(sqlerrm);
699: msc_util.msc_log('Inside Exception of create index : ' ||l_temp_table(i));
700: --- bug 4156016: Raise exception so that we could error out gracefully
701: RAISE FND_API.G_EXC_ERROR;
702:
703: END;
704:
705: fnd_stats.gather_table_stats(l_apps_schema, l_temp_table(i), granularity => 'ALL');

Line 741: RAISE FND_API.G_EXC_ERROR;

737:
738: msc_util.msc_log(sqlerrm);
739: msc_util.msc_log('Inside Exception of alter table : ' ||l_cur_table(i));
740: --- bug 4156016: Raise exception so that we could error out gracefully
741: RAISE FND_API.G_EXC_ERROR;
742:
743: END;
744:
745: sql_stmt2 := 'DROP TABLE ' || l_temp_table(i);

Line 760: RAISE FND_API.G_EXC_ERROR;

756:
757: msc_util.msc_log(sqlerrm);
758: msc_util.msc_log('Inside Exception of alter table : ' ||l_temp_table(i));
759: --- bug 4156016: Raise exception so that we could error out gracefully
760: RAISE FND_API.G_EXC_ERROR;
761:
762: END;
763:
764: i := l_cur_table.NEXT(i);