DBA Data[Home] [Help]

APPS.MSC_ATP_REFRESH_MVIEW dependencies on FND_API

Line 684: RAISE FND_API.G_EXC_ERROR;

680:
681: msc_util.msc_log(sqlerrm);
682: msc_util.msc_log('Inside Exception of create index : ' ||l_temp_table(i));
683: --- bug 4156016: Raise exception so that we could error out gracefully
684: RAISE FND_API.G_EXC_ERROR;
685:
686: END;
687:
688: fnd_stats.gather_table_stats('MSC', l_temp_table(i), granularity => 'ALL');

Line 724: RAISE FND_API.G_EXC_ERROR;

720:
721: msc_util.msc_log(sqlerrm);
722: msc_util.msc_log('Inside Exception of alter table : ' ||l_cur_table(i));
723: --- bug 4156016: Raise exception so that we could error out gracefully
724: RAISE FND_API.G_EXC_ERROR;
725:
726: END;
727:
728: sql_stmt2 := 'DROP TABLE ' || l_temp_table(i);

Line 743: RAISE FND_API.G_EXC_ERROR;

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