DBA Data[Home] [Help]

APPS.GHR_SF52_API dependencies on GHR_EVENT_HISTORY

Line 4950: from ghr_event_history

4946: l_proc varchar2(72) := g_package || 'Check_for_open_events';
4947:
4948: cursor c_open_events is
4949: select 1
4950: from ghr_event_history
4951: where table_name = 'GHR_PA_REQUESTS'
4952: and record_id = p_pa_request_id
4953: and start_date is not null
4954: and end_date is null;