DBA Data[Home] [Help]

APPS.GHR_MTO_PKG dependencies on GHR_MASS_ACTIONS_PREVIEW

Line 1573: delete from ghr_mass_actions_preview

1569: procedure purge_processed_recs(p_session_id in number,
1570: p_err_buf out NOCOPY varchar2) is
1571: begin
1572: p_err_buf := null;
1573: delete from ghr_mass_actions_preview
1574: where mass_action_type = 'TRANSFER'
1575: and session_id = p_session_id;
1576: commit;
1577:

Line 1745: delete from ghr_mass_actions_preview

1741: BEGIN
1742: hr_utility.set_location('Entering ' || l_proc,5);
1743: g_proc := 'purge_old_data';
1744: pr('Mass Transfer id is '||to_char(p_mass_transfer_id));
1745: delete from ghr_mass_actions_preview
1746: where mass_action_type = 'TRANSFER'
1747: and session_id = p_mass_transfer_id;
1748: commit;
1749: hr_utility.set_location('Exiting ' || l_proc,10);

Line 2397: insert into GHR_MASS_ACTIONS_PREVIEW

2393: raise mass_error;
2394: end;
2395: END IF;
2396:
2397: insert into GHR_MASS_ACTIONS_PREVIEW
2398: (
2399: mass_action_type,
2400: --report_type,
2401: ui_type,