DBA Data[Home] [Help]

APPS.GHR_VALIDATE_PERWSDPO dependencies on GHR_PA_HISTORY

Line 536: FROM ghr_pa_history

532: RETURN BOOLEAN AS
533:
534: Cursor c_history_element is
535: SELECT 'X' value
536: FROM ghr_pa_history
537: WHERE table_name = ghr_history_api.g_eleent_table
538: -- AND information1 = p_element_entry_id
539: -- Bug #5746242 vmididho modified the above statement for performance
540: AND information1 = to_char(p_element_entry_id)