DBA Data[Home] [Help]

APPS.CN_PROC_BATCHES_PKG dependencies on CN_CALC_CLASSIFY_PVT

Line 3554: cn_calc_classify_pvt.classify_batch(

3550: );
3551: ELSIF p_physical_process = g_revert THEN
3552: cn_formula_common_pkg.revert_batch(p_physical_batch_id);
3553: ELSIF p_physical_process = g_classification THEN
3554: cn_calc_classify_pvt.classify_batch(
3555: p_api_version => 1.0
3556: , p_init_msg_list => fnd_api.g_true
3557: , p_commit => fnd_api.g_true
3558: , x_return_status => l_return_status