DBA Data[Home] [Help]

APPS.PQH_COMMITMENT_PKG dependencies on PER_TIME_PERIODS

Line 881: From per_time_periods

877: l_proc varchar2(72) := g_package || 'generate_cmmtmnt_calc_dates';
878: --
879: Cursor csr_bdgt_time_periods is
880: Select start_date,end_date
881: From per_time_periods
882: Where period_set_name = p_period_set_name
883: AND start_date between p_budget_start_date and p_budget_end_date
884: order by start_date;
885: --

Line 901: -- from per_time_periods. Else we have to generate the periods using the

897: -- STORE IT IN A DUMMY PL/SQL TABLE.
898: --
899: -- If the passed period frequency is the same as the budget calendar
900: -- frequency , we can obtain the periods under the budget calendar
901: -- from per_time_periods. Else we have to generate the periods using the
902: -- input period frequency.
903: --
904: If p_period_frequency = p_budget_cal_freq then
905: --