DBA Data[Home] [Help]

APPS.HRI_OPL_ASGN_EVENTS dependencies on HRI_BPL_PERF_RATING

Line 4853: g_perf_query := hri_bpl_perf_rating.get_perf_sql;

4849: --
4850: -- Set the global variable to the performance rating query
4851: --
4852: BEGIN
4853: g_perf_query := hri_bpl_perf_rating.get_perf_sql;
4854: EXCEPTION WHEN OTHERS THEN
4855: g_msg_sub_group := NVL(g_msg_sub_group, 'GET_PERF_SQL');
4856: RAISE;
4857: END;

Line 5219: hri_bpl_perf_rating.ff_returned_invalid_value OR

5215: --
5216: EXCEPTION
5217: --
5218: WHEN hri_bpl_abv.ff_not_compiled OR
5219: hri_bpl_perf_rating.ff_returned_invalid_value OR
5220: hri_bpl_perf_rating.ff_perf_rating_not_compiled
5221: THEN
5222: --
5223: -- Incase the fast fromula raises an exception then raise the error

Line 5220: hri_bpl_perf_rating.ff_perf_rating_not_compiled

5216: EXCEPTION
5217: --
5218: WHEN hri_bpl_abv.ff_not_compiled OR
5219: hri_bpl_perf_rating.ff_returned_invalid_value OR
5220: hri_bpl_perf_rating.ff_perf_rating_not_compiled
5221: THEN
5222: --
5223: -- Incase the fast fromula raises an exception then raise the error
5224: --

Line 5460: g_perf_query := hri_bpl_perf_rating.get_perf_sql;

5456: g_refresh_end_date := hr_general.end_of_time;
5457: g_full_refresh := 'Y';
5458: g_collect_fte := 'N';
5459: g_collect_hdc := 'Y';
5460: g_perf_query := hri_bpl_perf_rating.get_perf_sql;
5461: --
5462: DELETE
5463: FROM hri_mb_asgn_events_ct
5464: WHERE assignment_id = p_assignment_id;