DBA Data[Home] [Help]

APPS.GHR_MLC_PKG dependencies on GHR_MASS_ACTIONS_PREVIEW

Line 2767: delete from ghr_mass_actions_preview

2763: procedure purge_processed_recs(p_session_id in number,
2764: p_err_buf out nocopy varchar2) is
2765: begin
2766: p_err_buf := null;
2767: delete from ghr_mass_actions_preview
2768: where mass_action_type = 'SALARY'
2769: and session_id = p_session_id;
2770: commit;
2771:

Line 3142: delete from ghr_mass_actions_preview

3138: BEGIN
3139: g_proc := 'purge_old_data';
3140:
3141: hr_utility.set_location('Entering ' || l_proc,5);
3142: delete from ghr_mass_actions_preview
3143: where mass_action_type = 'SALARY'
3144: and session_id = p_mass_salary_id;
3145: commit;
3146: hr_utility.set_location('Exiting ' || l_proc,10);

Line 4436: insert into GHR_MASS_ACTIONS_PREVIEW

4432: raise mlc_error;
4433: END IF;
4434: END IF;
4435:
4436: insert into GHR_MASS_ACTIONS_PREVIEW
4437: (
4438: mass_action_type,
4439: --report_type,
4440: ui_type,

Line 4758: insert into GHR_MASS_ACTIONS_PREVIEW

4754: raise mlc_error;
4755: END IF;
4756: END IF;
4757: END IF;
4758: insert into GHR_MASS_ACTIONS_PREVIEW
4759: (
4760: mass_action_type,
4761: --report_type,
4762: ui_type,