DBA Data[Home] [Help]

APPS.GHR_PDH_BUS dependencies on GHR_GROUPBOX_USERS

Line 288: from ghr_groupbox_users gbu

284: -- cursor to check that the person_id exists.
285: --
286: cursor c_groupbox_user is
287: select 1
288: from ghr_groupbox_users gbu
289: where gbu.groupbox_id = p_groupbox_id
290: and gbu.user_name = p_user_name;
291: -- Sundar - Below cursor commented and modified
292: -- for 11.5.10 Performance repository changes