DBA Data[Home] [Help]

APPS.GCS_CREATE_DYN_INDEX_PKG dependencies on GCS_TEMPLATES_PKG

Line 302: GCS_TEMPLATES_PKG.create_dynamic_pkg(x_errbuf, x_retcode);

298: fnd_file.put_line(fnd_file.log, 'Generating Period Initialization');
299: GCS_PERIOD_INIT_DYN_BUILD_PKG.create_package;
300:
301: fnd_file.put_line(fnd_file.log, 'Generating Balancing Routine');
302: GCS_TEMPLATES_PKG.create_dynamic_pkg(x_errbuf, x_retcode);
303:
304: -- Bugfix 5707630: Start
305: fnd_file.put_line(fnd_file.log, 'Generating Translation');
306: GCS_TRANS_HRATES_DYN_BUILD_PKG.create_package(x_errbuf, x_retcode);