DBA Data[Home] [Help]

PACKAGE: APPS.BEN_EXT_WRITE

Source


1 package BEN_EXT_WRITE as
2 /* $Header: benxwrit.pkh 120.3 2006/04/30 21:28:21 hgattu noship $ */
3 --------------------------------------------------------------------------------
4 /*
5 +==============================================================================+
6 |			Copyright (c) 1997 Oracle Corporation                  |
7 |			   Redwood Shores, California, USA                     |
8 |			        All rights reserved.	                         |
9 +==============================================================================+
10 Name:
11     Extract Write Process.
12 Purpose:
13     This process reads records from the ben_ext_rslt_dtl table and writes them
14     to a flat output file.
15 History:
16         Date             Who        Version    What?
17         ----             ---        -------    -----
18         24 Oct 98        Ty Hayden  115.0      Created.
19         11 Dec 98        Ty Hayden  115.1      Added Justification Logic.
20         04 Feb 99        Ty Hayden  115.2      Added Hide Logic.
21         09 Mar 99        G Perry    115.3      IS to AS.
22         24-Dec-02        bmanyam    115.5      NOCOPY Changes
23         23-Jul-04        nhunur     115.6      g_val_tab changed to varchar2(600)
24         19-Oct-04        tjesumic   115.7      RECLINKS added to overcome the 75 column limitation
25         01-Feb-2005      tjesumic   115.8      300 elements allowed in  a record
26         08-Jun-2005      tjesumic   115.9      pennserver enhancment
27         09-Dec-2005      tjesumic   115.10     new parameter p_source is added
28 	28-APR-2006      hgattu     115.11     new parameter p_out_dummy is added(5131931)
29 
30 */
31 -----------------------------------------------------------------------------------
32 --
33 Procedure MAIN (errbuf             out nocopy varchar2,
34                retcode             out nocopy number,
35                p_ext_rslt_id       in number ,
36                p_output_type       in varchar2  default null  ,
37                p_out_dummy         in varchar2  default null  ,
38                p_xdo_template_id   in number    default null  ,
39                p_source            in varchar2  default 'BENXWRIT'
40               );
41 
42 type g_val_tab is table of varchar2(600)
43   index by binary_integer;
44 --
45 g_val g_val_tab;
46 --
47 type g_array_rec is record
48    (strt_pos_01          ben_ext_data_elmt_in_rcd.strt_pos%type,
49     strt_pos_02          ben_ext_data_elmt_in_rcd.strt_pos%type,
50     strt_pos_03          ben_ext_data_elmt_in_rcd.strt_pos%type,
51     strt_pos_04          ben_ext_data_elmt_in_rcd.strt_pos%type,
52     strt_pos_05          ben_ext_data_elmt_in_rcd.strt_pos%type,
53     strt_pos_06          ben_ext_data_elmt_in_rcd.strt_pos%type,
54     strt_pos_07          ben_ext_data_elmt_in_rcd.strt_pos%type,
55     strt_pos_08          ben_ext_data_elmt_in_rcd.strt_pos%type,
56     strt_pos_09          ben_ext_data_elmt_in_rcd.strt_pos%type,
57     strt_pos_10          ben_ext_data_elmt_in_rcd.strt_pos%type,
58     strt_pos_11          ben_ext_data_elmt_in_rcd.strt_pos%type,
59     strt_pos_12          ben_ext_data_elmt_in_rcd.strt_pos%type,
60     strt_pos_13          ben_ext_data_elmt_in_rcd.strt_pos%type,
61     strt_pos_14          ben_ext_data_elmt_in_rcd.strt_pos%type,
62     strt_pos_15          ben_ext_data_elmt_in_rcd.strt_pos%type,
63     strt_pos_16          ben_ext_data_elmt_in_rcd.strt_pos%type,
64     strt_pos_17          ben_ext_data_elmt_in_rcd.strt_pos%type,
65     strt_pos_18          ben_ext_data_elmt_in_rcd.strt_pos%type,
66     strt_pos_19          ben_ext_data_elmt_in_rcd.strt_pos%type,
67     strt_pos_20          ben_ext_data_elmt_in_rcd.strt_pos%type,
68     strt_pos_21          ben_ext_data_elmt_in_rcd.strt_pos%type,
69     strt_pos_22          ben_ext_data_elmt_in_rcd.strt_pos%type,
70     strt_pos_23          ben_ext_data_elmt_in_rcd.strt_pos%type,
71     strt_pos_24          ben_ext_data_elmt_in_rcd.strt_pos%type,
72     strt_pos_25          ben_ext_data_elmt_in_rcd.strt_pos%type,
73     strt_pos_26          ben_ext_data_elmt_in_rcd.strt_pos%type,
74     strt_pos_27          ben_ext_data_elmt_in_rcd.strt_pos%type,
75     strt_pos_28          ben_ext_data_elmt_in_rcd.strt_pos%type,
76     strt_pos_29          ben_ext_data_elmt_in_rcd.strt_pos%type,
77     strt_pos_30          ben_ext_data_elmt_in_rcd.strt_pos%type,
78     strt_pos_31          ben_ext_data_elmt_in_rcd.strt_pos%type,
79     strt_pos_32          ben_ext_data_elmt_in_rcd.strt_pos%type,
80     strt_pos_33          ben_ext_data_elmt_in_rcd.strt_pos%type,
81     strt_pos_34          ben_ext_data_elmt_in_rcd.strt_pos%type,
82     strt_pos_35          ben_ext_data_elmt_in_rcd.strt_pos%type,
83     strt_pos_36          ben_ext_data_elmt_in_rcd.strt_pos%type,
84     strt_pos_37          ben_ext_data_elmt_in_rcd.strt_pos%type,
85     strt_pos_38          ben_ext_data_elmt_in_rcd.strt_pos%type,
86     strt_pos_39          ben_ext_data_elmt_in_rcd.strt_pos%type,
87     strt_pos_40          ben_ext_data_elmt_in_rcd.strt_pos%type,
88     strt_pos_41          ben_ext_data_elmt_in_rcd.strt_pos%type,
89     strt_pos_42          ben_ext_data_elmt_in_rcd.strt_pos%type,
90     strt_pos_43          ben_ext_data_elmt_in_rcd.strt_pos%type,
91     strt_pos_44          ben_ext_data_elmt_in_rcd.strt_pos%type,
92     strt_pos_45          ben_ext_data_elmt_in_rcd.strt_pos%type,
93     strt_pos_46          ben_ext_data_elmt_in_rcd.strt_pos%type,
94     strt_pos_47          ben_ext_data_elmt_in_rcd.strt_pos%type,
95     strt_pos_48          ben_ext_data_elmt_in_rcd.strt_pos%type,
96     strt_pos_49          ben_ext_data_elmt_in_rcd.strt_pos%type,
97     strt_pos_50          ben_ext_data_elmt_in_rcd.strt_pos%type,
98     strt_pos_51          ben_ext_data_elmt_in_rcd.strt_pos%type,
99     strt_pos_52          ben_ext_data_elmt_in_rcd.strt_pos%type,
100     strt_pos_53          ben_ext_data_elmt_in_rcd.strt_pos%type,
101     strt_pos_54          ben_ext_data_elmt_in_rcd.strt_pos%type,
102     strt_pos_55          ben_ext_data_elmt_in_rcd.strt_pos%type,
103     strt_pos_56          ben_ext_data_elmt_in_rcd.strt_pos%type,
104     strt_pos_57          ben_ext_data_elmt_in_rcd.strt_pos%type,
105     strt_pos_58          ben_ext_data_elmt_in_rcd.strt_pos%type,
106     strt_pos_59          ben_ext_data_elmt_in_rcd.strt_pos%type,
107     strt_pos_60          ben_ext_data_elmt_in_rcd.strt_pos%type,
108     strt_pos_61          ben_ext_data_elmt_in_rcd.strt_pos%type,
109     strt_pos_62          ben_ext_data_elmt_in_rcd.strt_pos%type,
110     strt_pos_63          ben_ext_data_elmt_in_rcd.strt_pos%type,
111     strt_pos_64          ben_ext_data_elmt_in_rcd.strt_pos%type,
112     strt_pos_65          ben_ext_data_elmt_in_rcd.strt_pos%type,
113     strt_pos_66          ben_ext_data_elmt_in_rcd.strt_pos%type,
114     strt_pos_67          ben_ext_data_elmt_in_rcd.strt_pos%type,
115     strt_pos_68          ben_ext_data_elmt_in_rcd.strt_pos%type,
116     strt_pos_69          ben_ext_data_elmt_in_rcd.strt_pos%type,
117     strt_pos_70          ben_ext_data_elmt_in_rcd.strt_pos%type,
118     strt_pos_71          ben_ext_data_elmt_in_rcd.strt_pos%type,
119     strt_pos_72          ben_ext_data_elmt_in_rcd.strt_pos%type,
120     strt_pos_73          ben_ext_data_elmt_in_rcd.strt_pos%type,
121     strt_pos_74          ben_ext_data_elmt_in_rcd.strt_pos%type,
122     strt_pos_75          ben_ext_data_elmt_in_rcd.strt_pos%type,
123     strt_pos_76          ben_ext_data_elmt_in_rcd.strt_pos%type,
124     strt_pos_77          ben_ext_data_elmt_in_rcd.strt_pos%type,
125     strt_pos_78          ben_ext_data_elmt_in_rcd.strt_pos%type,
126     strt_pos_79          ben_ext_data_elmt_in_rcd.strt_pos%type,
127     strt_pos_80          ben_ext_data_elmt_in_rcd.strt_pos%type,
128     strt_pos_81          ben_ext_data_elmt_in_rcd.strt_pos%type,
129     strt_pos_82          ben_ext_data_elmt_in_rcd.strt_pos%type,
130     strt_pos_83          ben_ext_data_elmt_in_rcd.strt_pos%type,
131     strt_pos_84          ben_ext_data_elmt_in_rcd.strt_pos%type,
132     strt_pos_85          ben_ext_data_elmt_in_rcd.strt_pos%type,
133     strt_pos_86          ben_ext_data_elmt_in_rcd.strt_pos%type,
134     strt_pos_87          ben_ext_data_elmt_in_rcd.strt_pos%type,
135     strt_pos_88          ben_ext_data_elmt_in_rcd.strt_pos%type,
136     strt_pos_89          ben_ext_data_elmt_in_rcd.strt_pos%type,
137     strt_pos_90          ben_ext_data_elmt_in_rcd.strt_pos%type,
138     strt_pos_91          ben_ext_data_elmt_in_rcd.strt_pos%type,
139     strt_pos_92          ben_ext_data_elmt_in_rcd.strt_pos%type,
140     strt_pos_93          ben_ext_data_elmt_in_rcd.strt_pos%type,
141     strt_pos_94          ben_ext_data_elmt_in_rcd.strt_pos%type,
142     strt_pos_95          ben_ext_data_elmt_in_rcd.strt_pos%type,
143     strt_pos_96          ben_ext_data_elmt_in_rcd.strt_pos%type,
144     strt_pos_97          ben_ext_data_elmt_in_rcd.strt_pos%type,
145     strt_pos_98          ben_ext_data_elmt_in_rcd.strt_pos%type,
146     strt_pos_99          ben_ext_data_elmt_in_rcd.strt_pos%type,
147     strt_pos_100          ben_ext_data_elmt_in_rcd.strt_pos%type,
148     strt_pos_101          ben_ext_data_elmt_in_rcd.strt_pos%type,
149     strt_pos_102          ben_ext_data_elmt_in_rcd.strt_pos%type,
150     strt_pos_103          ben_ext_data_elmt_in_rcd.strt_pos%type,
151     strt_pos_104          ben_ext_data_elmt_in_rcd.strt_pos%type,
152     strt_pos_105          ben_ext_data_elmt_in_rcd.strt_pos%type,
153     strt_pos_106          ben_ext_data_elmt_in_rcd.strt_pos%type,
154     strt_pos_107          ben_ext_data_elmt_in_rcd.strt_pos%type,
155     strt_pos_108          ben_ext_data_elmt_in_rcd.strt_pos%type,
156     strt_pos_109          ben_ext_data_elmt_in_rcd.strt_pos%type,
157     strt_pos_110          ben_ext_data_elmt_in_rcd.strt_pos%type,
158     strt_pos_111          ben_ext_data_elmt_in_rcd.strt_pos%type,
159     strt_pos_112          ben_ext_data_elmt_in_rcd.strt_pos%type,
160     strt_pos_113          ben_ext_data_elmt_in_rcd.strt_pos%type,
161     strt_pos_114          ben_ext_data_elmt_in_rcd.strt_pos%type,
162     strt_pos_115          ben_ext_data_elmt_in_rcd.strt_pos%type,
163     strt_pos_116          ben_ext_data_elmt_in_rcd.strt_pos%type,
164     strt_pos_117          ben_ext_data_elmt_in_rcd.strt_pos%type,
165     strt_pos_118          ben_ext_data_elmt_in_rcd.strt_pos%type,
166     strt_pos_119          ben_ext_data_elmt_in_rcd.strt_pos%type,
167     strt_pos_120          ben_ext_data_elmt_in_rcd.strt_pos%type,
168     strt_pos_121          ben_ext_data_elmt_in_rcd.strt_pos%type,
169     strt_pos_122          ben_ext_data_elmt_in_rcd.strt_pos%type,
170     strt_pos_123          ben_ext_data_elmt_in_rcd.strt_pos%type,
171     strt_pos_124          ben_ext_data_elmt_in_rcd.strt_pos%type,
172     strt_pos_125          ben_ext_data_elmt_in_rcd.strt_pos%type,
173     strt_pos_126          ben_ext_data_elmt_in_rcd.strt_pos%type,
174     strt_pos_127          ben_ext_data_elmt_in_rcd.strt_pos%type,
175     strt_pos_128          ben_ext_data_elmt_in_rcd.strt_pos%type,
176     strt_pos_129          ben_ext_data_elmt_in_rcd.strt_pos%type,
177     strt_pos_130          ben_ext_data_elmt_in_rcd.strt_pos%type,
178     strt_pos_131          ben_ext_data_elmt_in_rcd.strt_pos%type,
179     strt_pos_132          ben_ext_data_elmt_in_rcd.strt_pos%type,
180     strt_pos_133          ben_ext_data_elmt_in_rcd.strt_pos%type,
181     strt_pos_134          ben_ext_data_elmt_in_rcd.strt_pos%type,
182     strt_pos_135          ben_ext_data_elmt_in_rcd.strt_pos%type,
183     strt_pos_136          ben_ext_data_elmt_in_rcd.strt_pos%type,
184     strt_pos_137          ben_ext_data_elmt_in_rcd.strt_pos%type,
185     strt_pos_138          ben_ext_data_elmt_in_rcd.strt_pos%type,
186     strt_pos_139          ben_ext_data_elmt_in_rcd.strt_pos%type,
187     strt_pos_140          ben_ext_data_elmt_in_rcd.strt_pos%type,
188     strt_pos_141          ben_ext_data_elmt_in_rcd.strt_pos%type,
189     strt_pos_142          ben_ext_data_elmt_in_rcd.strt_pos%type,
190     strt_pos_143          ben_ext_data_elmt_in_rcd.strt_pos%type,
191     strt_pos_144          ben_ext_data_elmt_in_rcd.strt_pos%type,
192     strt_pos_145          ben_ext_data_elmt_in_rcd.strt_pos%type,
193     strt_pos_146          ben_ext_data_elmt_in_rcd.strt_pos%type,
194     strt_pos_147          ben_ext_data_elmt_in_rcd.strt_pos%type,
195     strt_pos_148          ben_ext_data_elmt_in_rcd.strt_pos%type,
196     strt_pos_149          ben_ext_data_elmt_in_rcd.strt_pos%type,
197     strt_pos_150          ben_ext_data_elmt_in_rcd.strt_pos%type,
198     strt_pos_151          ben_ext_data_elmt_in_rcd.strt_pos%type,
199     strt_pos_152          ben_ext_data_elmt_in_rcd.strt_pos%type,
200     strt_pos_153          ben_ext_data_elmt_in_rcd.strt_pos%type,
201     strt_pos_154          ben_ext_data_elmt_in_rcd.strt_pos%type,
202     strt_pos_155          ben_ext_data_elmt_in_rcd.strt_pos%type,
203     strt_pos_156          ben_ext_data_elmt_in_rcd.strt_pos%type,
204     strt_pos_157          ben_ext_data_elmt_in_rcd.strt_pos%type,
205     strt_pos_158          ben_ext_data_elmt_in_rcd.strt_pos%type,
206     strt_pos_159          ben_ext_data_elmt_in_rcd.strt_pos%type,
207     strt_pos_160          ben_ext_data_elmt_in_rcd.strt_pos%type,
208     strt_pos_161          ben_ext_data_elmt_in_rcd.strt_pos%type,
209     strt_pos_162          ben_ext_data_elmt_in_rcd.strt_pos%type,
210     strt_pos_163          ben_ext_data_elmt_in_rcd.strt_pos%type,
211     strt_pos_164          ben_ext_data_elmt_in_rcd.strt_pos%type,
212     strt_pos_165          ben_ext_data_elmt_in_rcd.strt_pos%type,
213     strt_pos_166          ben_ext_data_elmt_in_rcd.strt_pos%type,
214     strt_pos_167          ben_ext_data_elmt_in_rcd.strt_pos%type,
215     strt_pos_168          ben_ext_data_elmt_in_rcd.strt_pos%type,
216     strt_pos_169          ben_ext_data_elmt_in_rcd.strt_pos%type,
217     strt_pos_170          ben_ext_data_elmt_in_rcd.strt_pos%type,
218     strt_pos_171          ben_ext_data_elmt_in_rcd.strt_pos%type,
219     strt_pos_172          ben_ext_data_elmt_in_rcd.strt_pos%type,
220     strt_pos_173          ben_ext_data_elmt_in_rcd.strt_pos%type,
221     strt_pos_174          ben_ext_data_elmt_in_rcd.strt_pos%type,
222     strt_pos_175          ben_ext_data_elmt_in_rcd.strt_pos%type,
223     strt_pos_176          ben_ext_data_elmt_in_rcd.strt_pos%type,
224     strt_pos_177          ben_ext_data_elmt_in_rcd.strt_pos%type,
225     strt_pos_178          ben_ext_data_elmt_in_rcd.strt_pos%type,
226     strt_pos_179          ben_ext_data_elmt_in_rcd.strt_pos%type,
227     strt_pos_180          ben_ext_data_elmt_in_rcd.strt_pos%type,
228     strt_pos_181          ben_ext_data_elmt_in_rcd.strt_pos%type,
229     strt_pos_182          ben_ext_data_elmt_in_rcd.strt_pos%type,
230     strt_pos_183          ben_ext_data_elmt_in_rcd.strt_pos%type,
231     strt_pos_184          ben_ext_data_elmt_in_rcd.strt_pos%type,
232     strt_pos_185          ben_ext_data_elmt_in_rcd.strt_pos%type,
233     strt_pos_186          ben_ext_data_elmt_in_rcd.strt_pos%type,
234     strt_pos_187          ben_ext_data_elmt_in_rcd.strt_pos%type,
235     strt_pos_188          ben_ext_data_elmt_in_rcd.strt_pos%type,
236     strt_pos_189          ben_ext_data_elmt_in_rcd.strt_pos%type,
237     strt_pos_190          ben_ext_data_elmt_in_rcd.strt_pos%type,
238     strt_pos_191          ben_ext_data_elmt_in_rcd.strt_pos%type,
239     strt_pos_192          ben_ext_data_elmt_in_rcd.strt_pos%type,
240     strt_pos_193          ben_ext_data_elmt_in_rcd.strt_pos%type,
241     strt_pos_194          ben_ext_data_elmt_in_rcd.strt_pos%type,
242     strt_pos_195          ben_ext_data_elmt_in_rcd.strt_pos%type,
243     strt_pos_196          ben_ext_data_elmt_in_rcd.strt_pos%type,
244     strt_pos_197          ben_ext_data_elmt_in_rcd.strt_pos%type,
245     strt_pos_198          ben_ext_data_elmt_in_rcd.strt_pos%type,
246     strt_pos_199          ben_ext_data_elmt_in_rcd.strt_pos%type,
247     strt_pos_200          ben_ext_data_elmt_in_rcd.strt_pos%type,
248     strt_pos_201          ben_ext_data_elmt_in_rcd.strt_pos%type,
249     strt_pos_202          ben_ext_data_elmt_in_rcd.strt_pos%type,
250     strt_pos_203          ben_ext_data_elmt_in_rcd.strt_pos%type,
251     strt_pos_204          ben_ext_data_elmt_in_rcd.strt_pos%type,
252     strt_pos_205          ben_ext_data_elmt_in_rcd.strt_pos%type,
253     strt_pos_206          ben_ext_data_elmt_in_rcd.strt_pos%type,
254     strt_pos_207          ben_ext_data_elmt_in_rcd.strt_pos%type,
255     strt_pos_208          ben_ext_data_elmt_in_rcd.strt_pos%type,
256     strt_pos_209          ben_ext_data_elmt_in_rcd.strt_pos%type,
257     strt_pos_210          ben_ext_data_elmt_in_rcd.strt_pos%type,
258     strt_pos_211          ben_ext_data_elmt_in_rcd.strt_pos%type,
259     strt_pos_212          ben_ext_data_elmt_in_rcd.strt_pos%type,
260     strt_pos_213          ben_ext_data_elmt_in_rcd.strt_pos%type,
261     strt_pos_214          ben_ext_data_elmt_in_rcd.strt_pos%type,
262     strt_pos_215          ben_ext_data_elmt_in_rcd.strt_pos%type,
263     strt_pos_216          ben_ext_data_elmt_in_rcd.strt_pos%type,
264     strt_pos_217          ben_ext_data_elmt_in_rcd.strt_pos%type,
265     strt_pos_218          ben_ext_data_elmt_in_rcd.strt_pos%type,
266     strt_pos_219          ben_ext_data_elmt_in_rcd.strt_pos%type,
267     strt_pos_220          ben_ext_data_elmt_in_rcd.strt_pos%type,
268     strt_pos_221          ben_ext_data_elmt_in_rcd.strt_pos%type,
269     strt_pos_222          ben_ext_data_elmt_in_rcd.strt_pos%type,
270     strt_pos_223          ben_ext_data_elmt_in_rcd.strt_pos%type,
274     strt_pos_227          ben_ext_data_elmt_in_rcd.strt_pos%type,
271     strt_pos_224          ben_ext_data_elmt_in_rcd.strt_pos%type,
272     strt_pos_225          ben_ext_data_elmt_in_rcd.strt_pos%type,
273     strt_pos_226          ben_ext_data_elmt_in_rcd.strt_pos%type,
275     strt_pos_228          ben_ext_data_elmt_in_rcd.strt_pos%type,
276     strt_pos_229          ben_ext_data_elmt_in_rcd.strt_pos%type,
277     strt_pos_230          ben_ext_data_elmt_in_rcd.strt_pos%type,
278     strt_pos_231          ben_ext_data_elmt_in_rcd.strt_pos%type,
279     strt_pos_232          ben_ext_data_elmt_in_rcd.strt_pos%type,
280     strt_pos_233          ben_ext_data_elmt_in_rcd.strt_pos%type,
281     strt_pos_234          ben_ext_data_elmt_in_rcd.strt_pos%type,
282     strt_pos_235          ben_ext_data_elmt_in_rcd.strt_pos%type,
283     strt_pos_236          ben_ext_data_elmt_in_rcd.strt_pos%type,
284     strt_pos_237          ben_ext_data_elmt_in_rcd.strt_pos%type,
285     strt_pos_238          ben_ext_data_elmt_in_rcd.strt_pos%type,
286     strt_pos_239          ben_ext_data_elmt_in_rcd.strt_pos%type,
287     strt_pos_240          ben_ext_data_elmt_in_rcd.strt_pos%type,
288     strt_pos_241          ben_ext_data_elmt_in_rcd.strt_pos%type,
289     strt_pos_242          ben_ext_data_elmt_in_rcd.strt_pos%type,
290     strt_pos_243          ben_ext_data_elmt_in_rcd.strt_pos%type,
291     strt_pos_244          ben_ext_data_elmt_in_rcd.strt_pos%type,
292     strt_pos_245          ben_ext_data_elmt_in_rcd.strt_pos%type,
293     strt_pos_246          ben_ext_data_elmt_in_rcd.strt_pos%type,
294     strt_pos_247          ben_ext_data_elmt_in_rcd.strt_pos%type,
295     strt_pos_248          ben_ext_data_elmt_in_rcd.strt_pos%type,
296     strt_pos_249          ben_ext_data_elmt_in_rcd.strt_pos%type,
297     strt_pos_250          ben_ext_data_elmt_in_rcd.strt_pos%type,
298     strt_pos_251          ben_ext_data_elmt_in_rcd.strt_pos%type,
299     strt_pos_252          ben_ext_data_elmt_in_rcd.strt_pos%type,
300     strt_pos_253          ben_ext_data_elmt_in_rcd.strt_pos%type,
301     strt_pos_254          ben_ext_data_elmt_in_rcd.strt_pos%type,
302     strt_pos_255          ben_ext_data_elmt_in_rcd.strt_pos%type,
303     strt_pos_256          ben_ext_data_elmt_in_rcd.strt_pos%type,
304     strt_pos_257          ben_ext_data_elmt_in_rcd.strt_pos%type,
305     strt_pos_258          ben_ext_data_elmt_in_rcd.strt_pos%type,
306     strt_pos_259          ben_ext_data_elmt_in_rcd.strt_pos%type,
307     strt_pos_260          ben_ext_data_elmt_in_rcd.strt_pos%type,
308     strt_pos_261          ben_ext_data_elmt_in_rcd.strt_pos%type,
309     strt_pos_262          ben_ext_data_elmt_in_rcd.strt_pos%type,
310     strt_pos_263          ben_ext_data_elmt_in_rcd.strt_pos%type,
311     strt_pos_264          ben_ext_data_elmt_in_rcd.strt_pos%type,
312     strt_pos_265          ben_ext_data_elmt_in_rcd.strt_pos%type,
313     strt_pos_266          ben_ext_data_elmt_in_rcd.strt_pos%type,
314     strt_pos_267          ben_ext_data_elmt_in_rcd.strt_pos%type,
315     strt_pos_268          ben_ext_data_elmt_in_rcd.strt_pos%type,
316     strt_pos_269          ben_ext_data_elmt_in_rcd.strt_pos%type,
317     strt_pos_270          ben_ext_data_elmt_in_rcd.strt_pos%type,
318     strt_pos_271          ben_ext_data_elmt_in_rcd.strt_pos%type,
319     strt_pos_272          ben_ext_data_elmt_in_rcd.strt_pos%type,
320     strt_pos_273          ben_ext_data_elmt_in_rcd.strt_pos%type,
321     strt_pos_274          ben_ext_data_elmt_in_rcd.strt_pos%type,
322     strt_pos_275          ben_ext_data_elmt_in_rcd.strt_pos%type,
323     strt_pos_276          ben_ext_data_elmt_in_rcd.strt_pos%type,
324     strt_pos_277          ben_ext_data_elmt_in_rcd.strt_pos%type,
325     strt_pos_278          ben_ext_data_elmt_in_rcd.strt_pos%type,
326     strt_pos_279          ben_ext_data_elmt_in_rcd.strt_pos%type,
327     strt_pos_280          ben_ext_data_elmt_in_rcd.strt_pos%type,
328     strt_pos_281          ben_ext_data_elmt_in_rcd.strt_pos%type,
329     strt_pos_282          ben_ext_data_elmt_in_rcd.strt_pos%type,
330     strt_pos_283          ben_ext_data_elmt_in_rcd.strt_pos%type,
331     strt_pos_284          ben_ext_data_elmt_in_rcd.strt_pos%type,
332     strt_pos_285          ben_ext_data_elmt_in_rcd.strt_pos%type,
333     strt_pos_286          ben_ext_data_elmt_in_rcd.strt_pos%type,
334     strt_pos_287          ben_ext_data_elmt_in_rcd.strt_pos%type,
335     strt_pos_288          ben_ext_data_elmt_in_rcd.strt_pos%type,
336     strt_pos_289          ben_ext_data_elmt_in_rcd.strt_pos%type,
337     strt_pos_290          ben_ext_data_elmt_in_rcd.strt_pos%type,
338     strt_pos_291          ben_ext_data_elmt_in_rcd.strt_pos%type,
339     strt_pos_292          ben_ext_data_elmt_in_rcd.strt_pos%type,
340     strt_pos_293          ben_ext_data_elmt_in_rcd.strt_pos%type,
341     strt_pos_294          ben_ext_data_elmt_in_rcd.strt_pos%type,
342     strt_pos_295          ben_ext_data_elmt_in_rcd.strt_pos%type,
343     strt_pos_296          ben_ext_data_elmt_in_rcd.strt_pos%type,
344     strt_pos_297          ben_ext_data_elmt_in_rcd.strt_pos%type,
345     strt_pos_298          ben_ext_data_elmt_in_rcd.strt_pos%type,
346     strt_pos_299          ben_ext_data_elmt_in_rcd.strt_pos%type,
347     strt_pos_300          ben_ext_data_elmt_in_rcd.strt_pos%type,
348     ----
349     dlmtr_val_01          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
350     dlmtr_val_02          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
351     dlmtr_val_03          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
352     dlmtr_val_04          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
353     dlmtr_val_05          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
354     dlmtr_val_06          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
355     dlmtr_val_07          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
356     dlmtr_val_08          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
357     dlmtr_val_09          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
361     dlmtr_val_13          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
358     dlmtr_val_10          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
359     dlmtr_val_11          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
360     dlmtr_val_12          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
362     dlmtr_val_14          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
363     dlmtr_val_15          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
364     dlmtr_val_16          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
365     dlmtr_val_17          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
366     dlmtr_val_18          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
367     dlmtr_val_19          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
368     dlmtr_val_20          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
369     dlmtr_val_21          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
370     dlmtr_val_22          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
371     dlmtr_val_23          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
372     dlmtr_val_24          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
373     dlmtr_val_25          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
374     dlmtr_val_26          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
375     dlmtr_val_27          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
376     dlmtr_val_28          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
377     dlmtr_val_29          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
378     dlmtr_val_30          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
379     dlmtr_val_31          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
380     dlmtr_val_32          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
381     dlmtr_val_33          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
382     dlmtr_val_34          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
383     dlmtr_val_35          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
384     dlmtr_val_36          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
385     dlmtr_val_37          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
386     dlmtr_val_38          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
387     dlmtr_val_39          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
388     dlmtr_val_40          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
389     dlmtr_val_41          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
390     dlmtr_val_42          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
391     dlmtr_val_43          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
392     dlmtr_val_44          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
393     dlmtr_val_45          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
394     dlmtr_val_46          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
395     dlmtr_val_47          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
396     dlmtr_val_48          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
397     dlmtr_val_49          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
398     dlmtr_val_50          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
399     dlmtr_val_51          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
400     dlmtr_val_52          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
401     dlmtr_val_53          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
402     dlmtr_val_54          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
403     dlmtr_val_55          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
404     dlmtr_val_56          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
405     dlmtr_val_57          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
406     dlmtr_val_58          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
407     dlmtr_val_59          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
408     dlmtr_val_60          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
409     dlmtr_val_61          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
410     dlmtr_val_62          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
411     dlmtr_val_63          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
412     dlmtr_val_64          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
413     dlmtr_val_65          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
414     dlmtr_val_66          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
415     dlmtr_val_67          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
416     dlmtr_val_68          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
417     dlmtr_val_69          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
418     dlmtr_val_70          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
419     dlmtr_val_71          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
420     dlmtr_val_72          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
421     dlmtr_val_73          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
422     dlmtr_val_74          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
423     dlmtr_val_75          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
424     dlmtr_val_76          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
425     dlmtr_val_77          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
426     dlmtr_val_78          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
427     dlmtr_val_79          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
428     dlmtr_val_80          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
429     dlmtr_val_81          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
430     dlmtr_val_82          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
431     dlmtr_val_83          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
432     dlmtr_val_84          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
433     dlmtr_val_85          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
434     dlmtr_val_86          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
435     dlmtr_val_87          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
436     dlmtr_val_88          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
437     dlmtr_val_89          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
438     dlmtr_val_90          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
439     dlmtr_val_91          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
440     dlmtr_val_92          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
441     dlmtr_val_93          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
445     dlmtr_val_97          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
442     dlmtr_val_94          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
443     dlmtr_val_95          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
444     dlmtr_val_96          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
446     dlmtr_val_98          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
447     dlmtr_val_99          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
448     dlmtr_val_100         ben_ext_data_elmt_in_rcd.dlmtr_val%type,
449     dlmtr_val_101          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
450     dlmtr_val_102          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
451     dlmtr_val_103          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
452     dlmtr_val_104          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
453     dlmtr_val_105          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
454     dlmtr_val_106          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
455     dlmtr_val_107          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
456     dlmtr_val_108          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
457     dlmtr_val_109          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
458     dlmtr_val_110          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
459     dlmtr_val_111          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
460     dlmtr_val_112          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
461     dlmtr_val_113          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
462     dlmtr_val_114          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
463     dlmtr_val_115          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
464     dlmtr_val_116          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
465     dlmtr_val_117          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
466     dlmtr_val_118          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
467     dlmtr_val_119          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
468     dlmtr_val_120          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
469     dlmtr_val_121          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
470     dlmtr_val_122          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
471     dlmtr_val_123          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
472     dlmtr_val_124          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
473     dlmtr_val_125          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
474     dlmtr_val_126          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
475     dlmtr_val_127          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
476     dlmtr_val_128          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
477     dlmtr_val_129          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
478     dlmtr_val_130          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
479     dlmtr_val_131          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
480     dlmtr_val_132          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
481     dlmtr_val_133          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
482     dlmtr_val_134          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
483     dlmtr_val_135          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
484     dlmtr_val_136          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
485     dlmtr_val_137          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
486     dlmtr_val_138          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
487     dlmtr_val_139          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
488     dlmtr_val_140          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
489     dlmtr_val_141          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
490     dlmtr_val_142          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
491     dlmtr_val_143          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
492     dlmtr_val_144          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
493     dlmtr_val_145          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
494     dlmtr_val_146          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
495     dlmtr_val_147          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
496     dlmtr_val_148          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
497     dlmtr_val_149          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
498     dlmtr_val_150          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
499     dlmtr_val_151          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
500     dlmtr_val_152          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
501     dlmtr_val_153          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
502     dlmtr_val_154          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
503     dlmtr_val_155          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
504     dlmtr_val_156          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
505     dlmtr_val_157          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
506     dlmtr_val_158          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
507     dlmtr_val_159          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
511     dlmtr_val_163          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
508     dlmtr_val_160          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
509     dlmtr_val_161          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
510     dlmtr_val_162          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
512     dlmtr_val_164          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
513     dlmtr_val_165          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
514     dlmtr_val_166          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
515     dlmtr_val_167          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
516     dlmtr_val_168          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
517     dlmtr_val_169          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
518     dlmtr_val_170          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
519     dlmtr_val_171          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
520     dlmtr_val_172          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
521     dlmtr_val_173          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
522     dlmtr_val_174          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
523     dlmtr_val_175          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
524     dlmtr_val_176          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
525     dlmtr_val_177          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
526     dlmtr_val_178          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
527     dlmtr_val_179          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
528     dlmtr_val_180          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
529     dlmtr_val_181          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
530     dlmtr_val_182          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
531     dlmtr_val_183          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
532     dlmtr_val_184          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
533     dlmtr_val_185          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
534     dlmtr_val_186          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
535     dlmtr_val_187          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
536     dlmtr_val_188          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
537     dlmtr_val_189          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
538     dlmtr_val_190          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
539     dlmtr_val_191          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
540     dlmtr_val_192          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
541     dlmtr_val_193          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
542     dlmtr_val_194          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
543     dlmtr_val_195          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
544     dlmtr_val_196          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
545     dlmtr_val_197          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
546     dlmtr_val_198          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
547     dlmtr_val_199          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
548     dlmtr_val_200          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
549     dlmtr_val_201          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
550     dlmtr_val_202          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
551     dlmtr_val_203          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
552     dlmtr_val_204          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
553     dlmtr_val_205          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
554     dlmtr_val_206          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
555     dlmtr_val_207          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
556     dlmtr_val_208          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
557     dlmtr_val_209          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
558     dlmtr_val_210          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
559     dlmtr_val_211          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
560     dlmtr_val_212          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
561     dlmtr_val_213          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
562     dlmtr_val_214          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
563     dlmtr_val_215          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
564     dlmtr_val_216          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
565     dlmtr_val_217          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
566     dlmtr_val_218          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
567     dlmtr_val_219          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
568     dlmtr_val_220          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
569     dlmtr_val_221          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
570     dlmtr_val_222          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
571     dlmtr_val_223          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
572     dlmtr_val_224          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
573     dlmtr_val_225          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
574     dlmtr_val_226          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
575     dlmtr_val_227          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
576     dlmtr_val_228          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
577     dlmtr_val_229          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
578     dlmtr_val_230          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
579     dlmtr_val_231          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
580     dlmtr_val_232          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
581     dlmtr_val_233          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
582     dlmtr_val_234          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
583     dlmtr_val_235          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
584     dlmtr_val_236          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
585     dlmtr_val_237          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
586     dlmtr_val_238          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
587     dlmtr_val_239          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
588     dlmtr_val_240          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
589     dlmtr_val_241          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
590     dlmtr_val_242          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
591     dlmtr_val_243          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
592     dlmtr_val_244          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
593     dlmtr_val_245          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
597     dlmtr_val_249          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
594     dlmtr_val_246          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
595     dlmtr_val_247          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
596     dlmtr_val_248          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
598     dlmtr_val_250          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
599     dlmtr_val_251          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
600     dlmtr_val_252          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
601     dlmtr_val_253          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
602     dlmtr_val_254          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
603     dlmtr_val_255          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
604     dlmtr_val_256          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
605     dlmtr_val_257          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
606     dlmtr_val_258          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
607     dlmtr_val_259          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
608     dlmtr_val_260          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
609     dlmtr_val_261          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
610     dlmtr_val_262          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
611     dlmtr_val_263          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
612     dlmtr_val_264          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
613     dlmtr_val_265          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
614     dlmtr_val_266          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
615     dlmtr_val_267          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
616     dlmtr_val_268          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
617     dlmtr_val_269          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
618     dlmtr_val_270          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
619     dlmtr_val_271          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
620     dlmtr_val_272          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
621     dlmtr_val_273          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
622     dlmtr_val_274          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
623     dlmtr_val_275          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
624     dlmtr_val_276          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
625     dlmtr_val_277          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
626     dlmtr_val_278          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
627     dlmtr_val_279          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
628     dlmtr_val_280          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
629     dlmtr_val_281          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
630     dlmtr_val_282          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
631     dlmtr_val_283          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
632     dlmtr_val_284          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
633     dlmtr_val_285          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
634     dlmtr_val_286          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
635     dlmtr_val_287          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
636     dlmtr_val_288          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
637     dlmtr_val_289          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
638     dlmtr_val_290          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
639     dlmtr_val_291          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
640     dlmtr_val_292          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
641     dlmtr_val_293          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
642     dlmtr_val_294          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
643     dlmtr_val_295          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
644     dlmtr_val_296          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
645     dlmtr_val_297          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
646     dlmtr_val_298          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
647     dlmtr_val_299          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
648     dlmtr_val_300          ben_ext_data_elmt_in_rcd.dlmtr_val%type,
649     ---
650     just_cd_01          ben_ext_data_elmt.just_cd%type,
651     just_cd_02          ben_ext_data_elmt.just_cd%type,
652     just_cd_03          ben_ext_data_elmt.just_cd%type,
653     just_cd_04          ben_ext_data_elmt.just_cd%type,
654     just_cd_05          ben_ext_data_elmt.just_cd%type,
655     just_cd_06          ben_ext_data_elmt.just_cd%type,
656     just_cd_07          ben_ext_data_elmt.just_cd%type,
657     just_cd_08          ben_ext_data_elmt.just_cd%type,
658     just_cd_09          ben_ext_data_elmt.just_cd%type,
659     just_cd_10          ben_ext_data_elmt.just_cd%type,
660     just_cd_11          ben_ext_data_elmt.just_cd%type,
661     just_cd_12          ben_ext_data_elmt.just_cd%type,
662     just_cd_13          ben_ext_data_elmt.just_cd%type,
663     just_cd_14          ben_ext_data_elmt.just_cd%type,
664     just_cd_15          ben_ext_data_elmt.just_cd%type,
665     just_cd_16          ben_ext_data_elmt.just_cd%type,
666     just_cd_17          ben_ext_data_elmt.just_cd%type,
667     just_cd_18          ben_ext_data_elmt.just_cd%type,
668     just_cd_19          ben_ext_data_elmt.just_cd%type,
669     just_cd_20          ben_ext_data_elmt.just_cd%type,
670     just_cd_21          ben_ext_data_elmt.just_cd%type,
671     just_cd_22          ben_ext_data_elmt.just_cd%type,
672     just_cd_23          ben_ext_data_elmt.just_cd%type,
673     just_cd_24          ben_ext_data_elmt.just_cd%type,
674     just_cd_25          ben_ext_data_elmt.just_cd%type,
675     just_cd_26          ben_ext_data_elmt.just_cd%type,
676     just_cd_27          ben_ext_data_elmt.just_cd%type,
677     just_cd_28          ben_ext_data_elmt.just_cd%type,
678     just_cd_29          ben_ext_data_elmt.just_cd%type,
679     just_cd_30          ben_ext_data_elmt.just_cd%type,
680     just_cd_31          ben_ext_data_elmt.just_cd%type,
681     just_cd_32          ben_ext_data_elmt.just_cd%type,
682     just_cd_33          ben_ext_data_elmt.just_cd%type,
683     just_cd_34          ben_ext_data_elmt.just_cd%type,
684     just_cd_35          ben_ext_data_elmt.just_cd%type,
685     just_cd_36          ben_ext_data_elmt.just_cd%type,
689     just_cd_40          ben_ext_data_elmt.just_cd%type,
686     just_cd_37          ben_ext_data_elmt.just_cd%type,
687     just_cd_38          ben_ext_data_elmt.just_cd%type,
688     just_cd_39          ben_ext_data_elmt.just_cd%type,
690     just_cd_41          ben_ext_data_elmt.just_cd%type,
691     just_cd_42          ben_ext_data_elmt.just_cd%type,
692     just_cd_43          ben_ext_data_elmt.just_cd%type,
693     just_cd_44          ben_ext_data_elmt.just_cd%type,
694     just_cd_45          ben_ext_data_elmt.just_cd%type,
695     just_cd_46          ben_ext_data_elmt.just_cd%type,
696     just_cd_47          ben_ext_data_elmt.just_cd%type,
697     just_cd_48          ben_ext_data_elmt.just_cd%type,
698     just_cd_49          ben_ext_data_elmt.just_cd%type,
699     just_cd_50          ben_ext_data_elmt.just_cd%type,
700     just_cd_51          ben_ext_data_elmt.just_cd%type,
701     just_cd_52          ben_ext_data_elmt.just_cd%type,
702     just_cd_53          ben_ext_data_elmt.just_cd%type,
703     just_cd_54          ben_ext_data_elmt.just_cd%type,
704     just_cd_55          ben_ext_data_elmt.just_cd%type,
705     just_cd_56          ben_ext_data_elmt.just_cd%type,
706     just_cd_57          ben_ext_data_elmt.just_cd%type,
707     just_cd_58          ben_ext_data_elmt.just_cd%type,
708     just_cd_59          ben_ext_data_elmt.just_cd%type,
709     just_cd_60          ben_ext_data_elmt.just_cd%type,
710     just_cd_61          ben_ext_data_elmt.just_cd%type,
711     just_cd_62          ben_ext_data_elmt.just_cd%type,
712     just_cd_63          ben_ext_data_elmt.just_cd%type,
713     just_cd_64          ben_ext_data_elmt.just_cd%type,
714     just_cd_65          ben_ext_data_elmt.just_cd%type,
715     just_cd_66          ben_ext_data_elmt.just_cd%type,
716     just_cd_67          ben_ext_data_elmt.just_cd%type,
717     just_cd_68          ben_ext_data_elmt.just_cd%type,
718     just_cd_69          ben_ext_data_elmt.just_cd%type,
719     just_cd_70          ben_ext_data_elmt.just_cd%type,
720     just_cd_71          ben_ext_data_elmt.just_cd%type,
721     just_cd_72          ben_ext_data_elmt.just_cd%type,
722     just_cd_73          ben_ext_data_elmt.just_cd%type,
723     just_cd_74          ben_ext_data_elmt.just_cd%type,
724     just_cd_75          ben_ext_data_elmt.just_cd%type,
725     just_cd_76          ben_ext_data_elmt.just_cd%type,
726     just_cd_77          ben_ext_data_elmt.just_cd%type,
727     just_cd_78          ben_ext_data_elmt.just_cd%type,
728     just_cd_79          ben_ext_data_elmt.just_cd%type,
729     just_cd_80          ben_ext_data_elmt.just_cd%type,
730     just_cd_81          ben_ext_data_elmt.just_cd%type,
731     just_cd_82          ben_ext_data_elmt.just_cd%type,
732     just_cd_83          ben_ext_data_elmt.just_cd%type,
733     just_cd_84          ben_ext_data_elmt.just_cd%type,
734     just_cd_85          ben_ext_data_elmt.just_cd%type,
735     just_cd_86          ben_ext_data_elmt.just_cd%type,
736     just_cd_87          ben_ext_data_elmt.just_cd%type,
737     just_cd_88          ben_ext_data_elmt.just_cd%type,
738     just_cd_89          ben_ext_data_elmt.just_cd%type,
739     just_cd_90          ben_ext_data_elmt.just_cd%type,
740     just_cd_91          ben_ext_data_elmt.just_cd%type,
741     just_cd_92          ben_ext_data_elmt.just_cd%type,
742     just_cd_93          ben_ext_data_elmt.just_cd%type,
743     just_cd_94          ben_ext_data_elmt.just_cd%type,
744     just_cd_95          ben_ext_data_elmt.just_cd%type,
745     just_cd_96          ben_ext_data_elmt.just_cd%type,
746     just_cd_97          ben_ext_data_elmt.just_cd%type,
747     just_cd_98          ben_ext_data_elmt.just_cd%type,
748     just_cd_99          ben_ext_data_elmt.just_cd%type,
749     just_cd_100         ben_ext_data_elmt.just_cd%type,
750     just_cd_101          ben_ext_data_elmt.just_cd%type,
751     just_cd_102          ben_ext_data_elmt.just_cd%type,
752     just_cd_103          ben_ext_data_elmt.just_cd%type,
753     just_cd_104          ben_ext_data_elmt.just_cd%type,
754     just_cd_105          ben_ext_data_elmt.just_cd%type,
755     just_cd_106          ben_ext_data_elmt.just_cd%type,
756     just_cd_107          ben_ext_data_elmt.just_cd%type,
757     just_cd_108          ben_ext_data_elmt.just_cd%type,
758     just_cd_109          ben_ext_data_elmt.just_cd%type,
759     just_cd_110          ben_ext_data_elmt.just_cd%type,
760     just_cd_111          ben_ext_data_elmt.just_cd%type,
761     just_cd_112          ben_ext_data_elmt.just_cd%type,
762     just_cd_113          ben_ext_data_elmt.just_cd%type,
763     just_cd_114          ben_ext_data_elmt.just_cd%type,
764     just_cd_115          ben_ext_data_elmt.just_cd%type,
765     just_cd_116          ben_ext_data_elmt.just_cd%type,
766     just_cd_117          ben_ext_data_elmt.just_cd%type,
767     just_cd_118          ben_ext_data_elmt.just_cd%type,
768     just_cd_119          ben_ext_data_elmt.just_cd%type,
769     just_cd_120          ben_ext_data_elmt.just_cd%type,
770     just_cd_121          ben_ext_data_elmt.just_cd%type,
771     just_cd_122          ben_ext_data_elmt.just_cd%type,
772     just_cd_123          ben_ext_data_elmt.just_cd%type,
773     just_cd_124          ben_ext_data_elmt.just_cd%type,
774     just_cd_125          ben_ext_data_elmt.just_cd%type,
775     just_cd_126          ben_ext_data_elmt.just_cd%type,
776     just_cd_127          ben_ext_data_elmt.just_cd%type,
777     just_cd_128          ben_ext_data_elmt.just_cd%type,
778     just_cd_129          ben_ext_data_elmt.just_cd%type,
779     just_cd_130          ben_ext_data_elmt.just_cd%type,
780     just_cd_131          ben_ext_data_elmt.just_cd%type,
781     just_cd_132          ben_ext_data_elmt.just_cd%type,
782     just_cd_133          ben_ext_data_elmt.just_cd%type,
783     just_cd_134          ben_ext_data_elmt.just_cd%type,
784     just_cd_135          ben_ext_data_elmt.just_cd%type,
785     just_cd_136          ben_ext_data_elmt.just_cd%type,
789     just_cd_140          ben_ext_data_elmt.just_cd%type,
786     just_cd_137          ben_ext_data_elmt.just_cd%type,
787     just_cd_138          ben_ext_data_elmt.just_cd%type,
788     just_cd_139          ben_ext_data_elmt.just_cd%type,
790     just_cd_141          ben_ext_data_elmt.just_cd%type,
791     just_cd_142          ben_ext_data_elmt.just_cd%type,
792     just_cd_143          ben_ext_data_elmt.just_cd%type,
793     just_cd_144          ben_ext_data_elmt.just_cd%type,
794     just_cd_145          ben_ext_data_elmt.just_cd%type,
795     just_cd_146          ben_ext_data_elmt.just_cd%type,
796     just_cd_147          ben_ext_data_elmt.just_cd%type,
797     just_cd_148          ben_ext_data_elmt.just_cd%type,
798     just_cd_149          ben_ext_data_elmt.just_cd%type,
799     just_cd_150          ben_ext_data_elmt.just_cd%type,
800     just_cd_151          ben_ext_data_elmt.just_cd%type,
801     just_cd_152          ben_ext_data_elmt.just_cd%type,
802     just_cd_153          ben_ext_data_elmt.just_cd%type,
803     just_cd_154          ben_ext_data_elmt.just_cd%type,
804     just_cd_155          ben_ext_data_elmt.just_cd%type,
805     just_cd_156          ben_ext_data_elmt.just_cd%type,
806     just_cd_157          ben_ext_data_elmt.just_cd%type,
807     just_cd_158          ben_ext_data_elmt.just_cd%type,
808     just_cd_159          ben_ext_data_elmt.just_cd%type,
809     just_cd_160          ben_ext_data_elmt.just_cd%type,
810     just_cd_161          ben_ext_data_elmt.just_cd%type,
811     just_cd_162          ben_ext_data_elmt.just_cd%type,
812     just_cd_163          ben_ext_data_elmt.just_cd%type,
813     just_cd_164          ben_ext_data_elmt.just_cd%type,
814     just_cd_165          ben_ext_data_elmt.just_cd%type,
815     just_cd_166          ben_ext_data_elmt.just_cd%type,
816     just_cd_167          ben_ext_data_elmt.just_cd%type,
817     just_cd_168          ben_ext_data_elmt.just_cd%type,
818     just_cd_169          ben_ext_data_elmt.just_cd%type,
819     just_cd_170          ben_ext_data_elmt.just_cd%type,
820     just_cd_171          ben_ext_data_elmt.just_cd%type,
821     just_cd_172          ben_ext_data_elmt.just_cd%type,
822     just_cd_173          ben_ext_data_elmt.just_cd%type,
823     just_cd_174          ben_ext_data_elmt.just_cd%type,
824     just_cd_175          ben_ext_data_elmt.just_cd%type,
825     just_cd_176          ben_ext_data_elmt.just_cd%type,
826     just_cd_177          ben_ext_data_elmt.just_cd%type,
827     just_cd_178          ben_ext_data_elmt.just_cd%type,
828     just_cd_179          ben_ext_data_elmt.just_cd%type,
829     just_cd_180          ben_ext_data_elmt.just_cd%type,
830     just_cd_181          ben_ext_data_elmt.just_cd%type,
831     just_cd_182          ben_ext_data_elmt.just_cd%type,
832     just_cd_183          ben_ext_data_elmt.just_cd%type,
833     just_cd_184          ben_ext_data_elmt.just_cd%type,
834     just_cd_185          ben_ext_data_elmt.just_cd%type,
835     just_cd_186          ben_ext_data_elmt.just_cd%type,
836     just_cd_187          ben_ext_data_elmt.just_cd%type,
837     just_cd_188          ben_ext_data_elmt.just_cd%type,
838     just_cd_189          ben_ext_data_elmt.just_cd%type,
839     just_cd_190          ben_ext_data_elmt.just_cd%type,
840     just_cd_191          ben_ext_data_elmt.just_cd%type,
841     just_cd_192          ben_ext_data_elmt.just_cd%type,
842     just_cd_193          ben_ext_data_elmt.just_cd%type,
843     just_cd_194          ben_ext_data_elmt.just_cd%type,
844     just_cd_195          ben_ext_data_elmt.just_cd%type,
845     just_cd_196          ben_ext_data_elmt.just_cd%type,
846     just_cd_197          ben_ext_data_elmt.just_cd%type,
847     just_cd_198          ben_ext_data_elmt.just_cd%type,
848     just_cd_199          ben_ext_data_elmt.just_cd%type,
849     just_cd_200          ben_ext_data_elmt.just_cd%type,
850     just_cd_201          ben_ext_data_elmt.just_cd%type,
851     just_cd_202          ben_ext_data_elmt.just_cd%type,
852     just_cd_203          ben_ext_data_elmt.just_cd%type,
853     just_cd_204          ben_ext_data_elmt.just_cd%type,
854     just_cd_205          ben_ext_data_elmt.just_cd%type,
855     just_cd_206          ben_ext_data_elmt.just_cd%type,
856     just_cd_207          ben_ext_data_elmt.just_cd%type,
857     just_cd_208          ben_ext_data_elmt.just_cd%type,
858     just_cd_209          ben_ext_data_elmt.just_cd%type,
859     just_cd_210          ben_ext_data_elmt.just_cd%type,
860     just_cd_211          ben_ext_data_elmt.just_cd%type,
861     just_cd_212          ben_ext_data_elmt.just_cd%type,
862     just_cd_213          ben_ext_data_elmt.just_cd%type,
863     just_cd_214          ben_ext_data_elmt.just_cd%type,
864     just_cd_215          ben_ext_data_elmt.just_cd%type,
865     just_cd_216          ben_ext_data_elmt.just_cd%type,
866     just_cd_217          ben_ext_data_elmt.just_cd%type,
867     just_cd_218          ben_ext_data_elmt.just_cd%type,
868     just_cd_219          ben_ext_data_elmt.just_cd%type,
869     just_cd_220          ben_ext_data_elmt.just_cd%type,
870     just_cd_221          ben_ext_data_elmt.just_cd%type,
871     just_cd_222          ben_ext_data_elmt.just_cd%type,
872     just_cd_223          ben_ext_data_elmt.just_cd%type,
873     just_cd_224          ben_ext_data_elmt.just_cd%type,
874     just_cd_225          ben_ext_data_elmt.just_cd%type,
875     just_cd_226          ben_ext_data_elmt.just_cd%type,
876     just_cd_227          ben_ext_data_elmt.just_cd%type,
877     just_cd_228          ben_ext_data_elmt.just_cd%type,
878     just_cd_229          ben_ext_data_elmt.just_cd%type,
879     just_cd_230          ben_ext_data_elmt.just_cd%type,
880     just_cd_231          ben_ext_data_elmt.just_cd%type,
881     just_cd_232          ben_ext_data_elmt.just_cd%type,
882     just_cd_233          ben_ext_data_elmt.just_cd%type,
883     just_cd_234          ben_ext_data_elmt.just_cd%type,
884     just_cd_235          ben_ext_data_elmt.just_cd%type,
888     just_cd_239          ben_ext_data_elmt.just_cd%type,
885     just_cd_236          ben_ext_data_elmt.just_cd%type,
886     just_cd_237          ben_ext_data_elmt.just_cd%type,
887     just_cd_238          ben_ext_data_elmt.just_cd%type,
889     just_cd_240          ben_ext_data_elmt.just_cd%type,
890     just_cd_241          ben_ext_data_elmt.just_cd%type,
891     just_cd_242          ben_ext_data_elmt.just_cd%type,
892     just_cd_243          ben_ext_data_elmt.just_cd%type,
893     just_cd_244          ben_ext_data_elmt.just_cd%type,
894     just_cd_245          ben_ext_data_elmt.just_cd%type,
895     just_cd_246          ben_ext_data_elmt.just_cd%type,
896     just_cd_247          ben_ext_data_elmt.just_cd%type,
897     just_cd_248          ben_ext_data_elmt.just_cd%type,
898     just_cd_249          ben_ext_data_elmt.just_cd%type,
899     just_cd_250          ben_ext_data_elmt.just_cd%type,
900     just_cd_251          ben_ext_data_elmt.just_cd%type,
901     just_cd_252          ben_ext_data_elmt.just_cd%type,
902     just_cd_253          ben_ext_data_elmt.just_cd%type,
903     just_cd_254          ben_ext_data_elmt.just_cd%type,
904     just_cd_255          ben_ext_data_elmt.just_cd%type,
905     just_cd_256          ben_ext_data_elmt.just_cd%type,
906     just_cd_257          ben_ext_data_elmt.just_cd%type,
907     just_cd_258          ben_ext_data_elmt.just_cd%type,
908     just_cd_259          ben_ext_data_elmt.just_cd%type,
909     just_cd_260          ben_ext_data_elmt.just_cd%type,
910     just_cd_261          ben_ext_data_elmt.just_cd%type,
911     just_cd_262          ben_ext_data_elmt.just_cd%type,
912     just_cd_263          ben_ext_data_elmt.just_cd%type,
913     just_cd_264          ben_ext_data_elmt.just_cd%type,
914     just_cd_265          ben_ext_data_elmt.just_cd%type,
915     just_cd_266          ben_ext_data_elmt.just_cd%type,
916     just_cd_267          ben_ext_data_elmt.just_cd%type,
917     just_cd_268          ben_ext_data_elmt.just_cd%type,
918     just_cd_269          ben_ext_data_elmt.just_cd%type,
919     just_cd_270          ben_ext_data_elmt.just_cd%type,
920     just_cd_271          ben_ext_data_elmt.just_cd%type,
921     just_cd_272          ben_ext_data_elmt.just_cd%type,
922     just_cd_273          ben_ext_data_elmt.just_cd%type,
923     just_cd_274          ben_ext_data_elmt.just_cd%type,
924     just_cd_275          ben_ext_data_elmt.just_cd%type,
925     just_cd_276          ben_ext_data_elmt.just_cd%type,
926     just_cd_277          ben_ext_data_elmt.just_cd%type,
927     just_cd_278          ben_ext_data_elmt.just_cd%type,
928     just_cd_279          ben_ext_data_elmt.just_cd%type,
929     just_cd_280          ben_ext_data_elmt.just_cd%type,
930     just_cd_281          ben_ext_data_elmt.just_cd%type,
931     just_cd_282          ben_ext_data_elmt.just_cd%type,
932     just_cd_283          ben_ext_data_elmt.just_cd%type,
933     just_cd_284          ben_ext_data_elmt.just_cd%type,
934     just_cd_285          ben_ext_data_elmt.just_cd%type,
935     just_cd_286          ben_ext_data_elmt.just_cd%type,
936     just_cd_287          ben_ext_data_elmt.just_cd%type,
937     just_cd_288          ben_ext_data_elmt.just_cd%type,
938     just_cd_289          ben_ext_data_elmt.just_cd%type,
939     just_cd_290          ben_ext_data_elmt.just_cd%type,
940     just_cd_291          ben_ext_data_elmt.just_cd%type,
941     just_cd_292          ben_ext_data_elmt.just_cd%type,
942     just_cd_293          ben_ext_data_elmt.just_cd%type,
943     just_cd_294          ben_ext_data_elmt.just_cd%type,
944     just_cd_295          ben_ext_data_elmt.just_cd%type,
945     just_cd_296          ben_ext_data_elmt.just_cd%type,
946     just_cd_297          ben_ext_data_elmt.just_cd%type,
947     just_cd_298          ben_ext_data_elmt.just_cd%type,
948     just_cd_299          ben_ext_data_elmt.just_cd%type,
949     just_cd_300          ben_ext_data_elmt.just_cd%type,
950     ---
951     hide_flag_01          ben_ext_data_elmt_in_rcd.hide_flag%type,
952     hide_flag_02          ben_ext_data_elmt_in_rcd.hide_flag%type,
953     hide_flag_03          ben_ext_data_elmt_in_rcd.hide_flag%type,
954     hide_flag_04          ben_ext_data_elmt_in_rcd.hide_flag%type,
955     hide_flag_05          ben_ext_data_elmt_in_rcd.hide_flag%type,
956     hide_flag_06          ben_ext_data_elmt_in_rcd.hide_flag%type,
957     hide_flag_07          ben_ext_data_elmt_in_rcd.hide_flag%type,
958     hide_flag_08          ben_ext_data_elmt_in_rcd.hide_flag%type,
959     hide_flag_09          ben_ext_data_elmt_in_rcd.hide_flag%type,
960     hide_flag_10          ben_ext_data_elmt_in_rcd.hide_flag%type,
961     hide_flag_11          ben_ext_data_elmt_in_rcd.hide_flag%type,
962     hide_flag_12          ben_ext_data_elmt_in_rcd.hide_flag%type,
963     hide_flag_13          ben_ext_data_elmt_in_rcd.hide_flag%type,
964     hide_flag_14          ben_ext_data_elmt_in_rcd.hide_flag%type,
965     hide_flag_15          ben_ext_data_elmt_in_rcd.hide_flag%type,
966     hide_flag_16          ben_ext_data_elmt_in_rcd.hide_flag%type,
967     hide_flag_17          ben_ext_data_elmt_in_rcd.hide_flag%type,
968     hide_flag_18          ben_ext_data_elmt_in_rcd.hide_flag%type,
969     hide_flag_19          ben_ext_data_elmt_in_rcd.hide_flag%type,
970     hide_flag_20          ben_ext_data_elmt_in_rcd.hide_flag%type,
971     hide_flag_21          ben_ext_data_elmt_in_rcd.hide_flag%type,
972     hide_flag_22          ben_ext_data_elmt_in_rcd.hide_flag%type,
973     hide_flag_23          ben_ext_data_elmt_in_rcd.hide_flag%type,
974     hide_flag_24          ben_ext_data_elmt_in_rcd.hide_flag%type,
975     hide_flag_25          ben_ext_data_elmt_in_rcd.hide_flag%type,
976     hide_flag_26          ben_ext_data_elmt_in_rcd.hide_flag%type,
977     hide_flag_27          ben_ext_data_elmt_in_rcd.hide_flag%type,
978     hide_flag_28          ben_ext_data_elmt_in_rcd.hide_flag%type,
982     hide_flag_32          ben_ext_data_elmt_in_rcd.hide_flag%type,
979     hide_flag_29          ben_ext_data_elmt_in_rcd.hide_flag%type,
980     hide_flag_30          ben_ext_data_elmt_in_rcd.hide_flag%type,
981     hide_flag_31          ben_ext_data_elmt_in_rcd.hide_flag%type,
983     hide_flag_33          ben_ext_data_elmt_in_rcd.hide_flag%type,
984     hide_flag_34          ben_ext_data_elmt_in_rcd.hide_flag%type,
985     hide_flag_35          ben_ext_data_elmt_in_rcd.hide_flag%type,
986     hide_flag_36          ben_ext_data_elmt_in_rcd.hide_flag%type,
987     hide_flag_37          ben_ext_data_elmt_in_rcd.hide_flag%type,
988     hide_flag_38          ben_ext_data_elmt_in_rcd.hide_flag%type,
989     hide_flag_39          ben_ext_data_elmt_in_rcd.hide_flag%type,
990     hide_flag_40          ben_ext_data_elmt_in_rcd.hide_flag%type,
991     hide_flag_41          ben_ext_data_elmt_in_rcd.hide_flag%type,
992     hide_flag_42          ben_ext_data_elmt_in_rcd.hide_flag%type,
993     hide_flag_43          ben_ext_data_elmt_in_rcd.hide_flag%type,
994     hide_flag_44          ben_ext_data_elmt_in_rcd.hide_flag%type,
995     hide_flag_45          ben_ext_data_elmt_in_rcd.hide_flag%type,
996     hide_flag_46          ben_ext_data_elmt_in_rcd.hide_flag%type,
997     hide_flag_47          ben_ext_data_elmt_in_rcd.hide_flag%type,
998     hide_flag_48          ben_ext_data_elmt_in_rcd.hide_flag%type,
999     hide_flag_49          ben_ext_data_elmt_in_rcd.hide_flag%type,
1000     hide_flag_50          ben_ext_data_elmt_in_rcd.hide_flag%type,
1001     hide_flag_51          ben_ext_data_elmt_in_rcd.hide_flag%type,
1002     hide_flag_52          ben_ext_data_elmt_in_rcd.hide_flag%type,
1003     hide_flag_53          ben_ext_data_elmt_in_rcd.hide_flag%type,
1004     hide_flag_54          ben_ext_data_elmt_in_rcd.hide_flag%type,
1005     hide_flag_55          ben_ext_data_elmt_in_rcd.hide_flag%type,
1006     hide_flag_56          ben_ext_data_elmt_in_rcd.hide_flag%type,
1007     hide_flag_57          ben_ext_data_elmt_in_rcd.hide_flag%type,
1008     hide_flag_58          ben_ext_data_elmt_in_rcd.hide_flag%type,
1009     hide_flag_59          ben_ext_data_elmt_in_rcd.hide_flag%type,
1010     hide_flag_60          ben_ext_data_elmt_in_rcd.hide_flag%type,
1011     hide_flag_61          ben_ext_data_elmt_in_rcd.hide_flag%type,
1012     hide_flag_62          ben_ext_data_elmt_in_rcd.hide_flag%type,
1013     hide_flag_63          ben_ext_data_elmt_in_rcd.hide_flag%type,
1014     hide_flag_64          ben_ext_data_elmt_in_rcd.hide_flag%type,
1015     hide_flag_65          ben_ext_data_elmt_in_rcd.hide_flag%type,
1016     hide_flag_66          ben_ext_data_elmt_in_rcd.hide_flag%type,
1017     hide_flag_67          ben_ext_data_elmt_in_rcd.hide_flag%type,
1018     hide_flag_68          ben_ext_data_elmt_in_rcd.hide_flag%type,
1019     hide_flag_69          ben_ext_data_elmt_in_rcd.hide_flag%type,
1020     hide_flag_70          ben_ext_data_elmt_in_rcd.hide_flag%type,
1021     hide_flag_71          ben_ext_data_elmt_in_rcd.hide_flag%type,
1022     hide_flag_72          ben_ext_data_elmt_in_rcd.hide_flag%type,
1023     hide_flag_73          ben_ext_data_elmt_in_rcd.hide_flag%type,
1024     hide_flag_74          ben_ext_data_elmt_in_rcd.hide_flag%type,
1025     hide_flag_75          ben_ext_data_elmt_in_rcd.hide_flag%type,
1026     hide_flag_76          ben_ext_data_elmt_in_rcd.hide_flag%type,
1027     hide_flag_77          ben_ext_data_elmt_in_rcd.hide_flag%type,
1028     hide_flag_78          ben_ext_data_elmt_in_rcd.hide_flag%type,
1029     hide_flag_79          ben_ext_data_elmt_in_rcd.hide_flag%type,
1030     hide_flag_80          ben_ext_data_elmt_in_rcd.hide_flag%type,
1031     hide_flag_81          ben_ext_data_elmt_in_rcd.hide_flag%type,
1032     hide_flag_82          ben_ext_data_elmt_in_rcd.hide_flag%type,
1033     hide_flag_83          ben_ext_data_elmt_in_rcd.hide_flag%type,
1034     hide_flag_84          ben_ext_data_elmt_in_rcd.hide_flag%type,
1035     hide_flag_85          ben_ext_data_elmt_in_rcd.hide_flag%type,
1036     hide_flag_86          ben_ext_data_elmt_in_rcd.hide_flag%type,
1037     hide_flag_87          ben_ext_data_elmt_in_rcd.hide_flag%type,
1038     hide_flag_88          ben_ext_data_elmt_in_rcd.hide_flag%type,
1039     hide_flag_89          ben_ext_data_elmt_in_rcd.hide_flag%type,
1040     hide_flag_90          ben_ext_data_elmt_in_rcd.hide_flag%type,
1041     hide_flag_91          ben_ext_data_elmt_in_rcd.hide_flag%type,
1042     hide_flag_92          ben_ext_data_elmt_in_rcd.hide_flag%type,
1043     hide_flag_93          ben_ext_data_elmt_in_rcd.hide_flag%type,
1044     hide_flag_94          ben_ext_data_elmt_in_rcd.hide_flag%type,
1045     hide_flag_95          ben_ext_data_elmt_in_rcd.hide_flag%type,
1046     hide_flag_96          ben_ext_data_elmt_in_rcd.hide_flag%type,
1047     hide_flag_97          ben_ext_data_elmt_in_rcd.hide_flag%type,
1048     hide_flag_98          ben_ext_data_elmt_in_rcd.hide_flag%type,
1049     hide_flag_99          ben_ext_data_elmt_in_rcd.hide_flag%type,
1050     hide_flag_100         ben_ext_data_elmt_in_rcd.hide_flag%type,
1051     hide_flag_101          ben_ext_data_elmt_in_rcd.hide_flag%type,
1052     hide_flag_102          ben_ext_data_elmt_in_rcd.hide_flag%type,
1053     hide_flag_103          ben_ext_data_elmt_in_rcd.hide_flag%type,
1054     hide_flag_104          ben_ext_data_elmt_in_rcd.hide_flag%type,
1055     hide_flag_105          ben_ext_data_elmt_in_rcd.hide_flag%type,
1056     hide_flag_106          ben_ext_data_elmt_in_rcd.hide_flag%type,
1057     hide_flag_107          ben_ext_data_elmt_in_rcd.hide_flag%type,
1058     hide_flag_108          ben_ext_data_elmt_in_rcd.hide_flag%type,
1059     hide_flag_109          ben_ext_data_elmt_in_rcd.hide_flag%type,
1060     hide_flag_110          ben_ext_data_elmt_in_rcd.hide_flag%type,
1061     hide_flag_111          ben_ext_data_elmt_in_rcd.hide_flag%type,
1062     hide_flag_112          ben_ext_data_elmt_in_rcd.hide_flag%type,
1063     hide_flag_113          ben_ext_data_elmt_in_rcd.hide_flag%type,
1067     hide_flag_117          ben_ext_data_elmt_in_rcd.hide_flag%type,
1064     hide_flag_114          ben_ext_data_elmt_in_rcd.hide_flag%type,
1065     hide_flag_115          ben_ext_data_elmt_in_rcd.hide_flag%type,
1066     hide_flag_116          ben_ext_data_elmt_in_rcd.hide_flag%type,
1068     hide_flag_118          ben_ext_data_elmt_in_rcd.hide_flag%type,
1069     hide_flag_119          ben_ext_data_elmt_in_rcd.hide_flag%type,
1070     hide_flag_120          ben_ext_data_elmt_in_rcd.hide_flag%type,
1071     hide_flag_121          ben_ext_data_elmt_in_rcd.hide_flag%type,
1072     hide_flag_122          ben_ext_data_elmt_in_rcd.hide_flag%type,
1073     hide_flag_123          ben_ext_data_elmt_in_rcd.hide_flag%type,
1074     hide_flag_124          ben_ext_data_elmt_in_rcd.hide_flag%type,
1075     hide_flag_125          ben_ext_data_elmt_in_rcd.hide_flag%type,
1076     hide_flag_126          ben_ext_data_elmt_in_rcd.hide_flag%type,
1077     hide_flag_127          ben_ext_data_elmt_in_rcd.hide_flag%type,
1078     hide_flag_128          ben_ext_data_elmt_in_rcd.hide_flag%type,
1079     hide_flag_129          ben_ext_data_elmt_in_rcd.hide_flag%type,
1080     hide_flag_130          ben_ext_data_elmt_in_rcd.hide_flag%type,
1081     hide_flag_131          ben_ext_data_elmt_in_rcd.hide_flag%type,
1082     hide_flag_132          ben_ext_data_elmt_in_rcd.hide_flag%type,
1083     hide_flag_133          ben_ext_data_elmt_in_rcd.hide_flag%type,
1084     hide_flag_134          ben_ext_data_elmt_in_rcd.hide_flag%type,
1085     hide_flag_135          ben_ext_data_elmt_in_rcd.hide_flag%type,
1086     hide_flag_136          ben_ext_data_elmt_in_rcd.hide_flag%type,
1087     hide_flag_137          ben_ext_data_elmt_in_rcd.hide_flag%type,
1088     hide_flag_138          ben_ext_data_elmt_in_rcd.hide_flag%type,
1089     hide_flag_139          ben_ext_data_elmt_in_rcd.hide_flag%type,
1090     hide_flag_140          ben_ext_data_elmt_in_rcd.hide_flag%type,
1091     hide_flag_141          ben_ext_data_elmt_in_rcd.hide_flag%type,
1092     hide_flag_142          ben_ext_data_elmt_in_rcd.hide_flag%type,
1093     hide_flag_143          ben_ext_data_elmt_in_rcd.hide_flag%type,
1094     hide_flag_144          ben_ext_data_elmt_in_rcd.hide_flag%type,
1095     hide_flag_145          ben_ext_data_elmt_in_rcd.hide_flag%type,
1096     hide_flag_146          ben_ext_data_elmt_in_rcd.hide_flag%type,
1097     hide_flag_147          ben_ext_data_elmt_in_rcd.hide_flag%type,
1098     hide_flag_148          ben_ext_data_elmt_in_rcd.hide_flag%type,
1099     hide_flag_149          ben_ext_data_elmt_in_rcd.hide_flag%type,
1100     hide_flag_150          ben_ext_data_elmt_in_rcd.hide_flag%type,
1101     hide_flag_151          ben_ext_data_elmt_in_rcd.hide_flag%type,
1102     hide_flag_152          ben_ext_data_elmt_in_rcd.hide_flag%type,
1103     hide_flag_153          ben_ext_data_elmt_in_rcd.hide_flag%type,
1104     hide_flag_154          ben_ext_data_elmt_in_rcd.hide_flag%type,
1105     hide_flag_155          ben_ext_data_elmt_in_rcd.hide_flag%type,
1106     hide_flag_156          ben_ext_data_elmt_in_rcd.hide_flag%type,
1107     hide_flag_157          ben_ext_data_elmt_in_rcd.hide_flag%type,
1108     hide_flag_158          ben_ext_data_elmt_in_rcd.hide_flag%type,
1109     hide_flag_159          ben_ext_data_elmt_in_rcd.hide_flag%type,
1110     hide_flag_160          ben_ext_data_elmt_in_rcd.hide_flag%type,
1111     hide_flag_161          ben_ext_data_elmt_in_rcd.hide_flag%type,
1112     hide_flag_162          ben_ext_data_elmt_in_rcd.hide_flag%type,
1113     hide_flag_163          ben_ext_data_elmt_in_rcd.hide_flag%type,
1114     hide_flag_164          ben_ext_data_elmt_in_rcd.hide_flag%type,
1115     hide_flag_165          ben_ext_data_elmt_in_rcd.hide_flag%type,
1116     hide_flag_166          ben_ext_data_elmt_in_rcd.hide_flag%type,
1117     hide_flag_167          ben_ext_data_elmt_in_rcd.hide_flag%type,
1118     hide_flag_168          ben_ext_data_elmt_in_rcd.hide_flag%type,
1119     hide_flag_169          ben_ext_data_elmt_in_rcd.hide_flag%type,
1120     hide_flag_170          ben_ext_data_elmt_in_rcd.hide_flag%type,
1121     hide_flag_171          ben_ext_data_elmt_in_rcd.hide_flag%type,
1122     hide_flag_172          ben_ext_data_elmt_in_rcd.hide_flag%type,
1123     hide_flag_173          ben_ext_data_elmt_in_rcd.hide_flag%type,
1124     hide_flag_174          ben_ext_data_elmt_in_rcd.hide_flag%type,
1125     hide_flag_175          ben_ext_data_elmt_in_rcd.hide_flag%type,
1126     hide_flag_176          ben_ext_data_elmt_in_rcd.hide_flag%type,
1127     hide_flag_177          ben_ext_data_elmt_in_rcd.hide_flag%type,
1128     hide_flag_178          ben_ext_data_elmt_in_rcd.hide_flag%type,
1129     hide_flag_179          ben_ext_data_elmt_in_rcd.hide_flag%type,
1130     hide_flag_180          ben_ext_data_elmt_in_rcd.hide_flag%type,
1131     hide_flag_181          ben_ext_data_elmt_in_rcd.hide_flag%type,
1132     hide_flag_182          ben_ext_data_elmt_in_rcd.hide_flag%type,
1133     hide_flag_183          ben_ext_data_elmt_in_rcd.hide_flag%type,
1134     hide_flag_184          ben_ext_data_elmt_in_rcd.hide_flag%type,
1135     hide_flag_185          ben_ext_data_elmt_in_rcd.hide_flag%type,
1136     hide_flag_186          ben_ext_data_elmt_in_rcd.hide_flag%type,
1137     hide_flag_187          ben_ext_data_elmt_in_rcd.hide_flag%type,
1138     hide_flag_188          ben_ext_data_elmt_in_rcd.hide_flag%type,
1139     hide_flag_189          ben_ext_data_elmt_in_rcd.hide_flag%type,
1140     hide_flag_190          ben_ext_data_elmt_in_rcd.hide_flag%type,
1141     hide_flag_191          ben_ext_data_elmt_in_rcd.hide_flag%type,
1142     hide_flag_192          ben_ext_data_elmt_in_rcd.hide_flag%type,
1143     hide_flag_193          ben_ext_data_elmt_in_rcd.hide_flag%type,
1144     hide_flag_194          ben_ext_data_elmt_in_rcd.hide_flag%type,
1145     hide_flag_195          ben_ext_data_elmt_in_rcd.hide_flag%type,
1146     hide_flag_196          ben_ext_data_elmt_in_rcd.hide_flag%type,
1147     hide_flag_197          ben_ext_data_elmt_in_rcd.hide_flag%type,
1148     hide_flag_198          ben_ext_data_elmt_in_rcd.hide_flag%type,
1149     hide_flag_199          ben_ext_data_elmt_in_rcd.hide_flag%type,
1150     hide_flag_200          ben_ext_data_elmt_in_rcd.hide_flag%type,
1154     hide_flag_204          ben_ext_data_elmt_in_rcd.hide_flag%type,
1151     hide_flag_201          ben_ext_data_elmt_in_rcd.hide_flag%type,
1152     hide_flag_202          ben_ext_data_elmt_in_rcd.hide_flag%type,
1153     hide_flag_203          ben_ext_data_elmt_in_rcd.hide_flag%type,
1155     hide_flag_205          ben_ext_data_elmt_in_rcd.hide_flag%type,
1156     hide_flag_206          ben_ext_data_elmt_in_rcd.hide_flag%type,
1157     hide_flag_207          ben_ext_data_elmt_in_rcd.hide_flag%type,
1158     hide_flag_208          ben_ext_data_elmt_in_rcd.hide_flag%type,
1159     hide_flag_209          ben_ext_data_elmt_in_rcd.hide_flag%type,
1160     hide_flag_210          ben_ext_data_elmt_in_rcd.hide_flag%type,
1161     hide_flag_211          ben_ext_data_elmt_in_rcd.hide_flag%type,
1162     hide_flag_212          ben_ext_data_elmt_in_rcd.hide_flag%type,
1163     hide_flag_213          ben_ext_data_elmt_in_rcd.hide_flag%type,
1164     hide_flag_214          ben_ext_data_elmt_in_rcd.hide_flag%type,
1165     hide_flag_215          ben_ext_data_elmt_in_rcd.hide_flag%type,
1166     hide_flag_216          ben_ext_data_elmt_in_rcd.hide_flag%type,
1167     hide_flag_217          ben_ext_data_elmt_in_rcd.hide_flag%type,
1168     hide_flag_218          ben_ext_data_elmt_in_rcd.hide_flag%type,
1169     hide_flag_219          ben_ext_data_elmt_in_rcd.hide_flag%type,
1170     hide_flag_220          ben_ext_data_elmt_in_rcd.hide_flag%type,
1171     hide_flag_221          ben_ext_data_elmt_in_rcd.hide_flag%type,
1172     hide_flag_222          ben_ext_data_elmt_in_rcd.hide_flag%type,
1173     hide_flag_223          ben_ext_data_elmt_in_rcd.hide_flag%type,
1174     hide_flag_224          ben_ext_data_elmt_in_rcd.hide_flag%type,
1175     hide_flag_225          ben_ext_data_elmt_in_rcd.hide_flag%type,
1176     hide_flag_226          ben_ext_data_elmt_in_rcd.hide_flag%type,
1177     hide_flag_227          ben_ext_data_elmt_in_rcd.hide_flag%type,
1178     hide_flag_228          ben_ext_data_elmt_in_rcd.hide_flag%type,
1179     hide_flag_229          ben_ext_data_elmt_in_rcd.hide_flag%type,
1180     hide_flag_230          ben_ext_data_elmt_in_rcd.hide_flag%type,
1181     hide_flag_231          ben_ext_data_elmt_in_rcd.hide_flag%type,
1182     hide_flag_232          ben_ext_data_elmt_in_rcd.hide_flag%type,
1183     hide_flag_233          ben_ext_data_elmt_in_rcd.hide_flag%type,
1184     hide_flag_234          ben_ext_data_elmt_in_rcd.hide_flag%type,
1185     hide_flag_235          ben_ext_data_elmt_in_rcd.hide_flag%type,
1186     hide_flag_236          ben_ext_data_elmt_in_rcd.hide_flag%type,
1187     hide_flag_237          ben_ext_data_elmt_in_rcd.hide_flag%type,
1188     hide_flag_238          ben_ext_data_elmt_in_rcd.hide_flag%type,
1189     hide_flag_239          ben_ext_data_elmt_in_rcd.hide_flag%type,
1190     hide_flag_240          ben_ext_data_elmt_in_rcd.hide_flag%type,
1191     hide_flag_241          ben_ext_data_elmt_in_rcd.hide_flag%type,
1192     hide_flag_242          ben_ext_data_elmt_in_rcd.hide_flag%type,
1193     hide_flag_243          ben_ext_data_elmt_in_rcd.hide_flag%type,
1194     hide_flag_244          ben_ext_data_elmt_in_rcd.hide_flag%type,
1195     hide_flag_245          ben_ext_data_elmt_in_rcd.hide_flag%type,
1196     hide_flag_246          ben_ext_data_elmt_in_rcd.hide_flag%type,
1197     hide_flag_247          ben_ext_data_elmt_in_rcd.hide_flag%type,
1198     hide_flag_248          ben_ext_data_elmt_in_rcd.hide_flag%type,
1199     hide_flag_249          ben_ext_data_elmt_in_rcd.hide_flag%type,
1200     hide_flag_250          ben_ext_data_elmt_in_rcd.hide_flag%type,
1201     hide_flag_251          ben_ext_data_elmt_in_rcd.hide_flag%type,
1202     hide_flag_252          ben_ext_data_elmt_in_rcd.hide_flag%type,
1203     hide_flag_253          ben_ext_data_elmt_in_rcd.hide_flag%type,
1204     hide_flag_254          ben_ext_data_elmt_in_rcd.hide_flag%type,
1205     hide_flag_255          ben_ext_data_elmt_in_rcd.hide_flag%type,
1206     hide_flag_256          ben_ext_data_elmt_in_rcd.hide_flag%type,
1207     hide_flag_257          ben_ext_data_elmt_in_rcd.hide_flag%type,
1208     hide_flag_258          ben_ext_data_elmt_in_rcd.hide_flag%type,
1209     hide_flag_259          ben_ext_data_elmt_in_rcd.hide_flag%type,
1210     hide_flag_260          ben_ext_data_elmt_in_rcd.hide_flag%type,
1211     hide_flag_261          ben_ext_data_elmt_in_rcd.hide_flag%type,
1212     hide_flag_262          ben_ext_data_elmt_in_rcd.hide_flag%type,
1213     hide_flag_263          ben_ext_data_elmt_in_rcd.hide_flag%type,
1214     hide_flag_264          ben_ext_data_elmt_in_rcd.hide_flag%type,
1215     hide_flag_265          ben_ext_data_elmt_in_rcd.hide_flag%type,
1216     hide_flag_266          ben_ext_data_elmt_in_rcd.hide_flag%type,
1217     hide_flag_267          ben_ext_data_elmt_in_rcd.hide_flag%type,
1218     hide_flag_268          ben_ext_data_elmt_in_rcd.hide_flag%type,
1219     hide_flag_269          ben_ext_data_elmt_in_rcd.hide_flag%type,
1220     hide_flag_270          ben_ext_data_elmt_in_rcd.hide_flag%type,
1221     hide_flag_271          ben_ext_data_elmt_in_rcd.hide_flag%type,
1222     hide_flag_272          ben_ext_data_elmt_in_rcd.hide_flag%type,
1223     hide_flag_273          ben_ext_data_elmt_in_rcd.hide_flag%type,
1224     hide_flag_274          ben_ext_data_elmt_in_rcd.hide_flag%type,
1225     hide_flag_275          ben_ext_data_elmt_in_rcd.hide_flag%type,
1226     hide_flag_276          ben_ext_data_elmt_in_rcd.hide_flag%type,
1227     hide_flag_277          ben_ext_data_elmt_in_rcd.hide_flag%type,
1228     hide_flag_278          ben_ext_data_elmt_in_rcd.hide_flag%type,
1229     hide_flag_279          ben_ext_data_elmt_in_rcd.hide_flag%type,
1230     hide_flag_280          ben_ext_data_elmt_in_rcd.hide_flag%type,
1231     hide_flag_281          ben_ext_data_elmt_in_rcd.hide_flag%type,
1232     hide_flag_282          ben_ext_data_elmt_in_rcd.hide_flag%type,
1233     hide_flag_283          ben_ext_data_elmt_in_rcd.hide_flag%type,
1234     hide_flag_284          ben_ext_data_elmt_in_rcd.hide_flag%type,
1235     hide_flag_285          ben_ext_data_elmt_in_rcd.hide_flag%type,
1236     hide_flag_286          ben_ext_data_elmt_in_rcd.hide_flag%type,
1237     hide_flag_287          ben_ext_data_elmt_in_rcd.hide_flag%type,
1241     hide_flag_291          ben_ext_data_elmt_in_rcd.hide_flag%type,
1238     hide_flag_288          ben_ext_data_elmt_in_rcd.hide_flag%type,
1239     hide_flag_289          ben_ext_data_elmt_in_rcd.hide_flag%type,
1240     hide_flag_290          ben_ext_data_elmt_in_rcd.hide_flag%type,
1242     hide_flag_292          ben_ext_data_elmt_in_rcd.hide_flag%type,
1243     hide_flag_293          ben_ext_data_elmt_in_rcd.hide_flag%type,
1244     hide_flag_294          ben_ext_data_elmt_in_rcd.hide_flag%type,
1245     hide_flag_295          ben_ext_data_elmt_in_rcd.hide_flag%type,
1246     hide_flag_296          ben_ext_data_elmt_in_rcd.hide_flag%type,
1247     hide_flag_297          ben_ext_data_elmt_in_rcd.hide_flag%type,
1248     hide_flag_298          ben_ext_data_elmt_in_rcd.hide_flag%type,
1249     hide_flag_299          ben_ext_data_elmt_in_rcd.hide_flag%type,
1250     hide_flag_300          ben_ext_data_elmt_in_rcd.hide_flag%type,
1251     ---
1252     short_name_01          ben_ext_fld.short_name%type,
1253     short_name_02          ben_ext_fld.short_name%type,
1254     short_name_03          ben_ext_fld.short_name%type,
1255     short_name_04          ben_ext_fld.short_name%type,
1256     short_name_05          ben_ext_fld.short_name%type,
1257     short_name_06          ben_ext_fld.short_name%type,
1258     short_name_07          ben_ext_fld.short_name%type,
1259     short_name_08          ben_ext_fld.short_name%type,
1260     short_name_09          ben_ext_fld.short_name%type,
1261     short_name_10          ben_ext_fld.short_name%type,
1262     short_name_11          ben_ext_fld.short_name%type,
1263     short_name_12          ben_ext_fld.short_name%type,
1264     short_name_13          ben_ext_fld.short_name%type,
1265     short_name_14          ben_ext_fld.short_name%type,
1266     short_name_15          ben_ext_fld.short_name%type,
1267     short_name_16          ben_ext_fld.short_name%type,
1268     short_name_17          ben_ext_fld.short_name%type,
1269     short_name_18          ben_ext_fld.short_name%type,
1270     short_name_19          ben_ext_fld.short_name%type,
1271     short_name_20          ben_ext_fld.short_name%type,
1272     short_name_21          ben_ext_fld.short_name%type,
1273     short_name_22          ben_ext_fld.short_name%type,
1274     short_name_23          ben_ext_fld.short_name%type,
1275     short_name_24          ben_ext_fld.short_name%type,
1276     short_name_25          ben_ext_fld.short_name%type,
1277     short_name_26          ben_ext_fld.short_name%type,
1278     short_name_27          ben_ext_fld.short_name%type,
1279     short_name_28          ben_ext_fld.short_name%type,
1280     short_name_29          ben_ext_fld.short_name%type,
1281     short_name_30          ben_ext_fld.short_name%type,
1282     short_name_31          ben_ext_fld.short_name%type,
1283     short_name_32          ben_ext_fld.short_name%type,
1284     short_name_33          ben_ext_fld.short_name%type,
1285     short_name_34          ben_ext_fld.short_name%type,
1286     short_name_35          ben_ext_fld.short_name%type,
1287     short_name_36          ben_ext_fld.short_name%type,
1288     short_name_37          ben_ext_fld.short_name%type,
1289     short_name_38          ben_ext_fld.short_name%type,
1290     short_name_39          ben_ext_fld.short_name%type,
1291     short_name_40          ben_ext_fld.short_name%type,
1292     short_name_41          ben_ext_fld.short_name%type,
1293     short_name_42          ben_ext_fld.short_name%type,
1294     short_name_43          ben_ext_fld.short_name%type,
1295     short_name_44          ben_ext_fld.short_name%type,
1296     short_name_45          ben_ext_fld.short_name%type,
1297     short_name_46          ben_ext_fld.short_name%type,
1298     short_name_47          ben_ext_fld.short_name%type,
1299     short_name_48          ben_ext_fld.short_name%type,
1300     short_name_49          ben_ext_fld.short_name%type,
1301     short_name_50          ben_ext_fld.short_name%type,
1302     short_name_51          ben_ext_fld.short_name%type,
1303     short_name_52          ben_ext_fld.short_name%type,
1304     short_name_53          ben_ext_fld.short_name%type,
1305     short_name_54          ben_ext_fld.short_name%type,
1306     short_name_55          ben_ext_fld.short_name%type,
1307     short_name_56          ben_ext_fld.short_name%type,
1308     short_name_57          ben_ext_fld.short_name%type,
1309     short_name_58          ben_ext_fld.short_name%type,
1310     short_name_59          ben_ext_fld.short_name%type,
1311     short_name_60          ben_ext_fld.short_name%type,
1312     short_name_61          ben_ext_fld.short_name%type,
1313     short_name_62          ben_ext_fld.short_name%type,
1314     short_name_63          ben_ext_fld.short_name%type,
1315     short_name_64          ben_ext_fld.short_name%type,
1316     short_name_65          ben_ext_fld.short_name%type,
1317     short_name_66          ben_ext_fld.short_name%type,
1318     short_name_67          ben_ext_fld.short_name%type,
1319     short_name_68          ben_ext_fld.short_name%type,
1320     short_name_69          ben_ext_fld.short_name%type,
1321     short_name_70          ben_ext_fld.short_name%type,
1325     short_name_74          ben_ext_fld.short_name%type,
1322     short_name_71          ben_ext_fld.short_name%type,
1323     short_name_72          ben_ext_fld.short_name%type,
1324     short_name_73          ben_ext_fld.short_name%type,
1326     short_name_75          ben_ext_fld.short_name%type,
1327     short_name_76          ben_ext_fld.short_name%type,
1328     short_name_77          ben_ext_fld.short_name%type,
1329     short_name_78          ben_ext_fld.short_name%type,
1330     short_name_79          ben_ext_fld.short_name%type,
1331     short_name_80          ben_ext_fld.short_name%type,
1332     short_name_81          ben_ext_fld.short_name%type,
1333     short_name_82          ben_ext_fld.short_name%type,
1334     short_name_83          ben_ext_fld.short_name%type,
1335     short_name_84          ben_ext_fld.short_name%type,
1336     short_name_85          ben_ext_fld.short_name%type,
1337     short_name_86          ben_ext_fld.short_name%type,
1338     short_name_87          ben_ext_fld.short_name%type,
1339     short_name_88          ben_ext_fld.short_name%type,
1340     short_name_89          ben_ext_fld.short_name%type,
1341     short_name_90          ben_ext_fld.short_name%type,
1342     short_name_91          ben_ext_fld.short_name%type,
1343     short_name_92          ben_ext_fld.short_name%type,
1344     short_name_93          ben_ext_fld.short_name%type,
1345     short_name_94          ben_ext_fld.short_name%type,
1346     short_name_95          ben_ext_fld.short_name%type,
1347     short_name_96          ben_ext_fld.short_name%type,
1348     short_name_97          ben_ext_fld.short_name%type,
1349     short_name_98          ben_ext_fld.short_name%type,
1350     short_name_99          ben_ext_fld.short_name%type,
1351     short_name_100          ben_ext_fld.short_name%type,
1352     short_name_101          ben_ext_fld.short_name%type,
1353     short_name_102          ben_ext_fld.short_name%type,
1354     short_name_103          ben_ext_fld.short_name%type,
1355     short_name_104          ben_ext_fld.short_name%type,
1356     short_name_105          ben_ext_fld.short_name%type,
1357     short_name_106          ben_ext_fld.short_name%type,
1358     short_name_107          ben_ext_fld.short_name%type,
1359     short_name_108          ben_ext_fld.short_name%type,
1360     short_name_109          ben_ext_fld.short_name%type,
1361     short_name_110          ben_ext_fld.short_name%type,
1362     short_name_111          ben_ext_fld.short_name%type,
1363     short_name_112          ben_ext_fld.short_name%type,
1364     short_name_113          ben_ext_fld.short_name%type,
1365     short_name_114          ben_ext_fld.short_name%type,
1366     short_name_115          ben_ext_fld.short_name%type,
1367     short_name_116          ben_ext_fld.short_name%type,
1368     short_name_117          ben_ext_fld.short_name%type,
1369     short_name_118          ben_ext_fld.short_name%type,
1370     short_name_119          ben_ext_fld.short_name%type,
1371     short_name_120          ben_ext_fld.short_name%type,
1372     short_name_121          ben_ext_fld.short_name%type,
1373     short_name_122          ben_ext_fld.short_name%type,
1374     short_name_123          ben_ext_fld.short_name%type,
1375     short_name_124          ben_ext_fld.short_name%type,
1376     short_name_125          ben_ext_fld.short_name%type,
1377     short_name_126          ben_ext_fld.short_name%type,
1378     short_name_127          ben_ext_fld.short_name%type,
1379     short_name_128          ben_ext_fld.short_name%type,
1380     short_name_129          ben_ext_fld.short_name%type,
1381     short_name_130          ben_ext_fld.short_name%type,
1382     short_name_131          ben_ext_fld.short_name%type,
1383     short_name_132          ben_ext_fld.short_name%type,
1384     short_name_133          ben_ext_fld.short_name%type,
1385     short_name_134          ben_ext_fld.short_name%type,
1386     short_name_135          ben_ext_fld.short_name%type,
1387     short_name_136          ben_ext_fld.short_name%type,
1388     short_name_137          ben_ext_fld.short_name%type,
1389     short_name_138          ben_ext_fld.short_name%type,
1390     short_name_139          ben_ext_fld.short_name%type,
1391     short_name_140          ben_ext_fld.short_name%type,
1392     short_name_141          ben_ext_fld.short_name%type,
1393     short_name_142          ben_ext_fld.short_name%type,
1394     short_name_143          ben_ext_fld.short_name%type,
1395     short_name_144          ben_ext_fld.short_name%type,
1396     short_name_145          ben_ext_fld.short_name%type,
1397     short_name_146          ben_ext_fld.short_name%type,
1398     short_name_147          ben_ext_fld.short_name%type,
1399     short_name_148          ben_ext_fld.short_name%type,
1400     short_name_149          ben_ext_fld.short_name%type,
1401     short_name_150          ben_ext_fld.short_name%type,
1402     short_name_151          ben_ext_fld.short_name%type,
1403     short_name_152          ben_ext_fld.short_name%type,
1404     short_name_153          ben_ext_fld.short_name%type,
1405     short_name_154          ben_ext_fld.short_name%type,
1406     short_name_155          ben_ext_fld.short_name%type,
1407     short_name_156          ben_ext_fld.short_name%type,
1408     short_name_157          ben_ext_fld.short_name%type,
1409     short_name_158          ben_ext_fld.short_name%type,
1410     short_name_159          ben_ext_fld.short_name%type,
1411     short_name_160          ben_ext_fld.short_name%type,
1412     short_name_161          ben_ext_fld.short_name%type,
1413     short_name_162          ben_ext_fld.short_name%type,
1414     short_name_163          ben_ext_fld.short_name%type,
1415     short_name_164          ben_ext_fld.short_name%type,
1416     short_name_165          ben_ext_fld.short_name%type,
1417     short_name_166          ben_ext_fld.short_name%type,
1418     short_name_167          ben_ext_fld.short_name%type,
1419     short_name_168          ben_ext_fld.short_name%type,
1420     short_name_169          ben_ext_fld.short_name%type,
1424     short_name_173          ben_ext_fld.short_name%type,
1421     short_name_170          ben_ext_fld.short_name%type,
1422     short_name_171          ben_ext_fld.short_name%type,
1423     short_name_172          ben_ext_fld.short_name%type,
1425     short_name_174          ben_ext_fld.short_name%type,
1426     short_name_175          ben_ext_fld.short_name%type,
1427     short_name_176          ben_ext_fld.short_name%type,
1428     short_name_177          ben_ext_fld.short_name%type,
1429     short_name_178          ben_ext_fld.short_name%type,
1430     short_name_179          ben_ext_fld.short_name%type,
1431     short_name_180          ben_ext_fld.short_name%type,
1432     short_name_181          ben_ext_fld.short_name%type,
1433     short_name_182          ben_ext_fld.short_name%type,
1434     short_name_183          ben_ext_fld.short_name%type,
1435     short_name_184          ben_ext_fld.short_name%type,
1436     short_name_185          ben_ext_fld.short_name%type,
1437     short_name_186          ben_ext_fld.short_name%type,
1438     short_name_187          ben_ext_fld.short_name%type,
1439     short_name_188          ben_ext_fld.short_name%type,
1440     short_name_189          ben_ext_fld.short_name%type,
1441     short_name_190          ben_ext_fld.short_name%type,
1442     short_name_191          ben_ext_fld.short_name%type,
1443     short_name_192          ben_ext_fld.short_name%type,
1444     short_name_193          ben_ext_fld.short_name%type,
1445     short_name_194          ben_ext_fld.short_name%type,
1446     short_name_195          ben_ext_fld.short_name%type,
1447     short_name_196          ben_ext_fld.short_name%type,
1448     short_name_197          ben_ext_fld.short_name%type,
1449     short_name_198          ben_ext_fld.short_name%type,
1450     short_name_199          ben_ext_fld.short_name%type,
1451     short_name_200          ben_ext_fld.short_name%type,
1452     short_name_201          ben_ext_fld.short_name%type,
1453     short_name_202          ben_ext_fld.short_name%type,
1454     short_name_203          ben_ext_fld.short_name%type,
1455     short_name_204          ben_ext_fld.short_name%type,
1456     short_name_205          ben_ext_fld.short_name%type,
1457     short_name_206          ben_ext_fld.short_name%type,
1458     short_name_207          ben_ext_fld.short_name%type,
1459     short_name_208          ben_ext_fld.short_name%type,
1460     short_name_209          ben_ext_fld.short_name%type,
1461     short_name_210          ben_ext_fld.short_name%type,
1462     short_name_211          ben_ext_fld.short_name%type,
1463     short_name_212          ben_ext_fld.short_name%type,
1464     short_name_213          ben_ext_fld.short_name%type,
1465     short_name_214          ben_ext_fld.short_name%type,
1466     short_name_215          ben_ext_fld.short_name%type,
1467     short_name_216          ben_ext_fld.short_name%type,
1468     short_name_217          ben_ext_fld.short_name%type,
1469     short_name_218          ben_ext_fld.short_name%type,
1470     short_name_219          ben_ext_fld.short_name%type,
1471     short_name_220          ben_ext_fld.short_name%type,
1472     short_name_221          ben_ext_fld.short_name%type,
1473     short_name_222          ben_ext_fld.short_name%type,
1474     short_name_223          ben_ext_fld.short_name%type,
1475     short_name_224          ben_ext_fld.short_name%type,
1476     short_name_225          ben_ext_fld.short_name%type,
1477     short_name_226          ben_ext_fld.short_name%type,
1478     short_name_227          ben_ext_fld.short_name%type,
1479     short_name_228          ben_ext_fld.short_name%type,
1480     short_name_229          ben_ext_fld.short_name%type,
1481     short_name_230          ben_ext_fld.short_name%type,
1482     short_name_231          ben_ext_fld.short_name%type,
1483     short_name_232          ben_ext_fld.short_name%type,
1484     short_name_233          ben_ext_fld.short_name%type,
1485     short_name_234          ben_ext_fld.short_name%type,
1486     short_name_235          ben_ext_fld.short_name%type,
1487     short_name_236          ben_ext_fld.short_name%type,
1488     short_name_237          ben_ext_fld.short_name%type,
1489     short_name_238          ben_ext_fld.short_name%type,
1490     short_name_239          ben_ext_fld.short_name%type,
1491     short_name_240          ben_ext_fld.short_name%type,
1492     short_name_241          ben_ext_fld.short_name%type,
1493     short_name_242          ben_ext_fld.short_name%type,
1494     short_name_243          ben_ext_fld.short_name%type,
1495     short_name_244          ben_ext_fld.short_name%type,
1496     short_name_245          ben_ext_fld.short_name%type,
1497     short_name_246          ben_ext_fld.short_name%type,
1498     short_name_247          ben_ext_fld.short_name%type,
1499     short_name_248          ben_ext_fld.short_name%type,
1500     short_name_249          ben_ext_fld.short_name%type,
1501     short_name_250          ben_ext_fld.short_name%type,
1502     short_name_251          ben_ext_fld.short_name%type,
1503     short_name_252          ben_ext_fld.short_name%type,
1504     short_name_253          ben_ext_fld.short_name%type,
1505     short_name_254          ben_ext_fld.short_name%type,
1506     short_name_255          ben_ext_fld.short_name%type,
1507     short_name_256          ben_ext_fld.short_name%type,
1508     short_name_257          ben_ext_fld.short_name%type,
1509     short_name_258          ben_ext_fld.short_name%type,
1510     short_name_259          ben_ext_fld.short_name%type,
1511     short_name_260          ben_ext_fld.short_name%type,
1512     short_name_261          ben_ext_fld.short_name%type,
1513     short_name_262          ben_ext_fld.short_name%type,
1514     short_name_263          ben_ext_fld.short_name%type,
1515     short_name_264          ben_ext_fld.short_name%type,
1516     short_name_265          ben_ext_fld.short_name%type,
1517     short_name_266          ben_ext_fld.short_name%type,
1518     short_name_267          ben_ext_fld.short_name%type,
1519     short_name_268          ben_ext_fld.short_name%type,
1520     short_name_269          ben_ext_fld.short_name%type,
1521     short_name_270          ben_ext_fld.short_name%type,
1522     short_name_271          ben_ext_fld.short_name%type,
1523     short_name_272          ben_ext_fld.short_name%type,
1524     short_name_273          ben_ext_fld.short_name%type,
1525     short_name_274          ben_ext_fld.short_name%type,
1526     short_name_275          ben_ext_fld.short_name%type,
1527     short_name_276          ben_ext_fld.short_name%type,
1528     short_name_277          ben_ext_fld.short_name%type,
1529     short_name_278          ben_ext_fld.short_name%type,
1530     short_name_279          ben_ext_fld.short_name%type,
1531     short_name_280          ben_ext_fld.short_name%type,
1532     short_name_281          ben_ext_fld.short_name%type,
1533     short_name_282          ben_ext_fld.short_name%type,
1534     short_name_283          ben_ext_fld.short_name%type,
1535     short_name_284          ben_ext_fld.short_name%type,
1536     short_name_285          ben_ext_fld.short_name%type,
1537     short_name_286          ben_ext_fld.short_name%type,
1538     short_name_287          ben_ext_fld.short_name%type,
1539     short_name_288          ben_ext_fld.short_name%type,
1540     short_name_289          ben_ext_fld.short_name%type,
1541     short_name_290          ben_ext_fld.short_name%type,
1542     short_name_291          ben_ext_fld.short_name%type,
1543     short_name_292          ben_ext_fld.short_name%type,
1544     short_name_293          ben_ext_fld.short_name%type,
1545     short_name_294          ben_ext_fld.short_name%type,
1546     short_name_295          ben_ext_fld.short_name%type,
1547     short_name_296          ben_ext_fld.short_name%type,
1548     short_name_297          ben_ext_fld.short_name%type,
1549     short_name_298          ben_ext_fld.short_name%type,
1550     short_name_299          ben_ext_fld.short_name%type,
1551     short_name_300          ben_ext_fld.short_name%type,
1552     --
1553     highest_seq_num       ben_ext_data_elmt_in_rcd.seq_num%type);
1554 --
1555 type g_array_tab is table of g_array_rec
1556   index by binary_integer;
1557 --
1558 g_array g_array_tab;
1559 --
1560 type g_strt_pos_tab is table of number(15)
1561   index by binary_integer;
1562 --
1563 g_strt_pos g_strt_pos_tab;
1564 --
1565 type g_dlmtr_val_tab is table of varchar2(30)
1566   index by binary_integer;
1567 --
1568 g_dlmtr_val g_dlmtr_val_tab;
1569 --
1570 type g_just_cd_tab is table of varchar2(30)
1571   index by binary_integer;
1572 --
1573 g_just_cd g_just_cd_tab;
1574 --
1575 type g_short_name_tab is table of varchar2(30)
1576   index by binary_integer;
1577 --
1578 g_short_name  g_just_cd_tab;
1579 
1580 --
1581 type g_hide_flag_tab is table of varchar2(30)
1582   index by binary_integer;
1583 --
1584 g_hide_flag g_hide_flag_tab;
1585 --
1586 g_last_rcd_processed number(15);
1587 --
1588 g_err_name varchar2(50);
1589 g_person_id number := null;
1590 g_business_group_id number;
1591 --
1592 END; -- Package spec