DBA Data[Home] [Help]

APPS.GCS_CREATE_DYN_INDEX_PKG dependencies on GCS_WEBADI_PKG

Line 325: retwebadi := GCS_WEBADI_PKG.execute_event(NULL, event);

321: fnd_file.put_line(fnd_file.log, 'Manipulating XML Publisher Data Templates');
322: GCS_DATA_TEMPLATE_UTIL_PKG.gcs_replace_dt_proc(x_errbuf, x_retcode);
323:
324: fnd_file.put_line(fnd_file.log, 'Generating Web-ADI');
325: retwebadi := GCS_WEBADI_PKG.execute_event(NULL, event);
326:
327: --Bugfix 5190565: Calling Rules Processor Utility to Inser Data
328: fnd_file.put_line(fnd_file.log, 'Generating Rules Process Utility');
329: gcs_rp_util_build_pkg.create_rp_utility_pkg( p_errbuf => x_errbuf , p_retcode => x_retcode);