DBA Data[Home] [Help]

APPS.PA_FP_ORG_FCST_GEN_PUB dependencies on PA_BUDGET_CORE

Line 4711: pa_budget_core.get_periods(

4707:
4708: -- If l_start_date is null then that implies there are no budget lines
4709: IF l_start_date IS NOT NULL THEN
4710: -- Based on the shift_days check how much shift is required period wise
4711: pa_budget_core.get_periods(
4712: x_start_date1 => l_start_date,
4713: x_start_date2 => l_start_date + l_shift_days,
4714: x_period_type => l_target_time_phased_code,
4715: x_periods => l_periods,

Line 4721: pa_debug.g_err_stage := 'Exception raised by pa_budget_core.get_periods...';

4717: x_err_stage => l_err_stage,
4718: x_err_stack => l_err_stack);
4719: IF l_err_code <> 0 THEN
4720: IF P_PA_DEBUG_MODE = 'Y' THEN
4721: pa_debug.g_err_stage := 'Exception raised by pa_budget_core.get_periods...';
4722: pa_debug.write('create_res_task_maps: ' || g_module_name,pa_debug.g_err_stage,5);
4723: END IF;
4724:
4725: PA_UTILS.ADD_MESSAGE(p_app_short_name=> 'PA',