DBA Data[Home] [Help]

APPS.CN_PROC_BATCHES_PKG dependencies on CN_FORMULA_COMMON_PKG

Line 3552: cn_formula_common_pkg.revert_batch(p_physical_batch_id);

3548: , p_start_date => p_start_date
3549: , p_end_date => p_end_date
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

Line 3618: cn_formula_common_pkg.calculate_batch(p_physical_batch_id);

3614: RAISE api_call_failed;
3615: END IF;
3616: ELSIF p_physical_process = g_calculation THEN
3617: cn_global_var.initialize_instance_info(l_org_id);
3618: cn_formula_common_pkg.calculate_batch(p_physical_batch_id);
3619: END IF;
3620:
3621: cn_message_pkg.DEBUG(
3622: 'Complete batch runner (phase='