DBA Data[Home] [Help]

APPS.HRI_BPL_TIME dependencies on HRI_TIME_BIMONTH_V

Line 47: from HRI_TIME_BIMONTH_V

43: where p_start_date between start_date and end_date;
44: --
45: cursor c_bimonth is
46: select start_date
47: from HRI_TIME_BIMONTH_V
48: where p_start_date between start_date and end_date;
49: --
50: cursor c_month is
51: select start_date

Line 143: from HRI_TIME_BIMONTH_V

139: where p_end_date between start_date and end_date;
140: --
141: cursor c_bimonth is
142: select end_date
143: from HRI_TIME_BIMONTH_V
144: where p_end_date between start_date and end_date;
145: --
146: cursor c_month is
147: select end_date