DBA Data[Home] [Help]

APPS.ARP_INSERT_ADJ_COVER dependencies on ARP_UTIL

Line 148: arp_util.debug('arp_process_adjustment.insert_adjust_cover()+',

144: l_app_level VARCHAR2(30) := 'TRANSACTION';
145:
146: BEGIN
147:
148: arp_util.debug('arp_process_adjustment.insert_adjust_cover()+',
149: pg_msg_level_debug);
150:
151: /*-----------------------------------------+
152: | Populate the dist record group with |

Line 239: arp_util.debug('arp_process_adjustment.insert_adj_cover()-',

235: p_override_flag => p_override_flag,
236: p_app_level => l_app_level
237: );
238:
239: arp_util.debug('arp_process_adjustment.insert_adj_cover()-',
240: pg_msg_level_debug);
241:
242:
243: EXCEPTION

Line 246: arp_util.debug('EXCEPTION: arp_process_adjustment.insert_adjust_cover()');

242:
243: EXCEPTION
244: WHEN OTHERS THEN
245:
246: arp_util.debug('EXCEPTION: arp_process_adjustment.insert_adjust_cover()');
247:
248: arp_util.debug('------- parameters for insert_adjust_cover() ' ||
249: '---------');
250:

Line 248: arp_util.debug('------- parameters for insert_adjust_cover() ' ||

244: WHEN OTHERS THEN
245:
246: arp_util.debug('EXCEPTION: arp_process_adjustment.insert_adjust_cover()');
247:
248: arp_util.debug('------- parameters for insert_adjust_cover() ' ||
249: '---------');
250:
251: arp_util.debug('p_form_name = ' || p_form_name);
252: arp_util.debug('p_form_version = ' || p_form_version);

Line 251: arp_util.debug('p_form_name = ' || p_form_name);

247:
248: arp_util.debug('------- parameters for insert_adjust_cover() ' ||
249: '---------');
250:
251: arp_util.debug('p_form_name = ' || p_form_name);
252: arp_util.debug('p_form_version = ' || p_form_version);
253: arp_util.debug('p_acctd_amount = '|| p_acctd_amount);
254: arp_util.debug('p_adjustment_id = '|| p_adjustment_id);
255: arp_util.debug('p_adjustment_number = '|| p_adjustment_number);

Line 252: arp_util.debug('p_form_version = ' || p_form_version);

248: arp_util.debug('------- parameters for insert_adjust_cover() ' ||
249: '---------');
250:
251: arp_util.debug('p_form_name = ' || p_form_name);
252: arp_util.debug('p_form_version = ' || p_form_version);
253: arp_util.debug('p_acctd_amount = '|| p_acctd_amount);
254: arp_util.debug('p_adjustment_id = '|| p_adjustment_id);
255: arp_util.debug('p_adjustment_number = '|| p_adjustment_number);
256: arp_util.debug('p_adjustment_type = '|| p_adjustment_type);

Line 253: arp_util.debug('p_acctd_amount = '|| p_acctd_amount);

249: '---------');
250:
251: arp_util.debug('p_form_name = ' || p_form_name);
252: arp_util.debug('p_form_version = ' || p_form_version);
253: arp_util.debug('p_acctd_amount = '|| p_acctd_amount);
254: arp_util.debug('p_adjustment_id = '|| p_adjustment_id);
255: arp_util.debug('p_adjustment_number = '|| p_adjustment_number);
256: arp_util.debug('p_adjustment_type = '|| p_adjustment_type);
257: arp_util.debug('p_amount = '|| p_amount);

Line 254: arp_util.debug('p_adjustment_id = '|| p_adjustment_id);

250:
251: arp_util.debug('p_form_name = ' || p_form_name);
252: arp_util.debug('p_form_version = ' || p_form_version);
253: arp_util.debug('p_acctd_amount = '|| p_acctd_amount);
254: arp_util.debug('p_adjustment_id = '|| p_adjustment_id);
255: arp_util.debug('p_adjustment_number = '|| p_adjustment_number);
256: arp_util.debug('p_adjustment_type = '|| p_adjustment_type);
257: arp_util.debug('p_amount = '|| p_amount);
258: arp_util.debug('p_apply_date = '|| p_apply_date);

Line 255: arp_util.debug('p_adjustment_number = '|| p_adjustment_number);

251: arp_util.debug('p_form_name = ' || p_form_name);
252: arp_util.debug('p_form_version = ' || p_form_version);
253: arp_util.debug('p_acctd_amount = '|| p_acctd_amount);
254: arp_util.debug('p_adjustment_id = '|| p_adjustment_id);
255: arp_util.debug('p_adjustment_number = '|| p_adjustment_number);
256: arp_util.debug('p_adjustment_type = '|| p_adjustment_type);
257: arp_util.debug('p_amount = '|| p_amount);
258: arp_util.debug('p_apply_date = '|| p_apply_date);
259: arp_util.debug('p_approved_by = '|| p_approved_by);

Line 256: arp_util.debug('p_adjustment_type = '|| p_adjustment_type);

252: arp_util.debug('p_form_version = ' || p_form_version);
253: arp_util.debug('p_acctd_amount = '|| p_acctd_amount);
254: arp_util.debug('p_adjustment_id = '|| p_adjustment_id);
255: arp_util.debug('p_adjustment_number = '|| p_adjustment_number);
256: arp_util.debug('p_adjustment_type = '|| p_adjustment_type);
257: arp_util.debug('p_amount = '|| p_amount);
258: arp_util.debug('p_apply_date = '|| p_apply_date);
259: arp_util.debug('p_approved_by = '|| p_approved_by);
260: arp_util.debug('p_associated_application_id = '|| p_associated_application_id);

Line 257: arp_util.debug('p_amount = '|| p_amount);

253: arp_util.debug('p_acctd_amount = '|| p_acctd_amount);
254: arp_util.debug('p_adjustment_id = '|| p_adjustment_id);
255: arp_util.debug('p_adjustment_number = '|| p_adjustment_number);
256: arp_util.debug('p_adjustment_type = '|| p_adjustment_type);
257: arp_util.debug('p_amount = '|| p_amount);
258: arp_util.debug('p_apply_date = '|| p_apply_date);
259: arp_util.debug('p_approved_by = '|| p_approved_by);
260: arp_util.debug('p_associated_application_id = '|| p_associated_application_id);
261: arp_util.debug('p_associated_cash_receipt_id = '|| p_associated_cash_receipt_id);

Line 258: arp_util.debug('p_apply_date = '|| p_apply_date);

254: arp_util.debug('p_adjustment_id = '|| p_adjustment_id);
255: arp_util.debug('p_adjustment_number = '|| p_adjustment_number);
256: arp_util.debug('p_adjustment_type = '|| p_adjustment_type);
257: arp_util.debug('p_amount = '|| p_amount);
258: arp_util.debug('p_apply_date = '|| p_apply_date);
259: arp_util.debug('p_approved_by = '|| p_approved_by);
260: arp_util.debug('p_associated_application_id = '|| p_associated_application_id);
261: arp_util.debug('p_associated_cash_receipt_id = '|| p_associated_cash_receipt_id);
262: arp_util.debug('p_attribute1 = '|| p_attribute1);

Line 259: arp_util.debug('p_approved_by = '|| p_approved_by);

255: arp_util.debug('p_adjustment_number = '|| p_adjustment_number);
256: arp_util.debug('p_adjustment_type = '|| p_adjustment_type);
257: arp_util.debug('p_amount = '|| p_amount);
258: arp_util.debug('p_apply_date = '|| p_apply_date);
259: arp_util.debug('p_approved_by = '|| p_approved_by);
260: arp_util.debug('p_associated_application_id = '|| p_associated_application_id);
261: arp_util.debug('p_associated_cash_receipt_id = '|| p_associated_cash_receipt_id);
262: arp_util.debug('p_attribute1 = '|| p_attribute1);
263: arp_util.debug('p_attribute10 = '|| p_attribute10);

Line 260: arp_util.debug('p_associated_application_id = '|| p_associated_application_id);

256: arp_util.debug('p_adjustment_type = '|| p_adjustment_type);
257: arp_util.debug('p_amount = '|| p_amount);
258: arp_util.debug('p_apply_date = '|| p_apply_date);
259: arp_util.debug('p_approved_by = '|| p_approved_by);
260: arp_util.debug('p_associated_application_id = '|| p_associated_application_id);
261: arp_util.debug('p_associated_cash_receipt_id = '|| p_associated_cash_receipt_id);
262: arp_util.debug('p_attribute1 = '|| p_attribute1);
263: arp_util.debug('p_attribute10 = '|| p_attribute10);
264: arp_util.debug('p_attribute11 = '|| p_attribute11);

Line 261: arp_util.debug('p_associated_cash_receipt_id = '|| p_associated_cash_receipt_id);

257: arp_util.debug('p_amount = '|| p_amount);
258: arp_util.debug('p_apply_date = '|| p_apply_date);
259: arp_util.debug('p_approved_by = '|| p_approved_by);
260: arp_util.debug('p_associated_application_id = '|| p_associated_application_id);
261: arp_util.debug('p_associated_cash_receipt_id = '|| p_associated_cash_receipt_id);
262: arp_util.debug('p_attribute1 = '|| p_attribute1);
263: arp_util.debug('p_attribute10 = '|| p_attribute10);
264: arp_util.debug('p_attribute11 = '|| p_attribute11);
265: arp_util.debug('p_attribute12 = '|| p_attribute12);

Line 262: arp_util.debug('p_attribute1 = '|| p_attribute1);

258: arp_util.debug('p_apply_date = '|| p_apply_date);
259: arp_util.debug('p_approved_by = '|| p_approved_by);
260: arp_util.debug('p_associated_application_id = '|| p_associated_application_id);
261: arp_util.debug('p_associated_cash_receipt_id = '|| p_associated_cash_receipt_id);
262: arp_util.debug('p_attribute1 = '|| p_attribute1);
263: arp_util.debug('p_attribute10 = '|| p_attribute10);
264: arp_util.debug('p_attribute11 = '|| p_attribute11);
265: arp_util.debug('p_attribute12 = '|| p_attribute12);
266: arp_util.debug('p_attribute13 = '|| p_attribute13);

Line 263: arp_util.debug('p_attribute10 = '|| p_attribute10);

259: arp_util.debug('p_approved_by = '|| p_approved_by);
260: arp_util.debug('p_associated_application_id = '|| p_associated_application_id);
261: arp_util.debug('p_associated_cash_receipt_id = '|| p_associated_cash_receipt_id);
262: arp_util.debug('p_attribute1 = '|| p_attribute1);
263: arp_util.debug('p_attribute10 = '|| p_attribute10);
264: arp_util.debug('p_attribute11 = '|| p_attribute11);
265: arp_util.debug('p_attribute12 = '|| p_attribute12);
266: arp_util.debug('p_attribute13 = '|| p_attribute13);
267: arp_util.debug('p_attribute14 = '|| p_attribute14);

Line 264: arp_util.debug('p_attribute11 = '|| p_attribute11);

260: arp_util.debug('p_associated_application_id = '|| p_associated_application_id);
261: arp_util.debug('p_associated_cash_receipt_id = '|| p_associated_cash_receipt_id);
262: arp_util.debug('p_attribute1 = '|| p_attribute1);
263: arp_util.debug('p_attribute10 = '|| p_attribute10);
264: arp_util.debug('p_attribute11 = '|| p_attribute11);
265: arp_util.debug('p_attribute12 = '|| p_attribute12);
266: arp_util.debug('p_attribute13 = '|| p_attribute13);
267: arp_util.debug('p_attribute14 = '|| p_attribute14);
268: arp_util.debug('p_attribute15 = '|| p_attribute15);

Line 265: arp_util.debug('p_attribute12 = '|| p_attribute12);

261: arp_util.debug('p_associated_cash_receipt_id = '|| p_associated_cash_receipt_id);
262: arp_util.debug('p_attribute1 = '|| p_attribute1);
263: arp_util.debug('p_attribute10 = '|| p_attribute10);
264: arp_util.debug('p_attribute11 = '|| p_attribute11);
265: arp_util.debug('p_attribute12 = '|| p_attribute12);
266: arp_util.debug('p_attribute13 = '|| p_attribute13);
267: arp_util.debug('p_attribute14 = '|| p_attribute14);
268: arp_util.debug('p_attribute15 = '|| p_attribute15);
269: arp_util.debug('p_attribute2 = '|| p_attribute2);

Line 266: arp_util.debug('p_attribute13 = '|| p_attribute13);

262: arp_util.debug('p_attribute1 = '|| p_attribute1);
263: arp_util.debug('p_attribute10 = '|| p_attribute10);
264: arp_util.debug('p_attribute11 = '|| p_attribute11);
265: arp_util.debug('p_attribute12 = '|| p_attribute12);
266: arp_util.debug('p_attribute13 = '|| p_attribute13);
267: arp_util.debug('p_attribute14 = '|| p_attribute14);
268: arp_util.debug('p_attribute15 = '|| p_attribute15);
269: arp_util.debug('p_attribute2 = '|| p_attribute2);
270: arp_util.debug('p_attribute3 = '|| p_attribute3);

Line 267: arp_util.debug('p_attribute14 = '|| p_attribute14);

263: arp_util.debug('p_attribute10 = '|| p_attribute10);
264: arp_util.debug('p_attribute11 = '|| p_attribute11);
265: arp_util.debug('p_attribute12 = '|| p_attribute12);
266: arp_util.debug('p_attribute13 = '|| p_attribute13);
267: arp_util.debug('p_attribute14 = '|| p_attribute14);
268: arp_util.debug('p_attribute15 = '|| p_attribute15);
269: arp_util.debug('p_attribute2 = '|| p_attribute2);
270: arp_util.debug('p_attribute3 = '|| p_attribute3);
271: arp_util.debug('p_attribute4 = '|| p_attribute4);

Line 268: arp_util.debug('p_attribute15 = '|| p_attribute15);

264: arp_util.debug('p_attribute11 = '|| p_attribute11);
265: arp_util.debug('p_attribute12 = '|| p_attribute12);
266: arp_util.debug('p_attribute13 = '|| p_attribute13);
267: arp_util.debug('p_attribute14 = '|| p_attribute14);
268: arp_util.debug('p_attribute15 = '|| p_attribute15);
269: arp_util.debug('p_attribute2 = '|| p_attribute2);
270: arp_util.debug('p_attribute3 = '|| p_attribute3);
271: arp_util.debug('p_attribute4 = '|| p_attribute4);
272: arp_util.debug('p_attribute5 = '|| p_attribute5);

Line 269: arp_util.debug('p_attribute2 = '|| p_attribute2);

265: arp_util.debug('p_attribute12 = '|| p_attribute12);
266: arp_util.debug('p_attribute13 = '|| p_attribute13);
267: arp_util.debug('p_attribute14 = '|| p_attribute14);
268: arp_util.debug('p_attribute15 = '|| p_attribute15);
269: arp_util.debug('p_attribute2 = '|| p_attribute2);
270: arp_util.debug('p_attribute3 = '|| p_attribute3);
271: arp_util.debug('p_attribute4 = '|| p_attribute4);
272: arp_util.debug('p_attribute5 = '|| p_attribute5);
273: arp_util.debug('p_attribute6 = '|| p_attribute6);

Line 270: arp_util.debug('p_attribute3 = '|| p_attribute3);

266: arp_util.debug('p_attribute13 = '|| p_attribute13);
267: arp_util.debug('p_attribute14 = '|| p_attribute14);
268: arp_util.debug('p_attribute15 = '|| p_attribute15);
269: arp_util.debug('p_attribute2 = '|| p_attribute2);
270: arp_util.debug('p_attribute3 = '|| p_attribute3);
271: arp_util.debug('p_attribute4 = '|| p_attribute4);
272: arp_util.debug('p_attribute5 = '|| p_attribute5);
273: arp_util.debug('p_attribute6 = '|| p_attribute6);
274: arp_util.debug('p_attribute7 = '|| p_attribute7);

Line 271: arp_util.debug('p_attribute4 = '|| p_attribute4);

267: arp_util.debug('p_attribute14 = '|| p_attribute14);
268: arp_util.debug('p_attribute15 = '|| p_attribute15);
269: arp_util.debug('p_attribute2 = '|| p_attribute2);
270: arp_util.debug('p_attribute3 = '|| p_attribute3);
271: arp_util.debug('p_attribute4 = '|| p_attribute4);
272: arp_util.debug('p_attribute5 = '|| p_attribute5);
273: arp_util.debug('p_attribute6 = '|| p_attribute6);
274: arp_util.debug('p_attribute7 = '|| p_attribute7);
275: arp_util.debug('p_attribute8 = '|| p_attribute8);

Line 272: arp_util.debug('p_attribute5 = '|| p_attribute5);

268: arp_util.debug('p_attribute15 = '|| p_attribute15);
269: arp_util.debug('p_attribute2 = '|| p_attribute2);
270: arp_util.debug('p_attribute3 = '|| p_attribute3);
271: arp_util.debug('p_attribute4 = '|| p_attribute4);
272: arp_util.debug('p_attribute5 = '|| p_attribute5);
273: arp_util.debug('p_attribute6 = '|| p_attribute6);
274: arp_util.debug('p_attribute7 = '|| p_attribute7);
275: arp_util.debug('p_attribute8 = '|| p_attribute8);
276: arp_util.debug('p_attribute9 = '|| p_attribute9);

Line 273: arp_util.debug('p_attribute6 = '|| p_attribute6);

269: arp_util.debug('p_attribute2 = '|| p_attribute2);
270: arp_util.debug('p_attribute3 = '|| p_attribute3);
271: arp_util.debug('p_attribute4 = '|| p_attribute4);
272: arp_util.debug('p_attribute5 = '|| p_attribute5);
273: arp_util.debug('p_attribute6 = '|| p_attribute6);
274: arp_util.debug('p_attribute7 = '|| p_attribute7);
275: arp_util.debug('p_attribute8 = '|| p_attribute8);
276: arp_util.debug('p_attribute9 = '|| p_attribute9);
277: arp_util.debug('p_attribute_category = '|| p_attribute_category);

Line 274: arp_util.debug('p_attribute7 = '|| p_attribute7);

270: arp_util.debug('p_attribute3 = '|| p_attribute3);
271: arp_util.debug('p_attribute4 = '|| p_attribute4);
272: arp_util.debug('p_attribute5 = '|| p_attribute5);
273: arp_util.debug('p_attribute6 = '|| p_attribute6);
274: arp_util.debug('p_attribute7 = '|| p_attribute7);
275: arp_util.debug('p_attribute8 = '|| p_attribute8);
276: arp_util.debug('p_attribute9 = '|| p_attribute9);
277: arp_util.debug('p_attribute_category = '|| p_attribute_category);
278: arp_util.debug('p_automatically_generated = '|| p_automatically_generated);

Line 275: arp_util.debug('p_attribute8 = '|| p_attribute8);

271: arp_util.debug('p_attribute4 = '|| p_attribute4);
272: arp_util.debug('p_attribute5 = '|| p_attribute5);
273: arp_util.debug('p_attribute6 = '|| p_attribute6);
274: arp_util.debug('p_attribute7 = '|| p_attribute7);
275: arp_util.debug('p_attribute8 = '|| p_attribute8);
276: arp_util.debug('p_attribute9 = '|| p_attribute9);
277: arp_util.debug('p_attribute_category = '|| p_attribute_category);
278: arp_util.debug('p_automatically_generated = '|| p_automatically_generated);
279: arp_util.debug('p_batch_id = '|| p_batch_id);

Line 276: arp_util.debug('p_attribute9 = '|| p_attribute9);

272: arp_util.debug('p_attribute5 = '|| p_attribute5);
273: arp_util.debug('p_attribute6 = '|| p_attribute6);
274: arp_util.debug('p_attribute7 = '|| p_attribute7);
275: arp_util.debug('p_attribute8 = '|| p_attribute8);
276: arp_util.debug('p_attribute9 = '|| p_attribute9);
277: arp_util.debug('p_attribute_category = '|| p_attribute_category);
278: arp_util.debug('p_automatically_generated = '|| p_automatically_generated);
279: arp_util.debug('p_batch_id = '|| p_batch_id);
280: arp_util.debug('p_chargeback_customer_trx_id = '|| p_chargeback_customer_trx_id);

Line 277: arp_util.debug('p_attribute_category = '|| p_attribute_category);

273: arp_util.debug('p_attribute6 = '|| p_attribute6);
274: arp_util.debug('p_attribute7 = '|| p_attribute7);
275: arp_util.debug('p_attribute8 = '|| p_attribute8);
276: arp_util.debug('p_attribute9 = '|| p_attribute9);
277: arp_util.debug('p_attribute_category = '|| p_attribute_category);
278: arp_util.debug('p_automatically_generated = '|| p_automatically_generated);
279: arp_util.debug('p_batch_id = '|| p_batch_id);
280: arp_util.debug('p_chargeback_customer_trx_id = '|| p_chargeback_customer_trx_id);
281: arp_util.debug('p_code_combination_id = '|| p_code_combination_id);

Line 278: arp_util.debug('p_automatically_generated = '|| p_automatically_generated);

274: arp_util.debug('p_attribute7 = '|| p_attribute7);
275: arp_util.debug('p_attribute8 = '|| p_attribute8);
276: arp_util.debug('p_attribute9 = '|| p_attribute9);
277: arp_util.debug('p_attribute_category = '|| p_attribute_category);
278: arp_util.debug('p_automatically_generated = '|| p_automatically_generated);
279: arp_util.debug('p_batch_id = '|| p_batch_id);
280: arp_util.debug('p_chargeback_customer_trx_id = '|| p_chargeback_customer_trx_id);
281: arp_util.debug('p_code_combination_id = '|| p_code_combination_id);
282: arp_util.debug('p_comments = '|| p_comments);

Line 279: arp_util.debug('p_batch_id = '|| p_batch_id);

275: arp_util.debug('p_attribute8 = '|| p_attribute8);
276: arp_util.debug('p_attribute9 = '|| p_attribute9);
277: arp_util.debug('p_attribute_category = '|| p_attribute_category);
278: arp_util.debug('p_automatically_generated = '|| p_automatically_generated);
279: arp_util.debug('p_batch_id = '|| p_batch_id);
280: arp_util.debug('p_chargeback_customer_trx_id = '|| p_chargeback_customer_trx_id);
281: arp_util.debug('p_code_combination_id = '|| p_code_combination_id);
282: arp_util.debug('p_comments = '|| p_comments);
283: arp_util.debug('p_created_by = '|| p_created_by);

Line 280: arp_util.debug('p_chargeback_customer_trx_id = '|| p_chargeback_customer_trx_id);

276: arp_util.debug('p_attribute9 = '|| p_attribute9);
277: arp_util.debug('p_attribute_category = '|| p_attribute_category);
278: arp_util.debug('p_automatically_generated = '|| p_automatically_generated);
279: arp_util.debug('p_batch_id = '|| p_batch_id);
280: arp_util.debug('p_chargeback_customer_trx_id = '|| p_chargeback_customer_trx_id);
281: arp_util.debug('p_code_combination_id = '|| p_code_combination_id);
282: arp_util.debug('p_comments = '|| p_comments);
283: arp_util.debug('p_created_by = '|| p_created_by);
284: arp_util.debug('p_created_from = '|| p_created_from);

Line 281: arp_util.debug('p_code_combination_id = '|| p_code_combination_id);

277: arp_util.debug('p_attribute_category = '|| p_attribute_category);
278: arp_util.debug('p_automatically_generated = '|| p_automatically_generated);
279: arp_util.debug('p_batch_id = '|| p_batch_id);
280: arp_util.debug('p_chargeback_customer_trx_id = '|| p_chargeback_customer_trx_id);
281: arp_util.debug('p_code_combination_id = '|| p_code_combination_id);
282: arp_util.debug('p_comments = '|| p_comments);
283: arp_util.debug('p_created_by = '|| p_created_by);
284: arp_util.debug('p_created_from = '|| p_created_from);
285: arp_util.debug('p_creation_date = '|| p_creation_date);

Line 282: arp_util.debug('p_comments = '|| p_comments);

278: arp_util.debug('p_automatically_generated = '|| p_automatically_generated);
279: arp_util.debug('p_batch_id = '|| p_batch_id);
280: arp_util.debug('p_chargeback_customer_trx_id = '|| p_chargeback_customer_trx_id);
281: arp_util.debug('p_code_combination_id = '|| p_code_combination_id);
282: arp_util.debug('p_comments = '|| p_comments);
283: arp_util.debug('p_created_by = '|| p_created_by);
284: arp_util.debug('p_created_from = '|| p_created_from);
285: arp_util.debug('p_creation_date = '|| p_creation_date);
286: arp_util.debug('p_customer_trx_id = '|| p_customer_trx_id);

Line 283: arp_util.debug('p_created_by = '|| p_created_by);

279: arp_util.debug('p_batch_id = '|| p_batch_id);
280: arp_util.debug('p_chargeback_customer_trx_id = '|| p_chargeback_customer_trx_id);
281: arp_util.debug('p_code_combination_id = '|| p_code_combination_id);
282: arp_util.debug('p_comments = '|| p_comments);
283: arp_util.debug('p_created_by = '|| p_created_by);
284: arp_util.debug('p_created_from = '|| p_created_from);
285: arp_util.debug('p_creation_date = '|| p_creation_date);
286: arp_util.debug('p_customer_trx_id = '|| p_customer_trx_id);
287: arp_util.debug('p_customer_trx_line_id = '|| p_customer_trx_line_id);

Line 284: arp_util.debug('p_created_from = '|| p_created_from);

280: arp_util.debug('p_chargeback_customer_trx_id = '|| p_chargeback_customer_trx_id);
281: arp_util.debug('p_code_combination_id = '|| p_code_combination_id);
282: arp_util.debug('p_comments = '|| p_comments);
283: arp_util.debug('p_created_by = '|| p_created_by);
284: arp_util.debug('p_created_from = '|| p_created_from);
285: arp_util.debug('p_creation_date = '|| p_creation_date);
286: arp_util.debug('p_customer_trx_id = '|| p_customer_trx_id);
287: arp_util.debug('p_customer_trx_line_id = '|| p_customer_trx_line_id);
288: arp_util.debug('p_distribution_set_id = '|| p_distribution_set_id);

Line 285: arp_util.debug('p_creation_date = '|| p_creation_date);

281: arp_util.debug('p_code_combination_id = '|| p_code_combination_id);
282: arp_util.debug('p_comments = '|| p_comments);
283: arp_util.debug('p_created_by = '|| p_created_by);
284: arp_util.debug('p_created_from = '|| p_created_from);
285: arp_util.debug('p_creation_date = '|| p_creation_date);
286: arp_util.debug('p_customer_trx_id = '|| p_customer_trx_id);
287: arp_util.debug('p_customer_trx_line_id = '|| p_customer_trx_line_id);
288: arp_util.debug('p_distribution_set_id = '|| p_distribution_set_id);
289: arp_util.debug('p_doc_sequence_id = '|| p_doc_sequence_id);

Line 286: arp_util.debug('p_customer_trx_id = '|| p_customer_trx_id);

282: arp_util.debug('p_comments = '|| p_comments);
283: arp_util.debug('p_created_by = '|| p_created_by);
284: arp_util.debug('p_created_from = '|| p_created_from);
285: arp_util.debug('p_creation_date = '|| p_creation_date);
286: arp_util.debug('p_customer_trx_id = '|| p_customer_trx_id);
287: arp_util.debug('p_customer_trx_line_id = '|| p_customer_trx_line_id);
288: arp_util.debug('p_distribution_set_id = '|| p_distribution_set_id);
289: arp_util.debug('p_doc_sequence_id = '|| p_doc_sequence_id);
290: arp_util.debug('p_doc_sequence_value = '|| p_doc_sequence_value);

Line 287: arp_util.debug('p_customer_trx_line_id = '|| p_customer_trx_line_id);

283: arp_util.debug('p_created_by = '|| p_created_by);
284: arp_util.debug('p_created_from = '|| p_created_from);
285: arp_util.debug('p_creation_date = '|| p_creation_date);
286: arp_util.debug('p_customer_trx_id = '|| p_customer_trx_id);
287: arp_util.debug('p_customer_trx_line_id = '|| p_customer_trx_line_id);
288: arp_util.debug('p_distribution_set_id = '|| p_distribution_set_id);
289: arp_util.debug('p_doc_sequence_id = '|| p_doc_sequence_id);
290: arp_util.debug('p_doc_sequence_value = '|| p_doc_sequence_value);
291: arp_util.debug('p_freight_adjusted = '|| p_freight_adjusted);

Line 288: arp_util.debug('p_distribution_set_id = '|| p_distribution_set_id);

284: arp_util.debug('p_created_from = '|| p_created_from);
285: arp_util.debug('p_creation_date = '|| p_creation_date);
286: arp_util.debug('p_customer_trx_id = '|| p_customer_trx_id);
287: arp_util.debug('p_customer_trx_line_id = '|| p_customer_trx_line_id);
288: arp_util.debug('p_distribution_set_id = '|| p_distribution_set_id);
289: arp_util.debug('p_doc_sequence_id = '|| p_doc_sequence_id);
290: arp_util.debug('p_doc_sequence_value = '|| p_doc_sequence_value);
291: arp_util.debug('p_freight_adjusted = '|| p_freight_adjusted);
292: arp_util.debug('p_gl_date = '|| p_gl_date);

Line 289: arp_util.debug('p_doc_sequence_id = '|| p_doc_sequence_id);

285: arp_util.debug('p_creation_date = '|| p_creation_date);
286: arp_util.debug('p_customer_trx_id = '|| p_customer_trx_id);
287: arp_util.debug('p_customer_trx_line_id = '|| p_customer_trx_line_id);
288: arp_util.debug('p_distribution_set_id = '|| p_distribution_set_id);
289: arp_util.debug('p_doc_sequence_id = '|| p_doc_sequence_id);
290: arp_util.debug('p_doc_sequence_value = '|| p_doc_sequence_value);
291: arp_util.debug('p_freight_adjusted = '|| p_freight_adjusted);
292: arp_util.debug('p_gl_date = '|| p_gl_date);
293: arp_util.debug('p_gl_posted_date = '|| p_gl_posted_date);

Line 290: arp_util.debug('p_doc_sequence_value = '|| p_doc_sequence_value);

286: arp_util.debug('p_customer_trx_id = '|| p_customer_trx_id);
287: arp_util.debug('p_customer_trx_line_id = '|| p_customer_trx_line_id);
288: arp_util.debug('p_distribution_set_id = '|| p_distribution_set_id);
289: arp_util.debug('p_doc_sequence_id = '|| p_doc_sequence_id);
290: arp_util.debug('p_doc_sequence_value = '|| p_doc_sequence_value);
291: arp_util.debug('p_freight_adjusted = '|| p_freight_adjusted);
292: arp_util.debug('p_gl_date = '|| p_gl_date);
293: arp_util.debug('p_gl_posted_date = '|| p_gl_posted_date);
294: arp_util.debug('p_last_updated_by = '|| p_last_updated_by);

Line 291: arp_util.debug('p_freight_adjusted = '|| p_freight_adjusted);

287: arp_util.debug('p_customer_trx_line_id = '|| p_customer_trx_line_id);
288: arp_util.debug('p_distribution_set_id = '|| p_distribution_set_id);
289: arp_util.debug('p_doc_sequence_id = '|| p_doc_sequence_id);
290: arp_util.debug('p_doc_sequence_value = '|| p_doc_sequence_value);
291: arp_util.debug('p_freight_adjusted = '|| p_freight_adjusted);
292: arp_util.debug('p_gl_date = '|| p_gl_date);
293: arp_util.debug('p_gl_posted_date = '|| p_gl_posted_date);
294: arp_util.debug('p_last_updated_by = '|| p_last_updated_by);
295: arp_util.debug('p_last_update_date = '|| p_last_update_date);

Line 292: arp_util.debug('p_gl_date = '|| p_gl_date);

288: arp_util.debug('p_distribution_set_id = '|| p_distribution_set_id);
289: arp_util.debug('p_doc_sequence_id = '|| p_doc_sequence_id);
290: arp_util.debug('p_doc_sequence_value = '|| p_doc_sequence_value);
291: arp_util.debug('p_freight_adjusted = '|| p_freight_adjusted);
292: arp_util.debug('p_gl_date = '|| p_gl_date);
293: arp_util.debug('p_gl_posted_date = '|| p_gl_posted_date);
294: arp_util.debug('p_last_updated_by = '|| p_last_updated_by);
295: arp_util.debug('p_last_update_date = '|| p_last_update_date);
296: arp_util.debug('p_last_update_login = '|| p_last_update_login);

Line 293: arp_util.debug('p_gl_posted_date = '|| p_gl_posted_date);

289: arp_util.debug('p_doc_sequence_id = '|| p_doc_sequence_id);
290: arp_util.debug('p_doc_sequence_value = '|| p_doc_sequence_value);
291: arp_util.debug('p_freight_adjusted = '|| p_freight_adjusted);
292: arp_util.debug('p_gl_date = '|| p_gl_date);
293: arp_util.debug('p_gl_posted_date = '|| p_gl_posted_date);
294: arp_util.debug('p_last_updated_by = '|| p_last_updated_by);
295: arp_util.debug('p_last_update_date = '|| p_last_update_date);
296: arp_util.debug('p_last_update_login = '|| p_last_update_login);
297: arp_util.debug('p_line_adjusted = '|| p_line_adjusted);

Line 294: arp_util.debug('p_last_updated_by = '|| p_last_updated_by);

290: arp_util.debug('p_doc_sequence_value = '|| p_doc_sequence_value);
291: arp_util.debug('p_freight_adjusted = '|| p_freight_adjusted);
292: arp_util.debug('p_gl_date = '|| p_gl_date);
293: arp_util.debug('p_gl_posted_date = '|| p_gl_posted_date);
294: arp_util.debug('p_last_updated_by = '|| p_last_updated_by);
295: arp_util.debug('p_last_update_date = '|| p_last_update_date);
296: arp_util.debug('p_last_update_login = '|| p_last_update_login);
297: arp_util.debug('p_line_adjusted = '|| p_line_adjusted);
298: arp_util.debug('p_org_id = '|| p_org_id);

Line 295: arp_util.debug('p_last_update_date = '|| p_last_update_date);

291: arp_util.debug('p_freight_adjusted = '|| p_freight_adjusted);
292: arp_util.debug('p_gl_date = '|| p_gl_date);
293: arp_util.debug('p_gl_posted_date = '|| p_gl_posted_date);
294: arp_util.debug('p_last_updated_by = '|| p_last_updated_by);
295: arp_util.debug('p_last_update_date = '|| p_last_update_date);
296: arp_util.debug('p_last_update_login = '|| p_last_update_login);
297: arp_util.debug('p_line_adjusted = '|| p_line_adjusted);
298: arp_util.debug('p_org_id = '|| p_org_id);
299: arp_util.debug('p_payment_schedule_id = '|| p_payment_schedule_id);

Line 296: arp_util.debug('p_last_update_login = '|| p_last_update_login);

292: arp_util.debug('p_gl_date = '|| p_gl_date);
293: arp_util.debug('p_gl_posted_date = '|| p_gl_posted_date);
294: arp_util.debug('p_last_updated_by = '|| p_last_updated_by);
295: arp_util.debug('p_last_update_date = '|| p_last_update_date);
296: arp_util.debug('p_last_update_login = '|| p_last_update_login);
297: arp_util.debug('p_line_adjusted = '|| p_line_adjusted);
298: arp_util.debug('p_org_id = '|| p_org_id);
299: arp_util.debug('p_payment_schedule_id = '|| p_payment_schedule_id);
300: arp_util.debug('p_postable = '|| p_postable);

Line 297: arp_util.debug('p_line_adjusted = '|| p_line_adjusted);

293: arp_util.debug('p_gl_posted_date = '|| p_gl_posted_date);
294: arp_util.debug('p_last_updated_by = '|| p_last_updated_by);
295: arp_util.debug('p_last_update_date = '|| p_last_update_date);
296: arp_util.debug('p_last_update_login = '|| p_last_update_login);
297: arp_util.debug('p_line_adjusted = '|| p_line_adjusted);
298: arp_util.debug('p_org_id = '|| p_org_id);
299: arp_util.debug('p_payment_schedule_id = '|| p_payment_schedule_id);
300: arp_util.debug('p_postable = '|| p_postable);
301: arp_util.debug('p_posting_control_id = '|| p_posting_control_id);

Line 298: arp_util.debug('p_org_id = '|| p_org_id);

294: arp_util.debug('p_last_updated_by = '|| p_last_updated_by);
295: arp_util.debug('p_last_update_date = '|| p_last_update_date);
296: arp_util.debug('p_last_update_login = '|| p_last_update_login);
297: arp_util.debug('p_line_adjusted = '|| p_line_adjusted);
298: arp_util.debug('p_org_id = '|| p_org_id);
299: arp_util.debug('p_payment_schedule_id = '|| p_payment_schedule_id);
300: arp_util.debug('p_postable = '|| p_postable);
301: arp_util.debug('p_posting_control_id = '|| p_posting_control_id);
302: arp_util.debug('p_program_application_id = '|| p_program_application_id);

Line 299: arp_util.debug('p_payment_schedule_id = '|| p_payment_schedule_id);

295: arp_util.debug('p_last_update_date = '|| p_last_update_date);
296: arp_util.debug('p_last_update_login = '|| p_last_update_login);
297: arp_util.debug('p_line_adjusted = '|| p_line_adjusted);
298: arp_util.debug('p_org_id = '|| p_org_id);
299: arp_util.debug('p_payment_schedule_id = '|| p_payment_schedule_id);
300: arp_util.debug('p_postable = '|| p_postable);
301: arp_util.debug('p_posting_control_id = '|| p_posting_control_id);
302: arp_util.debug('p_program_application_id = '|| p_program_application_id);
303: arp_util.debug('p_program_id = '|| p_program_id);

Line 300: arp_util.debug('p_postable = '|| p_postable);

296: arp_util.debug('p_last_update_login = '|| p_last_update_login);
297: arp_util.debug('p_line_adjusted = '|| p_line_adjusted);
298: arp_util.debug('p_org_id = '|| p_org_id);
299: arp_util.debug('p_payment_schedule_id = '|| p_payment_schedule_id);
300: arp_util.debug('p_postable = '|| p_postable);
301: arp_util.debug('p_posting_control_id = '|| p_posting_control_id);
302: arp_util.debug('p_program_application_id = '|| p_program_application_id);
303: arp_util.debug('p_program_id = '|| p_program_id);
304: arp_util.debug('p_program_update_date = '|| p_program_update_date);

Line 301: arp_util.debug('p_posting_control_id = '|| p_posting_control_id);

297: arp_util.debug('p_line_adjusted = '|| p_line_adjusted);
298: arp_util.debug('p_org_id = '|| p_org_id);
299: arp_util.debug('p_payment_schedule_id = '|| p_payment_schedule_id);
300: arp_util.debug('p_postable = '|| p_postable);
301: arp_util.debug('p_posting_control_id = '|| p_posting_control_id);
302: arp_util.debug('p_program_application_id = '|| p_program_application_id);
303: arp_util.debug('p_program_id = '|| p_program_id);
304: arp_util.debug('p_program_update_date = '|| p_program_update_date);
305: arp_util.debug('p_reason_code = '|| p_reason_code);

Line 302: arp_util.debug('p_program_application_id = '|| p_program_application_id);

298: arp_util.debug('p_org_id = '|| p_org_id);
299: arp_util.debug('p_payment_schedule_id = '|| p_payment_schedule_id);
300: arp_util.debug('p_postable = '|| p_postable);
301: arp_util.debug('p_posting_control_id = '|| p_posting_control_id);
302: arp_util.debug('p_program_application_id = '|| p_program_application_id);
303: arp_util.debug('p_program_id = '|| p_program_id);
304: arp_util.debug('p_program_update_date = '|| p_program_update_date);
305: arp_util.debug('p_reason_code = '|| p_reason_code);
306: arp_util.debug('p_receivables_charges_adjusted = '|| p_receivables_charges_adjusted);

Line 303: arp_util.debug('p_program_id = '|| p_program_id);

299: arp_util.debug('p_payment_schedule_id = '|| p_payment_schedule_id);
300: arp_util.debug('p_postable = '|| p_postable);
301: arp_util.debug('p_posting_control_id = '|| p_posting_control_id);
302: arp_util.debug('p_program_application_id = '|| p_program_application_id);
303: arp_util.debug('p_program_id = '|| p_program_id);
304: arp_util.debug('p_program_update_date = '|| p_program_update_date);
305: arp_util.debug('p_reason_code = '|| p_reason_code);
306: arp_util.debug('p_receivables_charges_adjusted = '|| p_receivables_charges_adjusted);
307: arp_util.debug('p_receivables_trx_id = '|| p_receivables_trx_id);

Line 304: arp_util.debug('p_program_update_date = '|| p_program_update_date);

300: arp_util.debug('p_postable = '|| p_postable);
301: arp_util.debug('p_posting_control_id = '|| p_posting_control_id);
302: arp_util.debug('p_program_application_id = '|| p_program_application_id);
303: arp_util.debug('p_program_id = '|| p_program_id);
304: arp_util.debug('p_program_update_date = '|| p_program_update_date);
305: arp_util.debug('p_reason_code = '|| p_reason_code);
306: arp_util.debug('p_receivables_charges_adjusted = '|| p_receivables_charges_adjusted);
307: arp_util.debug('p_receivables_trx_id = '|| p_receivables_trx_id);
308: arp_util.debug('p_request_id = '|| p_request_id);

Line 305: arp_util.debug('p_reason_code = '|| p_reason_code);

301: arp_util.debug('p_posting_control_id = '|| p_posting_control_id);
302: arp_util.debug('p_program_application_id = '|| p_program_application_id);
303: arp_util.debug('p_program_id = '|| p_program_id);
304: arp_util.debug('p_program_update_date = '|| p_program_update_date);
305: arp_util.debug('p_reason_code = '|| p_reason_code);
306: arp_util.debug('p_receivables_charges_adjusted = '|| p_receivables_charges_adjusted);
307: arp_util.debug('p_receivables_trx_id = '|| p_receivables_trx_id);
308: arp_util.debug('p_request_id = '|| p_request_id);
309: arp_util.debug('p_set_of_books_id = '|| p_set_of_books_id);

Line 306: arp_util.debug('p_receivables_charges_adjusted = '|| p_receivables_charges_adjusted);

302: arp_util.debug('p_program_application_id = '|| p_program_application_id);
303: arp_util.debug('p_program_id = '|| p_program_id);
304: arp_util.debug('p_program_update_date = '|| p_program_update_date);
305: arp_util.debug('p_reason_code = '|| p_reason_code);
306: arp_util.debug('p_receivables_charges_adjusted = '|| p_receivables_charges_adjusted);
307: arp_util.debug('p_receivables_trx_id = '|| p_receivables_trx_id);
308: arp_util.debug('p_request_id = '|| p_request_id);
309: arp_util.debug('p_set_of_books_id = '|| p_set_of_books_id);
310: arp_util.debug('p_status = '|| p_status);

Line 307: arp_util.debug('p_receivables_trx_id = '|| p_receivables_trx_id);

303: arp_util.debug('p_program_id = '|| p_program_id);
304: arp_util.debug('p_program_update_date = '|| p_program_update_date);
305: arp_util.debug('p_reason_code = '|| p_reason_code);
306: arp_util.debug('p_receivables_charges_adjusted = '|| p_receivables_charges_adjusted);
307: arp_util.debug('p_receivables_trx_id = '|| p_receivables_trx_id);
308: arp_util.debug('p_request_id = '|| p_request_id);
309: arp_util.debug('p_set_of_books_id = '|| p_set_of_books_id);
310: arp_util.debug('p_status = '|| p_status);
311: arp_util.debug('p_subsequent_trx_id = '|| p_subsequent_trx_id);

Line 308: arp_util.debug('p_request_id = '|| p_request_id);

304: arp_util.debug('p_program_update_date = '|| p_program_update_date);
305: arp_util.debug('p_reason_code = '|| p_reason_code);
306: arp_util.debug('p_receivables_charges_adjusted = '|| p_receivables_charges_adjusted);
307: arp_util.debug('p_receivables_trx_id = '|| p_receivables_trx_id);
308: arp_util.debug('p_request_id = '|| p_request_id);
309: arp_util.debug('p_set_of_books_id = '|| p_set_of_books_id);
310: arp_util.debug('p_status = '|| p_status);
311: arp_util.debug('p_subsequent_trx_id = '|| p_subsequent_trx_id);
312: arp_util.debug('p_tax_adjusted = '|| p_tax_adjusted);

Line 309: arp_util.debug('p_set_of_books_id = '|| p_set_of_books_id);

305: arp_util.debug('p_reason_code = '|| p_reason_code);
306: arp_util.debug('p_receivables_charges_adjusted = '|| p_receivables_charges_adjusted);
307: arp_util.debug('p_receivables_trx_id = '|| p_receivables_trx_id);
308: arp_util.debug('p_request_id = '|| p_request_id);
309: arp_util.debug('p_set_of_books_id = '|| p_set_of_books_id);
310: arp_util.debug('p_status = '|| p_status);
311: arp_util.debug('p_subsequent_trx_id = '|| p_subsequent_trx_id);
312: arp_util.debug('p_tax_adjusted = '|| p_tax_adjusted);
313: arp_util.debug('p_type = '|| p_type);

Line 310: arp_util.debug('p_status = '|| p_status);

306: arp_util.debug('p_receivables_charges_adjusted = '|| p_receivables_charges_adjusted);
307: arp_util.debug('p_receivables_trx_id = '|| p_receivables_trx_id);
308: arp_util.debug('p_request_id = '|| p_request_id);
309: arp_util.debug('p_set_of_books_id = '|| p_set_of_books_id);
310: arp_util.debug('p_status = '|| p_status);
311: arp_util.debug('p_subsequent_trx_id = '|| p_subsequent_trx_id);
312: arp_util.debug('p_tax_adjusted = '|| p_tax_adjusted);
313: arp_util.debug('p_type = '|| p_type);
314: arp_util.debug('p_ussgl_transaction_code = '|| p_ussgl_transaction_code);

Line 311: arp_util.debug('p_subsequent_trx_id = '|| p_subsequent_trx_id);

307: arp_util.debug('p_receivables_trx_id = '|| p_receivables_trx_id);
308: arp_util.debug('p_request_id = '|| p_request_id);
309: arp_util.debug('p_set_of_books_id = '|| p_set_of_books_id);
310: arp_util.debug('p_status = '|| p_status);
311: arp_util.debug('p_subsequent_trx_id = '|| p_subsequent_trx_id);
312: arp_util.debug('p_tax_adjusted = '|| p_tax_adjusted);
313: arp_util.debug('p_type = '|| p_type);
314: arp_util.debug('p_ussgl_transaction_code = '|| p_ussgl_transaction_code);
315: arp_util.debug('p_ussgl_transaction_code_conte = '|| p_ussgl_transaction_code_conte);

Line 312: arp_util.debug('p_tax_adjusted = '|| p_tax_adjusted);

308: arp_util.debug('p_request_id = '|| p_request_id);
309: arp_util.debug('p_set_of_books_id = '|| p_set_of_books_id);
310: arp_util.debug('p_status = '|| p_status);
311: arp_util.debug('p_subsequent_trx_id = '|| p_subsequent_trx_id);
312: arp_util.debug('p_tax_adjusted = '|| p_tax_adjusted);
313: arp_util.debug('p_type = '|| p_type);
314: arp_util.debug('p_ussgl_transaction_code = '|| p_ussgl_transaction_code);
315: arp_util.debug('p_ussgl_transaction_code_conte = '|| p_ussgl_transaction_code_conte);
316: arp_util.debug('p_app_level = '|| l_app_level);

Line 313: arp_util.debug('p_type = '|| p_type);

309: arp_util.debug('p_set_of_books_id = '|| p_set_of_books_id);
310: arp_util.debug('p_status = '|| p_status);
311: arp_util.debug('p_subsequent_trx_id = '|| p_subsequent_trx_id);
312: arp_util.debug('p_tax_adjusted = '|| p_tax_adjusted);
313: arp_util.debug('p_type = '|| p_type);
314: arp_util.debug('p_ussgl_transaction_code = '|| p_ussgl_transaction_code);
315: arp_util.debug('p_ussgl_transaction_code_conte = '|| p_ussgl_transaction_code_conte);
316: arp_util.debug('p_app_level = '|| l_app_level);
317: RAISE;

Line 314: arp_util.debug('p_ussgl_transaction_code = '|| p_ussgl_transaction_code);

310: arp_util.debug('p_status = '|| p_status);
311: arp_util.debug('p_subsequent_trx_id = '|| p_subsequent_trx_id);
312: arp_util.debug('p_tax_adjusted = '|| p_tax_adjusted);
313: arp_util.debug('p_type = '|| p_type);
314: arp_util.debug('p_ussgl_transaction_code = '|| p_ussgl_transaction_code);
315: arp_util.debug('p_ussgl_transaction_code_conte = '|| p_ussgl_transaction_code_conte);
316: arp_util.debug('p_app_level = '|| l_app_level);
317: RAISE;
318:

Line 315: arp_util.debug('p_ussgl_transaction_code_conte = '|| p_ussgl_transaction_code_conte);

311: arp_util.debug('p_subsequent_trx_id = '|| p_subsequent_trx_id);
312: arp_util.debug('p_tax_adjusted = '|| p_tax_adjusted);
313: arp_util.debug('p_type = '|| p_type);
314: arp_util.debug('p_ussgl_transaction_code = '|| p_ussgl_transaction_code);
315: arp_util.debug('p_ussgl_transaction_code_conte = '|| p_ussgl_transaction_code_conte);
316: arp_util.debug('p_app_level = '|| l_app_level);
317: RAISE;
318:
319: END insert_adjust_cover;

Line 316: arp_util.debug('p_app_level = '|| l_app_level);

312: arp_util.debug('p_tax_adjusted = '|| p_tax_adjusted);
313: arp_util.debug('p_type = '|| p_type);
314: arp_util.debug('p_ussgl_transaction_code = '|| p_ussgl_transaction_code);
315: arp_util.debug('p_ussgl_transaction_code_conte = '|| p_ussgl_transaction_code_conte);
316: arp_util.debug('p_app_level = '|| l_app_level);
317: RAISE;
318:
319: END insert_adjust_cover;
320: