DBA Data[Home] [Help]

APPS.GHR_MLC_PKG dependencies on GHR_MASS_ACTIONS_PREVIEW

Line 2725: delete from ghr_mass_actions_preview

2721: procedure purge_processed_recs(p_session_id in number,
2722: p_err_buf out nocopy varchar2) is
2723: begin
2724: p_err_buf := null;
2725: delete from ghr_mass_actions_preview
2726: where mass_action_type = 'SALARY'
2727: and session_id = p_session_id;
2728: commit;
2729:

Line 3096: delete from ghr_mass_actions_preview

3092: BEGIN
3093: g_proc := 'purge_old_data';
3094:
3095: hr_utility.set_location('Entering ' || l_proc,5);
3096: delete from ghr_mass_actions_preview
3097: where mass_action_type = 'SALARY'
3098: and session_id = p_mass_salary_id;
3099: commit;
3100: hr_utility.set_location('Exiting ' || l_proc,10);

Line 4388: insert into GHR_MASS_ACTIONS_PREVIEW

4384: raise mlc_error;
4385: END IF;
4386: END IF;
4387:
4388: insert into GHR_MASS_ACTIONS_PREVIEW
4389: (
4390: mass_action_type,
4391: --report_type,
4392: ui_type,

Line 4704: insert into GHR_MASS_ACTIONS_PREVIEW

4700: raise mlc_error;
4701: END IF;
4702: END IF;
4703: END IF;
4704: insert into GHR_MASS_ACTIONS_PREVIEW
4705: (
4706: mass_action_type,
4707: --report_type,
4708: ui_type,