APPS.GHR_SF52_API dependencies on GHR_EVENT_HISTORY
Line 4703: from ghr_event_history
4699: l_proc varchar2(72) := g_package || 'Check_for_open_events';
4700:
4701: cursor c_open_events is
4702: select 1 4703: from ghr_event_history 4704: where table_name = 'GHR_PA_REQUESTS'
4705: and record_id = p_pa_request_id
4706: and start_date is not null
4707: and end_date is null;