DBA Data[Home] [Help]

APPS.HRI_TIME_ROLLING_PKG dependencies on HRI_UTIL

Line 164: HRI_util.put_line('Successfully loaded the Rolling period offsets.');

160: o_error_code := 0;
161: o_error_msg := '';
162:
163: if g_debug_flag = 'Y' then
164: HRI_util.put_line('Successfully loaded the Rolling period offsets.');
165: end if;
166:
167: exception
168:

Line 174: HRI_util.put_line('Error loading the Rolling period offsets.');

170:
171: o_error_code := sqlcode;
172: o_error_msg := sqlerrm;
173: if g_debug_flag = 'Y' then
174: HRI_util.put_line('Error loading the Rolling period offsets.');
175: end if;
176: RAISE_APPLICATION_ERROR(-20000,o_error_msg);
177:
178: END Load_Rolling_Offsets;