DBA Data[Home] [Help]

APPS.CN_PROC_BATCHES_PKG dependencies on CN_CALC_CLASSIFY_PVT

Line 3553: cn_calc_classify_pvt.classify_batch(

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