DBA Data[Home] [Help]

APPS.BSC_PERIODS_UTILITY_PKG dependencies on BSC_DBI_CALENDAR

Line 703: Then calls BSC_DBI_CALENDAR.Get_Bsc_Periodicity to get the Periodicity corresponding to level.

699:
700: /**************************************************************************
701: Function Name :- Get_Bsc_Periodicity
702: Description :- First checks if Period is Roling type. (Picks corresponding level id for rolilng type)
703: Then calls BSC_DBI_CALENDAR.Get_Bsc_Periodicity to get the Periodicity corresponding to level.
704: Parameters :-
705: x_time_level_name :- takes the level Short_Name and returns corresponding short_name (short_name will change for rolling type)
706: x_periodicity_id :- returns periodicity id corresponding to period
707: x_calendar_id :- returns calendar_id it is associated to.

Line 721: RETURN BSC_DBI_CALENDAR.Get_Bsc_Periodicity(

717: IF(BIS_UTILITIES_PVT.Is_Rolling_Period_Level(x_time_level_name) = 1) THEN
718: x_time_level_name := BSC_PERIODS_UTILITY_PKG.Get_Non_Rolling_Dim_Obj(x_time_level_name);
719: END IF;
720:
721: RETURN BSC_DBI_CALENDAR.Get_Bsc_Periodicity(
722: p_time_level_name => x_time_level_name
723: ,x_periodicity_id => x_periodicity_id
724: ,x_calendar_id => x_calendar_id
725: ,x_message => x_message