DBA Data[Home] [Help]

APPS.GHR_API dependencies on GHR_GROUPBOX_USERS

Line 102: type ghr_gbx_user_tab_type is table of ghr_groupbox_users%rowtype

98: ghr_gbx_tab ghr_gbx_tab_type;
99: --BUG # 14479249 added to store old group box details
100: ghr_gbx_old_tab ghr_gbx_tab_type;
101: ghr_gbx_index binary_integer;
102: type ghr_gbx_user_tab_type is table of ghr_groupbox_users%rowtype
103: index by binary_integer;
104: ghr_gbx_user_new_tab ghr_gbx_user_tab_type;
105: ghr_gbx_user_old_tab ghr_gbx_user_tab_type;
106: ghr_gbx_user_index binary_integer;