DBA Data[Home] [Help]

APPS.GHR_VALIDATE_PERWSDPO dependencies on GHR_HISTORY_API

Line 606: WHERE table_name = ghr_history_api.g_eleent_table

602:
603: Cursor c_history_element is
604: SELECT 'X' value
605: FROM ghr_pa_history
606: WHERE table_name = ghr_history_api.g_eleent_table
607: -- AND information1 = p_element_entry_id
608: -- Bug #5746242 vmididho modified the above statement for performance
609: AND information1 = to_char(p_element_entry_id)
610: AND pa_request_id is not null;