DBA Data[Home] [Help]

APPS.ICX_CAT_R12_UPGRADE_PVT dependencies on FND_CONC_MAINTAIN

Line 8135: -- set the fnd_conc_maintain.apps_initialize_for_mgr

8131: l_err_loc := 500;
8132: -- During upgrade running through adpatch, we are just submitting a concurrent program
8133: -- for data exceptions. This job will be picked up when the system comes back up.
8134: -- During patching, before submitting the job,
8135: -- set the fnd_conc_maintain.apps_initialize_for_mgr
8136: fnd_conc_maintain.apps_initialize_for_mgr;
8137:
8138: l_err_loc := 600;
8139: submitDataExceptionsRequest(FALSE, l_data_exception_job);

Line 8136: fnd_conc_maintain.apps_initialize_for_mgr;

8132: -- During upgrade running through adpatch, we are just submitting a concurrent program
8133: -- for data exceptions. This job will be picked up when the system comes back up.
8134: -- During patching, before submitting the job,
8135: -- set the fnd_conc_maintain.apps_initialize_for_mgr
8136: fnd_conc_maintain.apps_initialize_for_mgr;
8137:
8138: l_err_loc := 600;
8139: submitDataExceptionsRequest(FALSE, l_data_exception_job);
8140: