DBA Data[Home] [Help]

APPS.HRI_BPL_TIME dependencies on HRI_TIME_MONTH_V

Line 52: from HRI_TIME_MONTH_V

48: where p_start_date between start_date and end_date;
49: --
50: cursor c_month is
51: select start_date
52: from HRI_TIME_MONTH_V
53: where p_start_date between start_date and end_date;
54: --
55: BEGIN
56: --

Line 148: from HRI_TIME_MONTH_V

144: where p_end_date between start_date and end_date;
145: --
146: cursor c_month is
147: select end_date
148: from HRI_TIME_MONTH_V
149: where p_end_date between start_date and end_date;
150: --
151: BEGIN
152: --