DBA Data[Home] [Help]

APPS.HRI_BPL_TIME dependencies on HRI_TIME_YEAR_V

Line 32: from HRI_TIME_YEAR_V

28: -- Cursors
29: --
30: cursor c_year is
31: select start_date
32: from HRI_TIME_YEAR_V
33: where p_start_date between start_date and end_date;
34: --
35: cursor c_semi_year is
36: select start_date

Line 128: from HRI_TIME_YEAR_V

124: -- Cursors
125: --
126: cursor c_year is
127: select end_date
128: from HRI_TIME_YEAR_V
129: where p_end_date between start_date and end_date;
130: --
131: cursor c_semi_year is
132: select end_date