DBA Data[Home] [Help]

APPS.GCS_CREATE_DYN_INDEX_PKG dependencies on GCS_TRANS_HRATES_DYN_BUILD_PKG

Line 306: GCS_TRANS_HRATES_DYN_BUILD_PKG.create_package(x_errbuf, x_retcode);

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);
307:
308: fnd_file.put_line(fnd_file.log, 'Generating Translation for Historical Rates');
309: GCS_TRANS_RE_DYN_BUILD_PKG.create_package(x_errbuf, x_retcode);
310: -- Bugfix 5707630: End