DBA Data[Home] [Help]

APPS.GHR_PRH_BUS dependencies on GHR_GROUPBOX_USERS

Line 296: from ghr_groupbox_users gbu

292: -- cursor to check that the person_id exists.
293: --
294: cursor c_groupbox_user is
295: select 1
296: from ghr_groupbox_users gbu
297: where gbu.groupbox_id = p_groupbox_id
298: and gbu.user_name = p_user_name;
299:
300: cursor c_user_name is