DBA Data[Home] [Help]

APPS.BIS_PMV_SCHED_PARAMETERS_PVT dependencies on BIS_PMV_TIME_LEVELS_PVT

Line 280: BIS_PMV_TIME_LEVELS_PVT.GET_TIME_LEVEL_INFO(p_dimensionlevel => pTimeParameter,

276: END IF;
277: IF (pTimePArameter IS NOT NULL) THEN
278: IF (pTimeFromParameter = 'DBC_TIME') then
279: --get the information for the current period
280: BIS_PMV_TIME_LEVELS_PVT.GET_TIME_LEVEL_INFO(p_dimensionlevel => pTimeParameter,
281: p_region_code => pregioncode,
282: p_Responsibility_id => presponsibilityid,
283: p_Asof_date => l_asof_date,
284: p_mode => 'GET_CURRENT',

Line 328: BIS_PMV_TIME_LEVELS_PVT.GET_PREVIOUS_ASOF_DATE

324: ,x_return_status => x_return_status
325: ,x_msg_count => x_msg_count
326: ,x_msg_data => x_msg_data);
327: --Store the Previous As Of Date as well
328: BIS_PMV_TIME_LEVELS_PVT.GET_PREVIOUS_ASOF_DATE
329: ( p_DimensionLevel => pTimePArameter
330: ,p_time_comparison_type => l_time_comparison_Type
331: ,p_asof_date => l_Asof_date
332: ,x_prev_asof_Date => l_prev_asof_Date

Line 352: BIS_PMV_TIME_LEVELS_PVT.GET_REPORT_START_DATE

348: ,x_return_status => x_return_status
349: ,x_msg_count => x_msg_count
350: ,x_msg_data => x_msg_data);
351: --Get the values for the previous report start date and current report start date and store them
352: BIS_PMV_TIME_LEVELS_PVT.GET_REPORT_START_DATE
353: (p_time_comparison_type => l_time_comparison_type
354: ,p_asof_date => l_asof_date
355: ,p_time_level => pTimeParameter
356: ,x_report_start_date => l_current_report_start_date

Line 375: BIS_PMV_TIME_LEVELS_PVT.GET_REPORT_START_DATE

371: ,p_parameter_rec => l_parameter_rec
372: ,x_return_status => x_return_status
373: ,x_msg_count => x_msg_count
374: ,x_msg_data => x_msg_data);
375: BIS_PMV_TIME_LEVELS_PVT.GET_REPORT_START_DATE
376: (p_time_comparison_type => l_time_comparison_type
377: ,p_asof_date => l_prev_asof_date
378: ,p_time_level => pTimeParameter
379: ,x_report_start_date => l_prev_report_start_date