DBA Data[Home] [Help]

APPS.HRI_BPL_TIME dependencies on HRI_TIME_QTR_V

Line 42: from HRI_TIME_QTR_V

38: where p_start_date between start_date and end_date;
39: --
40: cursor c_quarter_year is
41: select start_date
42: from HRI_TIME_QTR_V
43: where p_start_date between start_date and end_date;
44: --
45: cursor c_bimonth is
46: select start_date

Line 138: from HRI_TIME_QTR_V

134: where p_end_date between start_date and end_date;
135: --
136: cursor c_quarter_year is
137: select end_date
138: from HRI_TIME_QTR_V
139: where p_end_date between start_date and end_date;
140: --
141: cursor c_bimonth is
142: select end_date