DBA Data[Home] [Help]

APPS.GCS_CREATE_DYN_INDEX_PKG dependencies on GCS_DYN_TB_VIEW_PKG

Line 335: GCS_DYN_TB_VIEW_PKG.create_view(x_errbuf, x_retcode);

331: fnd_file.put_line(fnd_file.log, 'Completed Generation of PL/SQL Packages');
332:
333:
334: fnd_file.put_line(fnd_file.log, 'Generating Data Submission Trial Balance View');
335: GCS_DYN_TB_VIEW_PKG.create_view(x_errbuf, x_retcode);
336: fnd_file.put_line(fnd_file.log, 'Completed Generation of Views');
337:
338:
339: x_retcode := '0';