DBA Data[Home] [Help]

APPS.GHR_MTO_PKG dependencies on GHR_MASS_ACTIONS_PREVIEW

Line 1678: delete from ghr_mass_actions_preview

1674: procedure purge_processed_recs(p_session_id in number,
1675: p_err_buf out NOCOPY varchar2) is
1676: begin
1677: p_err_buf := null;
1678: delete from ghr_mass_actions_preview
1679: where mass_action_type = 'TRANSFER'
1680: and session_id = p_session_id;
1681: commit;
1682:

Line 1852: delete from ghr_mass_actions_preview

1848: BEGIN
1849: hr_utility.set_location('Entering ' || l_proc,5);
1850: g_proc := 'purge_old_data';
1851: pr('Mass Transfer id is '||to_char(p_mass_transfer_id));
1852: delete from ghr_mass_actions_preview
1853: where mass_action_type = 'TRANSFER'
1854: and session_id = p_mass_transfer_id;
1855: commit;
1856: hr_utility.set_location('Exiting ' || l_proc,10);

Line 2506: insert into GHR_MASS_ACTIONS_PREVIEW

2502: raise mass_error;
2503: end;
2504: END IF;
2505:
2506: insert into GHR_MASS_ACTIONS_PREVIEW
2507: (
2508: mass_action_type,
2509: --report_type,
2510: ui_type,