DBA Data[Home] [Help]

APPS.GHR_API dependencies on GHR_GROUPBOXES

Line 96: type ghr_gbx_tab_type is table of ghr_groupboxes%rowtype

92: -- FWFA Changes
93: );
94: --
95: -- Bug 2431934
96: type ghr_gbx_tab_type is table of ghr_groupboxes%rowtype
97: index by binary_integer;
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;