DBA Data[Home] [Help]

APPS.CN_PROC_BATCHES_PKG dependencies on CN_FORMULA_COMMON_PKG

Line 3551: cn_formula_common_pkg.revert_batch(p_physical_batch_id);

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

Line 3617: cn_formula_common_pkg.calculate_batch(p_physical_batch_id);

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