DBA Data[Home] [Help]

APPS.GHR_MRE_PKG dependencies on GHR_MASS_ACTIONS_PREVIEW

Line 2177: delete from ghr_mass_actions_preview

2173: procedure purge_processed_recs(p_session_id in NUMBER,
2174: p_err_buf out NOCOPY VARCHAR2) is
2175: BEGIN
2176: p_err_buf := null;
2177: delete from ghr_mass_actions_preview
2178: WHERE mass_action_type = 'REALIGNMENT'
2179: and session_id = p_session_id;
2180: COMMIT;
2181:

Line 2516: delete from ghr_mass_actions_preview

2512: BEGIN
2513: g_proc := 'purge_old_data';
2514:
2515: hr_utility.set_location('Entering ' || l_proc,5);
2516: delete from ghr_mass_actions_preview
2517: WHERE mass_action_type = 'REALIGNMENT'
2518: and session_id = userenv('sessionid');
2519: COMMIT;
2520: hr_utility.set_location('Exiting ' || l_proc,10);

Line 3315: insert into GHR_MASS_ACTIONS_PREVIEW

3311: END;
3312: END IF;
3313:
3314:
3315: insert into GHR_MASS_ACTIONS_PREVIEW
3316: (
3317: mass_action_type,
3318: --report_type,
3319: ui_type,