DBA Data[Home] [Help]

APPS.ZX_FORMULA_PKG dependencies on ZX_FORMULA_B

Line 167: TYPE T_FORMULA_ID is TABLE of zx_formula_b.formula_id%type

163: X_FORMULA_ID in NUMBER);
164:
165: procedure ADD_LANGUAGE;
166:
167: TYPE T_FORMULA_ID is TABLE of zx_formula_b.formula_id%type
168: index by binary_integer;
169: TYPE T_FORMULA_TYPE is TABLE of zx_formula_b.Formula_Type_Code%type
170: index by binary_integer;
171: TYPE T_FORMULA_CODE is TABLE of zx_formula_b.formula_code%type

Line 169: TYPE T_FORMULA_TYPE is TABLE of zx_formula_b.Formula_Type_Code%type

165: procedure ADD_LANGUAGE;
166:
167: TYPE T_FORMULA_ID is TABLE of zx_formula_b.formula_id%type
168: index by binary_integer;
169: TYPE T_FORMULA_TYPE is TABLE of zx_formula_b.Formula_Type_Code%type
170: index by binary_integer;
171: TYPE T_FORMULA_CODE is TABLE of zx_formula_b.formula_code%type
172: index by binary_integer;
173: TYPE T_TAX_REGIME_CODE is TABLE of zx_formula_b.tax_regime_code%type

Line 171: TYPE T_FORMULA_CODE is TABLE of zx_formula_b.formula_code%type

167: TYPE T_FORMULA_ID is TABLE of zx_formula_b.formula_id%type
168: index by binary_integer;
169: TYPE T_FORMULA_TYPE is TABLE of zx_formula_b.Formula_Type_Code%type
170: index by binary_integer;
171: TYPE T_FORMULA_CODE is TABLE of zx_formula_b.formula_code%type
172: index by binary_integer;
173: TYPE T_TAX_REGIME_CODE is TABLE of zx_formula_b.tax_regime_code%type
174: index by binary_integer;
175: TYPE T_TAX is TABLE of zx_formula_b.tax%type

Line 173: TYPE T_TAX_REGIME_CODE is TABLE of zx_formula_b.tax_regime_code%type

169: TYPE T_FORMULA_TYPE is TABLE of zx_formula_b.Formula_Type_Code%type
170: index by binary_integer;
171: TYPE T_FORMULA_CODE is TABLE of zx_formula_b.formula_code%type
172: index by binary_integer;
173: TYPE T_TAX_REGIME_CODE is TABLE of zx_formula_b.tax_regime_code%type
174: index by binary_integer;
175: TYPE T_TAX is TABLE of zx_formula_b.tax%type
176: index by binary_integer;
177: TYPE T_EFFECTIVE_FROM is TABLE of zx_formula_b.effective_from%type

Line 175: TYPE T_TAX is TABLE of zx_formula_b.tax%type

171: TYPE T_FORMULA_CODE is TABLE of zx_formula_b.formula_code%type
172: index by binary_integer;
173: TYPE T_TAX_REGIME_CODE is TABLE of zx_formula_b.tax_regime_code%type
174: index by binary_integer;
175: TYPE T_TAX is TABLE of zx_formula_b.tax%type
176: index by binary_integer;
177: TYPE T_EFFECTIVE_FROM is TABLE of zx_formula_b.effective_from%type
178: index by binary_integer;
179: TYPE T_EFFECTIVE_TO is TABLE of zx_formula_b.effective_to%type

Line 177: TYPE T_EFFECTIVE_FROM is TABLE of zx_formula_b.effective_from%type

173: TYPE T_TAX_REGIME_CODE is TABLE of zx_formula_b.tax_regime_code%type
174: index by binary_integer;
175: TYPE T_TAX is TABLE of zx_formula_b.tax%type
176: index by binary_integer;
177: TYPE T_EFFECTIVE_FROM is TABLE of zx_formula_b.effective_from%type
178: index by binary_integer;
179: TYPE T_EFFECTIVE_TO is TABLE of zx_formula_b.effective_to%type
180: index by binary_integer;
181: TYPE T_TAXABLE_BASIS_TYPE is TABLE of zx_formula_b.Taxable_Basis_Type_Code%type

Line 179: TYPE T_EFFECTIVE_TO is TABLE of zx_formula_b.effective_to%type

175: TYPE T_TAX is TABLE of zx_formula_b.tax%type
176: index by binary_integer;
177: TYPE T_EFFECTIVE_FROM is TABLE of zx_formula_b.effective_from%type
178: index by binary_integer;
179: TYPE T_EFFECTIVE_TO is TABLE of zx_formula_b.effective_to%type
180: index by binary_integer;
181: TYPE T_TAXABLE_BASIS_TYPE is TABLE of zx_formula_b.Taxable_Basis_Type_Code%type
182: index by binary_integer;
183: TYPE T_RECORD_TYPE is TABLE of zx_formula_b.Record_Type_Code%type

Line 181: TYPE T_TAXABLE_BASIS_TYPE is TABLE of zx_formula_b.Taxable_Basis_Type_Code%type

177: TYPE T_EFFECTIVE_FROM is TABLE of zx_formula_b.effective_from%type
178: index by binary_integer;
179: TYPE T_EFFECTIVE_TO is TABLE of zx_formula_b.effective_to%type
180: index by binary_integer;
181: TYPE T_TAXABLE_BASIS_TYPE is TABLE of zx_formula_b.Taxable_Basis_Type_Code%type
182: index by binary_integer;
183: TYPE T_RECORD_TYPE is TABLE of zx_formula_b.Record_Type_Code%type
184: index by binary_integer;
185: TYPE T_BASE_RATE_MODIFIER is TABLE of zx_formula_b.base_rate_modifier%type

Line 183: TYPE T_RECORD_TYPE is TABLE of zx_formula_b.Record_Type_Code%type

179: TYPE T_EFFECTIVE_TO is TABLE of zx_formula_b.effective_to%type
180: index by binary_integer;
181: TYPE T_TAXABLE_BASIS_TYPE is TABLE of zx_formula_b.Taxable_Basis_Type_Code%type
182: index by binary_integer;
183: TYPE T_RECORD_TYPE is TABLE of zx_formula_b.Record_Type_Code%type
184: index by binary_integer;
185: TYPE T_BASE_RATE_MODIFIER is TABLE of zx_formula_b.base_rate_modifier%type
186: index by binary_integer;
187: TYPE T_CASH_DISCOUNT_APPL_FLG

Line 185: TYPE T_BASE_RATE_MODIFIER is TABLE of zx_formula_b.base_rate_modifier%type

181: TYPE T_TAXABLE_BASIS_TYPE is TABLE of zx_formula_b.Taxable_Basis_Type_Code%type
182: index by binary_integer;
183: TYPE T_RECORD_TYPE is TABLE of zx_formula_b.Record_Type_Code%type
184: index by binary_integer;
185: TYPE T_BASE_RATE_MODIFIER is TABLE of zx_formula_b.base_rate_modifier%type
186: index by binary_integer;
187: TYPE T_CASH_DISCOUNT_APPL_FLG
188: is TABLE of zx_formula_b.Cash_Discount_Appl_Flag%type
189: index by binary_integer;

Line 188: is TABLE of zx_formula_b.Cash_Discount_Appl_Flag%type

184: index by binary_integer;
185: TYPE T_BASE_RATE_MODIFIER is TABLE of zx_formula_b.base_rate_modifier%type
186: index by binary_integer;
187: TYPE T_CASH_DISCOUNT_APPL_FLG
188: is TABLE of zx_formula_b.Cash_Discount_Appl_Flag%type
189: index by binary_integer;
190: TYPE T_VOLUME_DISCOUNT_APPL_FLG
191: is TABLE of zx_formula_b.Volume_Discount_Appl_Flag%type
192: index by binary_integer;

Line 191: is TABLE of zx_formula_b.Volume_Discount_Appl_Flag%type

187: TYPE T_CASH_DISCOUNT_APPL_FLG
188: is TABLE of zx_formula_b.Cash_Discount_Appl_Flag%type
189: index by binary_integer;
190: TYPE T_VOLUME_DISCOUNT_APPL_FLG
191: is TABLE of zx_formula_b.Volume_Discount_Appl_Flag%type
192: index by binary_integer;
193: TYPE T_TRADING_DISCOUNT_APPL_FLG
194: is TABLE of zx_formula_b.Trading_Discount_Appl_Flag%type
195: index by binary_integer;

Line 194: is TABLE of zx_formula_b.Trading_Discount_Appl_Flag%type

190: TYPE T_VOLUME_DISCOUNT_APPL_FLG
191: is TABLE of zx_formula_b.Volume_Discount_Appl_Flag%type
192: index by binary_integer;
193: TYPE T_TRADING_DISCOUNT_APPL_FLG
194: is TABLE of zx_formula_b.Trading_Discount_Appl_Flag%type
195: index by binary_integer;
196: TYPE T_TRANSFER_CHARGE_APPL_FLG
197: is TABLE of zx_formula_b.Transfer_Charge_Appl_Flag%type
198: index by binary_integer;

Line 197: is TABLE of zx_formula_b.Transfer_Charge_Appl_Flag%type

193: TYPE T_TRADING_DISCOUNT_APPL_FLG
194: is TABLE of zx_formula_b.Trading_Discount_Appl_Flag%type
195: index by binary_integer;
196: TYPE T_TRANSFER_CHARGE_APPL_FLG
197: is TABLE of zx_formula_b.Transfer_Charge_Appl_Flag%type
198: index by binary_integer;
199: TYPE T_TRANSPORT_CHARGE_APPL_FLG
200: is TABLE of zx_formula_b.Transport_Charge_Appl_Flag%type
201: index by binary_integer;

Line 200: is TABLE of zx_formula_b.Transport_Charge_Appl_Flag%type

196: TYPE T_TRANSFER_CHARGE_APPL_FLG
197: is TABLE of zx_formula_b.Transfer_Charge_Appl_Flag%type
198: index by binary_integer;
199: TYPE T_TRANSPORT_CHARGE_APPL_FLG
200: is TABLE of zx_formula_b.Transport_Charge_Appl_Flag%type
201: index by binary_integer;
202: TYPE T_INSURANCE_CHARGE_APPL_FLG
203: is TABLE of zx_formula_b.Insurance_Charge_Appl_Flag%type
204: index by binary_integer;

Line 203: is TABLE of zx_formula_b.Insurance_Charge_Appl_Flag%type

199: TYPE T_TRANSPORT_CHARGE_APPL_FLG
200: is TABLE of zx_formula_b.Transport_Charge_Appl_Flag%type
201: index by binary_integer;
202: TYPE T_INSURANCE_CHARGE_APPL_FLG
203: is TABLE of zx_formula_b.Insurance_Charge_Appl_Flag%type
204: index by binary_integer;
205: TYPE T_OTHER_CHARGE_APPL_FLG is TABLE of zx_formula_b.Other_Charge_Appl_Flag%type
206: index by binary_integer;
207: TYPE T_ATTRIBUTE_CATEGORY is TABLE of zx_formula_b.attribute_category%type

Line 205: TYPE T_OTHER_CHARGE_APPL_FLG is TABLE of zx_formula_b.Other_Charge_Appl_Flag%type

201: index by binary_integer;
202: TYPE T_INSURANCE_CHARGE_APPL_FLG
203: is TABLE of zx_formula_b.Insurance_Charge_Appl_Flag%type
204: index by binary_integer;
205: TYPE T_OTHER_CHARGE_APPL_FLG is TABLE of zx_formula_b.Other_Charge_Appl_Flag%type
206: index by binary_integer;
207: TYPE T_ATTRIBUTE_CATEGORY is TABLE of zx_formula_b.attribute_category%type
208: index by binary_integer;
209: TYPE T_ATTRIBUTE1 is TABLE of zx_formula_b.attribute1%type

Line 207: TYPE T_ATTRIBUTE_CATEGORY is TABLE of zx_formula_b.attribute_category%type

203: is TABLE of zx_formula_b.Insurance_Charge_Appl_Flag%type
204: index by binary_integer;
205: TYPE T_OTHER_CHARGE_APPL_FLG is TABLE of zx_formula_b.Other_Charge_Appl_Flag%type
206: index by binary_integer;
207: TYPE T_ATTRIBUTE_CATEGORY is TABLE of zx_formula_b.attribute_category%type
208: index by binary_integer;
209: TYPE T_ATTRIBUTE1 is TABLE of zx_formula_b.attribute1%type
210: index by binary_integer;
211: TYPE T_ATTRIBUTE2 is TABLE of zx_formula_b.attribute2%type

Line 209: TYPE T_ATTRIBUTE1 is TABLE of zx_formula_b.attribute1%type

205: TYPE T_OTHER_CHARGE_APPL_FLG is TABLE of zx_formula_b.Other_Charge_Appl_Flag%type
206: index by binary_integer;
207: TYPE T_ATTRIBUTE_CATEGORY is TABLE of zx_formula_b.attribute_category%type
208: index by binary_integer;
209: TYPE T_ATTRIBUTE1 is TABLE of zx_formula_b.attribute1%type
210: index by binary_integer;
211: TYPE T_ATTRIBUTE2 is TABLE of zx_formula_b.attribute2%type
212: index by binary_integer;
213: TYPE T_ATTRIBUTE3 is TABLE of zx_formula_b.attribute3%type

Line 211: TYPE T_ATTRIBUTE2 is TABLE of zx_formula_b.attribute2%type

207: TYPE T_ATTRIBUTE_CATEGORY is TABLE of zx_formula_b.attribute_category%type
208: index by binary_integer;
209: TYPE T_ATTRIBUTE1 is TABLE of zx_formula_b.attribute1%type
210: index by binary_integer;
211: TYPE T_ATTRIBUTE2 is TABLE of zx_formula_b.attribute2%type
212: index by binary_integer;
213: TYPE T_ATTRIBUTE3 is TABLE of zx_formula_b.attribute3%type
214: index by binary_integer;
215: TYPE T_ATTRIBUTE4 is TABLE of zx_formula_b.attribute4%type

Line 213: TYPE T_ATTRIBUTE3 is TABLE of zx_formula_b.attribute3%type

209: TYPE T_ATTRIBUTE1 is TABLE of zx_formula_b.attribute1%type
210: index by binary_integer;
211: TYPE T_ATTRIBUTE2 is TABLE of zx_formula_b.attribute2%type
212: index by binary_integer;
213: TYPE T_ATTRIBUTE3 is TABLE of zx_formula_b.attribute3%type
214: index by binary_integer;
215: TYPE T_ATTRIBUTE4 is TABLE of zx_formula_b.attribute4%type
216: index by binary_integer;
217: TYPE T_ATTRIBUTE5 is TABLE of zx_formula_b.attribute5%type

Line 215: TYPE T_ATTRIBUTE4 is TABLE of zx_formula_b.attribute4%type

211: TYPE T_ATTRIBUTE2 is TABLE of zx_formula_b.attribute2%type
212: index by binary_integer;
213: TYPE T_ATTRIBUTE3 is TABLE of zx_formula_b.attribute3%type
214: index by binary_integer;
215: TYPE T_ATTRIBUTE4 is TABLE of zx_formula_b.attribute4%type
216: index by binary_integer;
217: TYPE T_ATTRIBUTE5 is TABLE of zx_formula_b.attribute5%type
218: index by binary_integer;
219: TYPE T_ATTRIBUTE6 is TABLE of zx_formula_b.attribute6%type

Line 217: TYPE T_ATTRIBUTE5 is TABLE of zx_formula_b.attribute5%type

213: TYPE T_ATTRIBUTE3 is TABLE of zx_formula_b.attribute3%type
214: index by binary_integer;
215: TYPE T_ATTRIBUTE4 is TABLE of zx_formula_b.attribute4%type
216: index by binary_integer;
217: TYPE T_ATTRIBUTE5 is TABLE of zx_formula_b.attribute5%type
218: index by binary_integer;
219: TYPE T_ATTRIBUTE6 is TABLE of zx_formula_b.attribute6%type
220: index by binary_integer;
221: TYPE T_ATTRIBUTE7 is TABLE of zx_formula_b.attribute7%type

Line 219: TYPE T_ATTRIBUTE6 is TABLE of zx_formula_b.attribute6%type

215: TYPE T_ATTRIBUTE4 is TABLE of zx_formula_b.attribute4%type
216: index by binary_integer;
217: TYPE T_ATTRIBUTE5 is TABLE of zx_formula_b.attribute5%type
218: index by binary_integer;
219: TYPE T_ATTRIBUTE6 is TABLE of zx_formula_b.attribute6%type
220: index by binary_integer;
221: TYPE T_ATTRIBUTE7 is TABLE of zx_formula_b.attribute7%type
222: index by binary_integer;
223: TYPE T_ATTRIBUTE8 is TABLE of zx_formula_b.attribute8%type

Line 221: TYPE T_ATTRIBUTE7 is TABLE of zx_formula_b.attribute7%type

217: TYPE T_ATTRIBUTE5 is TABLE of zx_formula_b.attribute5%type
218: index by binary_integer;
219: TYPE T_ATTRIBUTE6 is TABLE of zx_formula_b.attribute6%type
220: index by binary_integer;
221: TYPE T_ATTRIBUTE7 is TABLE of zx_formula_b.attribute7%type
222: index by binary_integer;
223: TYPE T_ATTRIBUTE8 is TABLE of zx_formula_b.attribute8%type
224: index by binary_integer;
225: TYPE T_ATTRIBUTE9 is TABLE of zx_formula_b.attribute9%type

Line 223: TYPE T_ATTRIBUTE8 is TABLE of zx_formula_b.attribute8%type

219: TYPE T_ATTRIBUTE6 is TABLE of zx_formula_b.attribute6%type
220: index by binary_integer;
221: TYPE T_ATTRIBUTE7 is TABLE of zx_formula_b.attribute7%type
222: index by binary_integer;
223: TYPE T_ATTRIBUTE8 is TABLE of zx_formula_b.attribute8%type
224: index by binary_integer;
225: TYPE T_ATTRIBUTE9 is TABLE of zx_formula_b.attribute9%type
226: index by binary_integer;
227: TYPE T_ATTRIBUTE10 is TABLE of zx_formula_b.attribute10%type

Line 225: TYPE T_ATTRIBUTE9 is TABLE of zx_formula_b.attribute9%type

221: TYPE T_ATTRIBUTE7 is TABLE of zx_formula_b.attribute7%type
222: index by binary_integer;
223: TYPE T_ATTRIBUTE8 is TABLE of zx_formula_b.attribute8%type
224: index by binary_integer;
225: TYPE T_ATTRIBUTE9 is TABLE of zx_formula_b.attribute9%type
226: index by binary_integer;
227: TYPE T_ATTRIBUTE10 is TABLE of zx_formula_b.attribute10%type
228: index by binary_integer;
229: TYPE T_ATTRIBUTE11 is TABLE of zx_formula_b.attribute11%type

Line 227: TYPE T_ATTRIBUTE10 is TABLE of zx_formula_b.attribute10%type

223: TYPE T_ATTRIBUTE8 is TABLE of zx_formula_b.attribute8%type
224: index by binary_integer;
225: TYPE T_ATTRIBUTE9 is TABLE of zx_formula_b.attribute9%type
226: index by binary_integer;
227: TYPE T_ATTRIBUTE10 is TABLE of zx_formula_b.attribute10%type
228: index by binary_integer;
229: TYPE T_ATTRIBUTE11 is TABLE of zx_formula_b.attribute11%type
230: index by binary_integer;
231: TYPE T_ATTRIBUTE12 is TABLE of zx_formula_b.attribute12%type

Line 229: TYPE T_ATTRIBUTE11 is TABLE of zx_formula_b.attribute11%type

225: TYPE T_ATTRIBUTE9 is TABLE of zx_formula_b.attribute9%type
226: index by binary_integer;
227: TYPE T_ATTRIBUTE10 is TABLE of zx_formula_b.attribute10%type
228: index by binary_integer;
229: TYPE T_ATTRIBUTE11 is TABLE of zx_formula_b.attribute11%type
230: index by binary_integer;
231: TYPE T_ATTRIBUTE12 is TABLE of zx_formula_b.attribute12%type
232: index by binary_integer;
233: TYPE T_ATTRIBUTE13 is TABLE of zx_formula_b.attribute13%type

Line 231: TYPE T_ATTRIBUTE12 is TABLE of zx_formula_b.attribute12%type

227: TYPE T_ATTRIBUTE10 is TABLE of zx_formula_b.attribute10%type
228: index by binary_integer;
229: TYPE T_ATTRIBUTE11 is TABLE of zx_formula_b.attribute11%type
230: index by binary_integer;
231: TYPE T_ATTRIBUTE12 is TABLE of zx_formula_b.attribute12%type
232: index by binary_integer;
233: TYPE T_ATTRIBUTE13 is TABLE of zx_formula_b.attribute13%type
234: index by binary_integer;
235: TYPE T_ATTRIBUTE14 is TABLE of zx_formula_b.attribute14%type

Line 233: TYPE T_ATTRIBUTE13 is TABLE of zx_formula_b.attribute13%type

229: TYPE T_ATTRIBUTE11 is TABLE of zx_formula_b.attribute11%type
230: index by binary_integer;
231: TYPE T_ATTRIBUTE12 is TABLE of zx_formula_b.attribute12%type
232: index by binary_integer;
233: TYPE T_ATTRIBUTE13 is TABLE of zx_formula_b.attribute13%type
234: index by binary_integer;
235: TYPE T_ATTRIBUTE14 is TABLE of zx_formula_b.attribute14%type
236: index by binary_integer;
237: TYPE T_ATTRIBUTE15 is TABLE of zx_formula_b.attribute15%type

Line 235: TYPE T_ATTRIBUTE14 is TABLE of zx_formula_b.attribute14%type

231: TYPE T_ATTRIBUTE12 is TABLE of zx_formula_b.attribute12%type
232: index by binary_integer;
233: TYPE T_ATTRIBUTE13 is TABLE of zx_formula_b.attribute13%type
234: index by binary_integer;
235: TYPE T_ATTRIBUTE14 is TABLE of zx_formula_b.attribute14%type
236: index by binary_integer;
237: TYPE T_ATTRIBUTE15 is TABLE of zx_formula_b.attribute15%type
238: index by binary_integer;
239: TYPE T_ATTRIBUTE16 is TABLE of zx_formula_b.attribute16%type

Line 237: TYPE T_ATTRIBUTE15 is TABLE of zx_formula_b.attribute15%type

233: TYPE T_ATTRIBUTE13 is TABLE of zx_formula_b.attribute13%type
234: index by binary_integer;
235: TYPE T_ATTRIBUTE14 is TABLE of zx_formula_b.attribute14%type
236: index by binary_integer;
237: TYPE T_ATTRIBUTE15 is TABLE of zx_formula_b.attribute15%type
238: index by binary_integer;
239: TYPE T_ATTRIBUTE16 is TABLE of zx_formula_b.attribute16%type
240: index by binary_integer;
241: TYPE T_ATTRIBUTE17 is TABLE of zx_formula_b.attribute17%type

Line 239: TYPE T_ATTRIBUTE16 is TABLE of zx_formula_b.attribute16%type

235: TYPE T_ATTRIBUTE14 is TABLE of zx_formula_b.attribute14%type
236: index by binary_integer;
237: TYPE T_ATTRIBUTE15 is TABLE of zx_formula_b.attribute15%type
238: index by binary_integer;
239: TYPE T_ATTRIBUTE16 is TABLE of zx_formula_b.attribute16%type
240: index by binary_integer;
241: TYPE T_ATTRIBUTE17 is TABLE of zx_formula_b.attribute17%type
242: index by binary_integer;
243: TYPE T_ATTRIBUTE18 is TABLE of zx_formula_b.attribute18%type

Line 241: TYPE T_ATTRIBUTE17 is TABLE of zx_formula_b.attribute17%type

237: TYPE T_ATTRIBUTE15 is TABLE of zx_formula_b.attribute15%type
238: index by binary_integer;
239: TYPE T_ATTRIBUTE16 is TABLE of zx_formula_b.attribute16%type
240: index by binary_integer;
241: TYPE T_ATTRIBUTE17 is TABLE of zx_formula_b.attribute17%type
242: index by binary_integer;
243: TYPE T_ATTRIBUTE18 is TABLE of zx_formula_b.attribute18%type
244: index by binary_integer;
245: TYPE T_ATTRIBUTE19 is TABLE of zx_formula_b.attribute19%type

Line 243: TYPE T_ATTRIBUTE18 is TABLE of zx_formula_b.attribute18%type

239: TYPE T_ATTRIBUTE16 is TABLE of zx_formula_b.attribute16%type
240: index by binary_integer;
241: TYPE T_ATTRIBUTE17 is TABLE of zx_formula_b.attribute17%type
242: index by binary_integer;
243: TYPE T_ATTRIBUTE18 is TABLE of zx_formula_b.attribute18%type
244: index by binary_integer;
245: TYPE T_ATTRIBUTE19 is TABLE of zx_formula_b.attribute19%type
246: index by binary_integer;
247: TYPE T_ATTRIBUTE20 is TABLE of zx_formula_b.attribute20%type

Line 245: TYPE T_ATTRIBUTE19 is TABLE of zx_formula_b.attribute19%type

241: TYPE T_ATTRIBUTE17 is TABLE of zx_formula_b.attribute17%type
242: index by binary_integer;
243: TYPE T_ATTRIBUTE18 is TABLE of zx_formula_b.attribute18%type
244: index by binary_integer;
245: TYPE T_ATTRIBUTE19 is TABLE of zx_formula_b.attribute19%type
246: index by binary_integer;
247: TYPE T_ATTRIBUTE20 is TABLE of zx_formula_b.attribute20%type
248: index by binary_integer;
249: TYPE T_FORMULA_NAME is TABLE of zx_formula_tl.formula_name%type

Line 247: TYPE T_ATTRIBUTE20 is TABLE of zx_formula_b.attribute20%type

243: TYPE T_ATTRIBUTE18 is TABLE of zx_formula_b.attribute18%type
244: index by binary_integer;
245: TYPE T_ATTRIBUTE19 is TABLE of zx_formula_b.attribute19%type
246: index by binary_integer;
247: TYPE T_ATTRIBUTE20 is TABLE of zx_formula_b.attribute20%type
248: index by binary_integer;
249: TYPE T_FORMULA_NAME is TABLE of zx_formula_tl.formula_name%type
250: index by binary_integer;
251: TYPE T_FORMULA_DESCRIPTION is TABLE of zx_formula_tl.formula_description%type

Line 253: TYPE T_ENABLED_FLG is TABLE of zx_formula_b.Enabled_Flag%type

249: TYPE T_FORMULA_NAME is TABLE of zx_formula_tl.formula_name%type
250: index by binary_integer;
251: TYPE T_FORMULA_DESCRIPTION is TABLE of zx_formula_tl.formula_description%type
252: index by binary_integer;
253: TYPE T_ENABLED_FLG is TABLE of zx_formula_b.Enabled_Flag%type
254: index by binary_integer;
255: TYPE T_CONTENT_OWNER_ID is TABLE of zx_formula_b.content_owner_id%type
256: index by binary_integer;
257:

Line 255: TYPE T_CONTENT_OWNER_ID is TABLE of zx_formula_b.content_owner_id%type

251: TYPE T_FORMULA_DESCRIPTION is TABLE of zx_formula_tl.formula_description%type
252: index by binary_integer;
253: TYPE T_ENABLED_FLG is TABLE of zx_formula_b.Enabled_Flag%type
254: index by binary_integer;
255: TYPE T_CONTENT_OWNER_ID is TABLE of zx_formula_b.content_owner_id%type
256: index by binary_integer;
257:
258: procedure bulk_insert_formula (
259: X_FORMULA_ID IN t_formula_id,