DBA Data[Home] [Help]

APPS.ASO_PAYMENT_DATA_MIGRATION_PVT dependencies on ASO_DEBUG_PUB

Line 44: aso_debug_pub.g_debug_flag := nvl(fnd_profile.value('ASO_ENABLE_DEBUG'),'N');

40: fnd_file.put_line(FND_FILE.OUTPUT, 'Concurrent Program Parameters');
41: fnd_file.put_line(FND_FILE.OUTPUT, 'Batch Size: X_batch_size: '|| X_batch_size);
42: fnd_file.put_line(FND_FILE.OUTPUT, 'Number of Threads: X_Num_Workers: '|| X_Num_Workers);
43:
44: aso_debug_pub.g_debug_flag := nvl(fnd_profile.value('ASO_ENABLE_DEBUG'),'N');
45:
46: IF aso_debug_pub.g_debug_flag = 'Y' THEN
47: aso_debug_pub.add('****** Start of Migrate_Credit_Card_Data_Mgr API ******', 1, 'Y');
48: aso_debug_pub.add('Migrate_Credit_Card_Data_Mgr: X_batch_size: '|| X_batch_size, 1, 'Y');

Line 46: IF aso_debug_pub.g_debug_flag = 'Y' THEN

42: fnd_file.put_line(FND_FILE.OUTPUT, 'Number of Threads: X_Num_Workers: '|| X_Num_Workers);
43:
44: aso_debug_pub.g_debug_flag := nvl(fnd_profile.value('ASO_ENABLE_DEBUG'),'N');
45:
46: IF aso_debug_pub.g_debug_flag = 'Y' THEN
47: aso_debug_pub.add('****** Start of Migrate_Credit_Card_Data_Mgr API ******', 1, 'Y');
48: aso_debug_pub.add('Migrate_Credit_Card_Data_Mgr: X_batch_size: '|| X_batch_size, 1, 'Y');
49: aso_debug_pub.add('Migrate_Credit_Card_Data_Mgr: X_Num_Workers: '|| X_Num_Workers, 1, 'Y');
50: end if;

Line 47: aso_debug_pub.add('****** Start of Migrate_Credit_Card_Data_Mgr API ******', 1, 'Y');

43:
44: aso_debug_pub.g_debug_flag := nvl(fnd_profile.value('ASO_ENABLE_DEBUG'),'N');
45:
46: IF aso_debug_pub.g_debug_flag = 'Y' THEN
47: aso_debug_pub.add('****** Start of Migrate_Credit_Card_Data_Mgr API ******', 1, 'Y');
48: aso_debug_pub.add('Migrate_Credit_Card_Data_Mgr: X_batch_size: '|| X_batch_size, 1, 'Y');
49: aso_debug_pub.add('Migrate_Credit_Card_Data_Mgr: X_Num_Workers: '|| X_Num_Workers, 1, 'Y');
50: end if;
51:

Line 48: aso_debug_pub.add('Migrate_Credit_Card_Data_Mgr: X_batch_size: '|| X_batch_size, 1, 'Y');

44: aso_debug_pub.g_debug_flag := nvl(fnd_profile.value('ASO_ENABLE_DEBUG'),'N');
45:
46: IF aso_debug_pub.g_debug_flag = 'Y' THEN
47: aso_debug_pub.add('****** Start of Migrate_Credit_Card_Data_Mgr API ******', 1, 'Y');
48: aso_debug_pub.add('Migrate_Credit_Card_Data_Mgr: X_batch_size: '|| X_batch_size, 1, 'Y');
49: aso_debug_pub.add('Migrate_Credit_Card_Data_Mgr: X_Num_Workers: '|| X_Num_Workers, 1, 'Y');
50: end if;
51:
52: AD_CONC_UTILS_PKG.submit_subrequests(

Line 49: aso_debug_pub.add('Migrate_Credit_Card_Data_Mgr: X_Num_Workers: '|| X_Num_Workers, 1, 'Y');

45:
46: IF aso_debug_pub.g_debug_flag = 'Y' THEN
47: aso_debug_pub.add('****** Start of Migrate_Credit_Card_Data_Mgr API ******', 1, 'Y');
48: aso_debug_pub.add('Migrate_Credit_Card_Data_Mgr: X_batch_size: '|| X_batch_size, 1, 'Y');
49: aso_debug_pub.add('Migrate_Credit_Card_Data_Mgr: X_Num_Workers: '|| X_Num_Workers, 1, 'Y');
50: end if;
51:
52: AD_CONC_UTILS_PKG.submit_subrequests(
53: X_errbuf => X_errbuf,

Line 60: IF aso_debug_pub.g_debug_flag = 'Y' THEN

56: X_workerConc_progname => 'ASOCCCONPWKR',
57: X_batch_size => X_batch_size,
58: X_Num_Workers => X_Num_Workers) ;
59:
60: IF aso_debug_pub.g_debug_flag = 'Y' THEN
61: aso_debug_pub.add('****** End of Migrate_Credit_Card_Data_Mgr API ******', 1, 'Y');
62: end if;
63:
64: End Migrate_Credit_Card_Data_Mgr;

Line 61: aso_debug_pub.add('****** End of Migrate_Credit_Card_Data_Mgr API ******', 1, 'Y');

57: X_batch_size => X_batch_size,
58: X_Num_Workers => X_Num_Workers) ;
59:
60: IF aso_debug_pub.g_debug_flag = 'Y' THEN
61: aso_debug_pub.add('****** End of Migrate_Credit_Card_Data_Mgr API ******', 1, 'Y');
62: end if;
63:
64: End Migrate_Credit_Card_Data_Mgr;
65:

Line 238: aso_debug_pub.g_debug_flag := nvl(fnd_profile.value('ASO_ENABLE_DEBUG'),'N');

234: fnd_file.put_line(FND_FILE.OUTPUT, 'Concurrent Program Parameters');
235: fnd_file.put_line(FND_FILE.OUTPUT, 'Batch Size : '|| X_batch_size);
236: fnd_file.put_line(FND_FILE.OUTPUT, 'Number of Threads : '|| X_Num_Workers);
237:
238: aso_debug_pub.g_debug_flag := nvl(fnd_profile.value('ASO_ENABLE_DEBUG'),'N');
239:
240: IF aso_debug_pub.g_debug_flag = 'Y' THEN
241: aso_debug_pub.add('****** Start of Migrate_Credit_Card_Data API ******', 1, 'Y');
242: END IF;

Line 240: IF aso_debug_pub.g_debug_flag = 'Y' THEN

236: fnd_file.put_line(FND_FILE.OUTPUT, 'Number of Threads : '|| X_Num_Workers);
237:
238: aso_debug_pub.g_debug_flag := nvl(fnd_profile.value('ASO_ENABLE_DEBUG'),'N');
239:
240: IF aso_debug_pub.g_debug_flag = 'Y' THEN
241: aso_debug_pub.add('****** Start of Migrate_Credit_Card_Data API ******', 1, 'Y');
242: END IF;
243:
244: l_user_id := NVL(fnd_global.user_id, -1);

Line 241: aso_debug_pub.add('****** Start of Migrate_Credit_Card_Data API ******', 1, 'Y');

237:
238: aso_debug_pub.g_debug_flag := nvl(fnd_profile.value('ASO_ENABLE_DEBUG'),'N');
239:
240: IF aso_debug_pub.g_debug_flag = 'Y' THEN
241: aso_debug_pub.add('****** Start of Migrate_Credit_Card_Data API ******', 1, 'Y');
242: END IF;
243:
244: l_user_id := NVL(fnd_global.user_id, -1);
245:

Line 246: if aso_debug_pub.g_debug_flag = 'Y' then

242: END IF;
243:
244: l_user_id := NVL(fnd_global.user_id, -1);
245:
246: if aso_debug_pub.g_debug_flag = 'Y' then
247: aso_debug_pub.add('Migrate_Credit_Card_Data: l_user_id: '|| l_user_id, 1, 'Y');
248: aso_debug_pub.add('Migrate_Credit_Card_Data: l_table_owner: '|| l_table_owner, 1, 'Y');
249: aso_debug_pub.add('Migrate_Credit_Card_Data: l_table_name: '|| l_table_name, 1, 'Y');
250: aso_debug_pub.add('Migrate_Credit_Card_Data: l_script_name: '|| l_script_name, 1, 'Y');

Line 247: aso_debug_pub.add('Migrate_Credit_Card_Data: l_user_id: '|| l_user_id, 1, 'Y');

243:
244: l_user_id := NVL(fnd_global.user_id, -1);
245:
246: if aso_debug_pub.g_debug_flag = 'Y' then
247: aso_debug_pub.add('Migrate_Credit_Card_Data: l_user_id: '|| l_user_id, 1, 'Y');
248: aso_debug_pub.add('Migrate_Credit_Card_Data: l_table_owner: '|| l_table_owner, 1, 'Y');
249: aso_debug_pub.add('Migrate_Credit_Card_Data: l_table_name: '|| l_table_name, 1, 'Y');
250: aso_debug_pub.add('Migrate_Credit_Card_Data: l_script_name: '|| l_script_name, 1, 'Y');
251: aso_debug_pub.add('Migrate_Credit_Card_Data: x_worker_id: '|| x_worker_id, 1, 'Y');

Line 248: aso_debug_pub.add('Migrate_Credit_Card_Data: l_table_owner: '|| l_table_owner, 1, 'Y');

244: l_user_id := NVL(fnd_global.user_id, -1);
245:
246: if aso_debug_pub.g_debug_flag = 'Y' then
247: aso_debug_pub.add('Migrate_Credit_Card_Data: l_user_id: '|| l_user_id, 1, 'Y');
248: aso_debug_pub.add('Migrate_Credit_Card_Data: l_table_owner: '|| l_table_owner, 1, 'Y');
249: aso_debug_pub.add('Migrate_Credit_Card_Data: l_table_name: '|| l_table_name, 1, 'Y');
250: aso_debug_pub.add('Migrate_Credit_Card_Data: l_script_name: '|| l_script_name, 1, 'Y');
251: aso_debug_pub.add('Migrate_Credit_Card_Data: x_worker_id: '|| x_worker_id, 1, 'Y');
252: aso_debug_pub.add('Migrate_Credit_Card_Data: x_num_workers: '|| x_num_workers, 1, 'Y');

Line 249: aso_debug_pub.add('Migrate_Credit_Card_Data: l_table_name: '|| l_table_name, 1, 'Y');

245:
246: if aso_debug_pub.g_debug_flag = 'Y' then
247: aso_debug_pub.add('Migrate_Credit_Card_Data: l_user_id: '|| l_user_id, 1, 'Y');
248: aso_debug_pub.add('Migrate_Credit_Card_Data: l_table_owner: '|| l_table_owner, 1, 'Y');
249: aso_debug_pub.add('Migrate_Credit_Card_Data: l_table_name: '|| l_table_name, 1, 'Y');
250: aso_debug_pub.add('Migrate_Credit_Card_Data: l_script_name: '|| l_script_name, 1, 'Y');
251: aso_debug_pub.add('Migrate_Credit_Card_Data: x_worker_id: '|| x_worker_id, 1, 'Y');
252: aso_debug_pub.add('Migrate_Credit_Card_Data: x_num_workers: '|| x_num_workers, 1, 'Y');
253: aso_debug_pub.add('Migrate_Credit_Card_Data: x_batch_size: '|| x_batch_size, 1, 'Y');

Line 250: aso_debug_pub.add('Migrate_Credit_Card_Data: l_script_name: '|| l_script_name, 1, 'Y');

246: if aso_debug_pub.g_debug_flag = 'Y' then
247: aso_debug_pub.add('Migrate_Credit_Card_Data: l_user_id: '|| l_user_id, 1, 'Y');
248: aso_debug_pub.add('Migrate_Credit_Card_Data: l_table_owner: '|| l_table_owner, 1, 'Y');
249: aso_debug_pub.add('Migrate_Credit_Card_Data: l_table_name: '|| l_table_name, 1, 'Y');
250: aso_debug_pub.add('Migrate_Credit_Card_Data: l_script_name: '|| l_script_name, 1, 'Y');
251: aso_debug_pub.add('Migrate_Credit_Card_Data: x_worker_id: '|| x_worker_id, 1, 'Y');
252: aso_debug_pub.add('Migrate_Credit_Card_Data: x_num_workers: '|| x_num_workers, 1, 'Y');
253: aso_debug_pub.add('Migrate_Credit_Card_Data: x_batch_size: '|| x_batch_size, 1, 'Y');
254: end if;

Line 251: aso_debug_pub.add('Migrate_Credit_Card_Data: x_worker_id: '|| x_worker_id, 1, 'Y');

247: aso_debug_pub.add('Migrate_Credit_Card_Data: l_user_id: '|| l_user_id, 1, 'Y');
248: aso_debug_pub.add('Migrate_Credit_Card_Data: l_table_owner: '|| l_table_owner, 1, 'Y');
249: aso_debug_pub.add('Migrate_Credit_Card_Data: l_table_name: '|| l_table_name, 1, 'Y');
250: aso_debug_pub.add('Migrate_Credit_Card_Data: l_script_name: '|| l_script_name, 1, 'Y');
251: aso_debug_pub.add('Migrate_Credit_Card_Data: x_worker_id: '|| x_worker_id, 1, 'Y');
252: aso_debug_pub.add('Migrate_Credit_Card_Data: x_num_workers: '|| x_num_workers, 1, 'Y');
253: aso_debug_pub.add('Migrate_Credit_Card_Data: x_batch_size: '|| x_batch_size, 1, 'Y');
254: end if;
255:

Line 252: aso_debug_pub.add('Migrate_Credit_Card_Data: x_num_workers: '|| x_num_workers, 1, 'Y');

248: aso_debug_pub.add('Migrate_Credit_Card_Data: l_table_owner: '|| l_table_owner, 1, 'Y');
249: aso_debug_pub.add('Migrate_Credit_Card_Data: l_table_name: '|| l_table_name, 1, 'Y');
250: aso_debug_pub.add('Migrate_Credit_Card_Data: l_script_name: '|| l_script_name, 1, 'Y');
251: aso_debug_pub.add('Migrate_Credit_Card_Data: x_worker_id: '|| x_worker_id, 1, 'Y');
252: aso_debug_pub.add('Migrate_Credit_Card_Data: x_num_workers: '|| x_num_workers, 1, 'Y');
253: aso_debug_pub.add('Migrate_Credit_Card_Data: x_batch_size: '|| x_batch_size, 1, 'Y');
254: end if;
255:
256: --

Line 253: aso_debug_pub.add('Migrate_Credit_Card_Data: x_batch_size: '|| x_batch_size, 1, 'Y');

249: aso_debug_pub.add('Migrate_Credit_Card_Data: l_table_name: '|| l_table_name, 1, 'Y');
250: aso_debug_pub.add('Migrate_Credit_Card_Data: l_script_name: '|| l_script_name, 1, 'Y');
251: aso_debug_pub.add('Migrate_Credit_Card_Data: x_worker_id: '|| x_worker_id, 1, 'Y');
252: aso_debug_pub.add('Migrate_Credit_Card_Data: x_num_workers: '|| x_num_workers, 1, 'Y');
253: aso_debug_pub.add('Migrate_Credit_Card_Data: x_batch_size: '|| x_batch_size, 1, 'Y');
254: end if;
255:
256: --
257: -- get schema name of the table for ROWID range processing

Line 261: if aso_debug_pub.g_debug_flag = 'Y' then

257: -- get schema name of the table for ROWID range processing
258: --
259: l_retstatus := fnd_installation.get_app_info(l_product, l_status, l_industry, l_table_owner) ;
260:
261: if aso_debug_pub.g_debug_flag = 'Y' then
262: --aso_debug_pub.add('Migrate_Credit_Card_Data_Wkr: l_retstatus: '|| l_retstatus, 1, 'Y');
263: aso_debug_pub.add('Migrate_Credit_Card_Data_Wkr: l_table_owner: '|| l_table_owner, 1, 'Y');
264: end if;
265:

Line 262: --aso_debug_pub.add('Migrate_Credit_Card_Data_Wkr: l_retstatus: '|| l_retstatus, 1, 'Y');

258: --
259: l_retstatus := fnd_installation.get_app_info(l_product, l_status, l_industry, l_table_owner) ;
260:
261: if aso_debug_pub.g_debug_flag = 'Y' then
262: --aso_debug_pub.add('Migrate_Credit_Card_Data_Wkr: l_retstatus: '|| l_retstatus, 1, 'Y');
263: aso_debug_pub.add('Migrate_Credit_Card_Data_Wkr: l_table_owner: '|| l_table_owner, 1, 'Y');
264: end if;
265:
266: ad_parallel_updates_pkg.initialize_rowid_range( ad_parallel_updates_pkg.ROWID_RANGE,

Line 263: aso_debug_pub.add('Migrate_Credit_Card_Data_Wkr: l_table_owner: '|| l_table_owner, 1, 'Y');

259: l_retstatus := fnd_installation.get_app_info(l_product, l_status, l_industry, l_table_owner) ;
260:
261: if aso_debug_pub.g_debug_flag = 'Y' then
262: --aso_debug_pub.add('Migrate_Credit_Card_Data_Wkr: l_retstatus: '|| l_retstatus, 1, 'Y');
263: aso_debug_pub.add('Migrate_Credit_Card_Data_Wkr: l_table_owner: '|| l_table_owner, 1, 'Y');
264: end if;
265:
266: ad_parallel_updates_pkg.initialize_rowid_range( ad_parallel_updates_pkg.ROWID_RANGE,
267: l_table_owner,

Line 283: if aso_debug_pub.g_debug_flag = 'Y' then

279: x_batch_size,
280: TRUE
281: );
282:
283: if aso_debug_pub.g_debug_flag = 'Y' then
284: aso_debug_pub.add('Migrate_Credit_Card_Data: l_start_rowid: '|| l_start_rowid, 1, 'Y');
285: aso_debug_pub.add('Migrate_Credit_Card_Data: l_end_rowid: '|| l_end_rowid, 1, 'Y');
286: --aso_debug_pub.add('Migrate_Credit_Card_Data: l_any_rows_to_process: '|| l_any_rows_to_process, 1, 'Y');
287: aso_debug_pub.add('Migrate_Credit_Card_Data: x_batch_size: '|| x_batch_size, 1, 'Y');

Line 284: aso_debug_pub.add('Migrate_Credit_Card_Data: l_start_rowid: '|| l_start_rowid, 1, 'Y');

280: TRUE
281: );
282:
283: if aso_debug_pub.g_debug_flag = 'Y' then
284: aso_debug_pub.add('Migrate_Credit_Card_Data: l_start_rowid: '|| l_start_rowid, 1, 'Y');
285: aso_debug_pub.add('Migrate_Credit_Card_Data: l_end_rowid: '|| l_end_rowid, 1, 'Y');
286: --aso_debug_pub.add('Migrate_Credit_Card_Data: l_any_rows_to_process: '|| l_any_rows_to_process, 1, 'Y');
287: aso_debug_pub.add('Migrate_Credit_Card_Data: x_batch_size: '|| x_batch_size, 1, 'Y');
288: end if;

Line 285: aso_debug_pub.add('Migrate_Credit_Card_Data: l_end_rowid: '|| l_end_rowid, 1, 'Y');

281: );
282:
283: if aso_debug_pub.g_debug_flag = 'Y' then
284: aso_debug_pub.add('Migrate_Credit_Card_Data: l_start_rowid: '|| l_start_rowid, 1, 'Y');
285: aso_debug_pub.add('Migrate_Credit_Card_Data: l_end_rowid: '|| l_end_rowid, 1, 'Y');
286: --aso_debug_pub.add('Migrate_Credit_Card_Data: l_any_rows_to_process: '|| l_any_rows_to_process, 1, 'Y');
287: aso_debug_pub.add('Migrate_Credit_Card_Data: x_batch_size: '|| x_batch_size, 1, 'Y');
288: end if;
289:

Line 286: --aso_debug_pub.add('Migrate_Credit_Card_Data: l_any_rows_to_process: '|| l_any_rows_to_process, 1, 'Y');

282:
283: if aso_debug_pub.g_debug_flag = 'Y' then
284: aso_debug_pub.add('Migrate_Credit_Card_Data: l_start_rowid: '|| l_start_rowid, 1, 'Y');
285: aso_debug_pub.add('Migrate_Credit_Card_Data: l_end_rowid: '|| l_end_rowid, 1, 'Y');
286: --aso_debug_pub.add('Migrate_Credit_Card_Data: l_any_rows_to_process: '|| l_any_rows_to_process, 1, 'Y');
287: aso_debug_pub.add('Migrate_Credit_Card_Data: x_batch_size: '|| x_batch_size, 1, 'Y');
288: end if;
289:
290: --Check if 11i cc encryption is enabled or not

Line 287: aso_debug_pub.add('Migrate_Credit_Card_Data: x_batch_size: '|| x_batch_size, 1, 'Y');

283: if aso_debug_pub.g_debug_flag = 'Y' then
284: aso_debug_pub.add('Migrate_Credit_Card_Data: l_start_rowid: '|| l_start_rowid, 1, 'Y');
285: aso_debug_pub.add('Migrate_Credit_Card_Data: l_end_rowid: '|| l_end_rowid, 1, 'Y');
286: --aso_debug_pub.add('Migrate_Credit_Card_Data: l_any_rows_to_process: '|| l_any_rows_to_process, 1, 'Y');
287: aso_debug_pub.add('Migrate_Credit_Card_Data: x_batch_size: '|| x_batch_size, 1, 'Y');
288: end if;
289:
290: --Check if 11i cc encryption is enabled or not
291: l_encryption_enabled := iby_cc_security_pub.encryption_enabled();

Line 293: --if aso_debug_pub.g_debug_flag = 'Y' then

289:
290: --Check if 11i cc encryption is enabled or not
291: l_encryption_enabled := iby_cc_security_pub.encryption_enabled();
292:
293: --if aso_debug_pub.g_debug_flag = 'Y' then
294: --aso_debug_pub.add('Migrate_Credit_Card_Data: l_encryption_enabled: '|| l_encryption_enabled, 1, 'Y');
295: --end if;
296:
297:

Line 294: --aso_debug_pub.add('Migrate_Credit_Card_Data: l_encryption_enabled: '|| l_encryption_enabled, 1, 'Y');

290: --Check if 11i cc encryption is enabled or not
291: l_encryption_enabled := iby_cc_security_pub.encryption_enabled();
292:
293: --if aso_debug_pub.g_debug_flag = 'Y' then
294: --aso_debug_pub.add('Migrate_Credit_Card_Data: l_encryption_enabled: '|| l_encryption_enabled, 1, 'Y');
295: --end if;
296:
297:
298: WHILE (l_any_rows_to_process = TRUE) LOOP

Line 330: aso_debug_pub.add('Before for loop payment_id_tab.count: '|| payment_id_tab.count );

326: masked_cc_number_tab;
327:
328: CLOSE encrypted_credit_card_cur;
329:
330: aso_debug_pub.add('Before for loop payment_id_tab.count: '|| payment_id_tab.count );
331: fnd_file.put_line(FND_FILE.OUTPUT, 'Before for loop payment_id_tab.count: '|| payment_id_tab.count );
332:
333: IF payment_id_tab.count > 0 THEN
334:

Line 337: if aso_debug_pub.g_debug_flag = 'Y' then

333: IF payment_id_tab.count > 0 THEN
334:
335: FOR i in payment_id_tab.first..payment_id_tab.last LOOP
336:
337: if aso_debug_pub.g_debug_flag = 'Y' then
338: -- new debug messages
339: aso_debug_pub.add('******************************************');
340: aso_debug_pub.add('payment_id_tab('||i||'): '|| payment_id_tab(i) );
341: aso_debug_pub.add('payment_ref_number_tab('||i||'): '|| payment_ref_number_tab(i) );

Line 339: aso_debug_pub.add('******************************************');

335: FOR i in payment_id_tab.first..payment_id_tab.last LOOP
336:
337: if aso_debug_pub.g_debug_flag = 'Y' then
338: -- new debug messages
339: aso_debug_pub.add('******************************************');
340: aso_debug_pub.add('payment_id_tab('||i||'): '|| payment_id_tab(i) );
341: aso_debug_pub.add('payment_ref_number_tab('||i||'): '|| payment_ref_number_tab(i) );
342: aso_debug_pub.add('credit_card_code_tab('||i||'): '|| credit_card_code_tab(i) );
343: aso_debug_pub.add('cc_expiration_date_tab('||i||') '|| cc_expiration_date_tab(i) );

Line 340: aso_debug_pub.add('payment_id_tab('||i||'): '|| payment_id_tab(i) );

336:
337: if aso_debug_pub.g_debug_flag = 'Y' then
338: -- new debug messages
339: aso_debug_pub.add('******************************************');
340: aso_debug_pub.add('payment_id_tab('||i||'): '|| payment_id_tab(i) );
341: aso_debug_pub.add('payment_ref_number_tab('||i||'): '|| payment_ref_number_tab(i) );
342: aso_debug_pub.add('credit_card_code_tab('||i||'): '|| credit_card_code_tab(i) );
343: aso_debug_pub.add('cc_expiration_date_tab('||i||') '|| cc_expiration_date_tab(i) );
344: aso_debug_pub.add('cc_holder_name_tab('||i||'): '|| cc_holder_name_tab(i) );

Line 341: aso_debug_pub.add('payment_ref_number_tab('||i||'): '|| payment_ref_number_tab(i) );

337: if aso_debug_pub.g_debug_flag = 'Y' then
338: -- new debug messages
339: aso_debug_pub.add('******************************************');
340: aso_debug_pub.add('payment_id_tab('||i||'): '|| payment_id_tab(i) );
341: aso_debug_pub.add('payment_ref_number_tab('||i||'): '|| payment_ref_number_tab(i) );
342: aso_debug_pub.add('credit_card_code_tab('||i||'): '|| credit_card_code_tab(i) );
343: aso_debug_pub.add('cc_expiration_date_tab('||i||') '|| cc_expiration_date_tab(i) );
344: aso_debug_pub.add('cc_holder_name_tab('||i||'): '|| cc_holder_name_tab(i) );
345: aso_debug_pub.add('cc_expiration_date_tab('||i||'): '|| cc_expiration_date_tab(i) );

Line 342: aso_debug_pub.add('credit_card_code_tab('||i||'): '|| credit_card_code_tab(i) );

338: -- new debug messages
339: aso_debug_pub.add('******************************************');
340: aso_debug_pub.add('payment_id_tab('||i||'): '|| payment_id_tab(i) );
341: aso_debug_pub.add('payment_ref_number_tab('||i||'): '|| payment_ref_number_tab(i) );
342: aso_debug_pub.add('credit_card_code_tab('||i||'): '|| credit_card_code_tab(i) );
343: aso_debug_pub.add('cc_expiration_date_tab('||i||') '|| cc_expiration_date_tab(i) );
344: aso_debug_pub.add('cc_holder_name_tab('||i||'): '|| cc_holder_name_tab(i) );
345: aso_debug_pub.add('cc_expiration_date_tab('||i||'): '|| cc_expiration_date_tab(i) );
346: aso_debug_pub.add('order_id_tab('||i||'): '|| order_id_tab(i) );

Line 343: aso_debug_pub.add('cc_expiration_date_tab('||i||') '|| cc_expiration_date_tab(i) );

339: aso_debug_pub.add('******************************************');
340: aso_debug_pub.add('payment_id_tab('||i||'): '|| payment_id_tab(i) );
341: aso_debug_pub.add('payment_ref_number_tab('||i||'): '|| payment_ref_number_tab(i) );
342: aso_debug_pub.add('credit_card_code_tab('||i||'): '|| credit_card_code_tab(i) );
343: aso_debug_pub.add('cc_expiration_date_tab('||i||') '|| cc_expiration_date_tab(i) );
344: aso_debug_pub.add('cc_holder_name_tab('||i||'): '|| cc_holder_name_tab(i) );
345: aso_debug_pub.add('cc_expiration_date_tab('||i||'): '|| cc_expiration_date_tab(i) );
346: aso_debug_pub.add('order_id_tab('||i||'): '|| order_id_tab(i) );
347: aso_debug_pub.add('trxn_ref_number1_tab('||i||'): '|| trxn_ref_number1_tab(i) );

Line 344: aso_debug_pub.add('cc_holder_name_tab('||i||'): '|| cc_holder_name_tab(i) );

340: aso_debug_pub.add('payment_id_tab('||i||'): '|| payment_id_tab(i) );
341: aso_debug_pub.add('payment_ref_number_tab('||i||'): '|| payment_ref_number_tab(i) );
342: aso_debug_pub.add('credit_card_code_tab('||i||'): '|| credit_card_code_tab(i) );
343: aso_debug_pub.add('cc_expiration_date_tab('||i||') '|| cc_expiration_date_tab(i) );
344: aso_debug_pub.add('cc_holder_name_tab('||i||'): '|| cc_holder_name_tab(i) );
345: aso_debug_pub.add('cc_expiration_date_tab('||i||'): '|| cc_expiration_date_tab(i) );
346: aso_debug_pub.add('order_id_tab('||i||'): '|| order_id_tab(i) );
347: aso_debug_pub.add('trxn_ref_number1_tab('||i||'): '|| trxn_ref_number1_tab(i) );
348: aso_debug_pub.add('party_id_tab('||i||'): '|| party_id_tab(i) );

Line 345: aso_debug_pub.add('cc_expiration_date_tab('||i||'): '|| cc_expiration_date_tab(i) );

341: aso_debug_pub.add('payment_ref_number_tab('||i||'): '|| payment_ref_number_tab(i) );
342: aso_debug_pub.add('credit_card_code_tab('||i||'): '|| credit_card_code_tab(i) );
343: aso_debug_pub.add('cc_expiration_date_tab('||i||') '|| cc_expiration_date_tab(i) );
344: aso_debug_pub.add('cc_holder_name_tab('||i||'): '|| cc_holder_name_tab(i) );
345: aso_debug_pub.add('cc_expiration_date_tab('||i||'): '|| cc_expiration_date_tab(i) );
346: aso_debug_pub.add('order_id_tab('||i||'): '|| order_id_tab(i) );
347: aso_debug_pub.add('trxn_ref_number1_tab('||i||'): '|| trxn_ref_number1_tab(i) );
348: aso_debug_pub.add('party_id_tab('||i||'): '|| party_id_tab(i) );
349: aso_debug_pub.add('trxn_extension_id_tab('||i||'): '|| trxn_extension_id_tab(i) );

Line 346: aso_debug_pub.add('order_id_tab('||i||'): '|| order_id_tab(i) );

342: aso_debug_pub.add('credit_card_code_tab('||i||'): '|| credit_card_code_tab(i) );
343: aso_debug_pub.add('cc_expiration_date_tab('||i||') '|| cc_expiration_date_tab(i) );
344: aso_debug_pub.add('cc_holder_name_tab('||i||'): '|| cc_holder_name_tab(i) );
345: aso_debug_pub.add('cc_expiration_date_tab('||i||'): '|| cc_expiration_date_tab(i) );
346: aso_debug_pub.add('order_id_tab('||i||'): '|| order_id_tab(i) );
347: aso_debug_pub.add('trxn_ref_number1_tab('||i||'): '|| trxn_ref_number1_tab(i) );
348: aso_debug_pub.add('party_id_tab('||i||'): '|| party_id_tab(i) );
349: aso_debug_pub.add('trxn_extension_id_tab('||i||'): '|| trxn_extension_id_tab(i) );
350: aso_debug_pub.add('instrument_id_tab('||i||'): '|| instrument_id_tab(i));

Line 347: aso_debug_pub.add('trxn_ref_number1_tab('||i||'): '|| trxn_ref_number1_tab(i) );

343: aso_debug_pub.add('cc_expiration_date_tab('||i||') '|| cc_expiration_date_tab(i) );
344: aso_debug_pub.add('cc_holder_name_tab('||i||'): '|| cc_holder_name_tab(i) );
345: aso_debug_pub.add('cc_expiration_date_tab('||i||'): '|| cc_expiration_date_tab(i) );
346: aso_debug_pub.add('order_id_tab('||i||'): '|| order_id_tab(i) );
347: aso_debug_pub.add('trxn_ref_number1_tab('||i||'): '|| trxn_ref_number1_tab(i) );
348: aso_debug_pub.add('party_id_tab('||i||'): '|| party_id_tab(i) );
349: aso_debug_pub.add('trxn_extension_id_tab('||i||'): '|| trxn_extension_id_tab(i) );
350: aso_debug_pub.add('instrument_id_tab('||i||'): '|| instrument_id_tab(i));
351: aso_debug_pub.add('create_payer_flag_tab('||i||'): '|| create_payer_flag_tab(i) );

Line 348: aso_debug_pub.add('party_id_tab('||i||'): '|| party_id_tab(i) );

344: aso_debug_pub.add('cc_holder_name_tab('||i||'): '|| cc_holder_name_tab(i) );
345: aso_debug_pub.add('cc_expiration_date_tab('||i||'): '|| cc_expiration_date_tab(i) );
346: aso_debug_pub.add('order_id_tab('||i||'): '|| order_id_tab(i) );
347: aso_debug_pub.add('trxn_ref_number1_tab('||i||'): '|| trxn_ref_number1_tab(i) );
348: aso_debug_pub.add('party_id_tab('||i||'): '|| party_id_tab(i) );
349: aso_debug_pub.add('trxn_extension_id_tab('||i||'): '|| trxn_extension_id_tab(i) );
350: aso_debug_pub.add('instrument_id_tab('||i||'): '|| instrument_id_tab(i));
351: aso_debug_pub.add('create_payer_flag_tab('||i||'): '|| create_payer_flag_tab(i) );
352: aso_debug_pub.add('instr_assignment_id_tab: '|| instr_assignment_id_tab(i) );

Line 349: aso_debug_pub.add('trxn_extension_id_tab('||i||'): '|| trxn_extension_id_tab(i) );

345: aso_debug_pub.add('cc_expiration_date_tab('||i||'): '|| cc_expiration_date_tab(i) );
346: aso_debug_pub.add('order_id_tab('||i||'): '|| order_id_tab(i) );
347: aso_debug_pub.add('trxn_ref_number1_tab('||i||'): '|| trxn_ref_number1_tab(i) );
348: aso_debug_pub.add('party_id_tab('||i||'): '|| party_id_tab(i) );
349: aso_debug_pub.add('trxn_extension_id_tab('||i||'): '|| trxn_extension_id_tab(i) );
350: aso_debug_pub.add('instrument_id_tab('||i||'): '|| instrument_id_tab(i));
351: aso_debug_pub.add('create_payer_flag_tab('||i||'): '|| create_payer_flag_tab(i) );
352: aso_debug_pub.add('instr_assignment_id_tab: '|| instr_assignment_id_tab(i) );
353: aso_debug_pub.add('cc_number_hash1_tab('||i||'): '|| cc_number_hash1_tab(i) );

Line 350: aso_debug_pub.add('instrument_id_tab('||i||'): '|| instrument_id_tab(i));

346: aso_debug_pub.add('order_id_tab('||i||'): '|| order_id_tab(i) );
347: aso_debug_pub.add('trxn_ref_number1_tab('||i||'): '|| trxn_ref_number1_tab(i) );
348: aso_debug_pub.add('party_id_tab('||i||'): '|| party_id_tab(i) );
349: aso_debug_pub.add('trxn_extension_id_tab('||i||'): '|| trxn_extension_id_tab(i) );
350: aso_debug_pub.add('instrument_id_tab('||i||'): '|| instrument_id_tab(i));
351: aso_debug_pub.add('create_payer_flag_tab('||i||'): '|| create_payer_flag_tab(i) );
352: aso_debug_pub.add('instr_assignment_id_tab: '|| instr_assignment_id_tab(i) );
353: aso_debug_pub.add('cc_number_hash1_tab('||i||'): '|| cc_number_hash1_tab(i) );
354: aso_debug_pub.add('cc_number_hash2_tab('||i||'): '|| cc_number_hash2_tab(i) );

Line 351: aso_debug_pub.add('create_payer_flag_tab('||i||'): '|| create_payer_flag_tab(i) );

347: aso_debug_pub.add('trxn_ref_number1_tab('||i||'): '|| trxn_ref_number1_tab(i) );
348: aso_debug_pub.add('party_id_tab('||i||'): '|| party_id_tab(i) );
349: aso_debug_pub.add('trxn_extension_id_tab('||i||'): '|| trxn_extension_id_tab(i) );
350: aso_debug_pub.add('instrument_id_tab('||i||'): '|| instrument_id_tab(i));
351: aso_debug_pub.add('create_payer_flag_tab('||i||'): '|| create_payer_flag_tab(i) );
352: aso_debug_pub.add('instr_assignment_id_tab: '|| instr_assignment_id_tab(i) );
353: aso_debug_pub.add('cc_number_hash1_tab('||i||'): '|| cc_number_hash1_tab(i) );
354: aso_debug_pub.add('cc_number_hash2_tab('||i||'): '|| cc_number_hash2_tab(i) );
355: aso_debug_pub.add('cc_issuer_range_id_tab('||i||'): '|| cc_issuer_range_id_tab(i) );

Line 352: aso_debug_pub.add('instr_assignment_id_tab: '|| instr_assignment_id_tab(i) );

348: aso_debug_pub.add('party_id_tab('||i||'): '|| party_id_tab(i) );
349: aso_debug_pub.add('trxn_extension_id_tab('||i||'): '|| trxn_extension_id_tab(i) );
350: aso_debug_pub.add('instrument_id_tab('||i||'): '|| instrument_id_tab(i));
351: aso_debug_pub.add('create_payer_flag_tab('||i||'): '|| create_payer_flag_tab(i) );
352: aso_debug_pub.add('instr_assignment_id_tab: '|| instr_assignment_id_tab(i) );
353: aso_debug_pub.add('cc_number_hash1_tab('||i||'): '|| cc_number_hash1_tab(i) );
354: aso_debug_pub.add('cc_number_hash2_tab('||i||'): '|| cc_number_hash2_tab(i) );
355: aso_debug_pub.add('cc_issuer_range_id_tab('||i||'): '|| cc_issuer_range_id_tab(i) );
356: aso_debug_pub.add('sec_segment_id_tab('||i||'): '|| sec_segment_id_tab(i) );

Line 353: aso_debug_pub.add('cc_number_hash1_tab('||i||'): '|| cc_number_hash1_tab(i) );

349: aso_debug_pub.add('trxn_extension_id_tab('||i||'): '|| trxn_extension_id_tab(i) );
350: aso_debug_pub.add('instrument_id_tab('||i||'): '|| instrument_id_tab(i));
351: aso_debug_pub.add('create_payer_flag_tab('||i||'): '|| create_payer_flag_tab(i) );
352: aso_debug_pub.add('instr_assignment_id_tab: '|| instr_assignment_id_tab(i) );
353: aso_debug_pub.add('cc_number_hash1_tab('||i||'): '|| cc_number_hash1_tab(i) );
354: aso_debug_pub.add('cc_number_hash2_tab('||i||'): '|| cc_number_hash2_tab(i) );
355: aso_debug_pub.add('cc_issuer_range_id_tab('||i||'): '|| cc_issuer_range_id_tab(i) );
356: aso_debug_pub.add('sec_segment_id_tab('||i||'): '|| sec_segment_id_tab(i) );
357: aso_debug_pub.add('cc_number_length_tab('||i||'): '|| cc_number_length_tab(i) );

Line 354: aso_debug_pub.add('cc_number_hash2_tab('||i||'): '|| cc_number_hash2_tab(i) );

350: aso_debug_pub.add('instrument_id_tab('||i||'): '|| instrument_id_tab(i));
351: aso_debug_pub.add('create_payer_flag_tab('||i||'): '|| create_payer_flag_tab(i) );
352: aso_debug_pub.add('instr_assignment_id_tab: '|| instr_assignment_id_tab(i) );
353: aso_debug_pub.add('cc_number_hash1_tab('||i||'): '|| cc_number_hash1_tab(i) );
354: aso_debug_pub.add('cc_number_hash2_tab('||i||'): '|| cc_number_hash2_tab(i) );
355: aso_debug_pub.add('cc_issuer_range_id_tab('||i||'): '|| cc_issuer_range_id_tab(i) );
356: aso_debug_pub.add('sec_segment_id_tab('||i||'): '|| sec_segment_id_tab(i) );
357: aso_debug_pub.add('cc_number_length_tab('||i||'): '|| cc_number_length_tab(i) );
358: aso_debug_pub.add('cc_unmask_digits_tab('||i||'): '|| cc_unmask_digits_tab(i) );

Line 355: aso_debug_pub.add('cc_issuer_range_id_tab('||i||'): '|| cc_issuer_range_id_tab(i) );

351: aso_debug_pub.add('create_payer_flag_tab('||i||'): '|| create_payer_flag_tab(i) );
352: aso_debug_pub.add('instr_assignment_id_tab: '|| instr_assignment_id_tab(i) );
353: aso_debug_pub.add('cc_number_hash1_tab('||i||'): '|| cc_number_hash1_tab(i) );
354: aso_debug_pub.add('cc_number_hash2_tab('||i||'): '|| cc_number_hash2_tab(i) );
355: aso_debug_pub.add('cc_issuer_range_id_tab('||i||'): '|| cc_issuer_range_id_tab(i) );
356: aso_debug_pub.add('sec_segment_id_tab('||i||'): '|| sec_segment_id_tab(i) );
357: aso_debug_pub.add('cc_number_length_tab('||i||'): '|| cc_number_length_tab(i) );
358: aso_debug_pub.add('cc_unmask_digits_tab('||i||'): '|| cc_unmask_digits_tab(i) );
359: aso_debug_pub.add('masked_cc_number_tab('||i||'): '|| masked_cc_number_tab(i) );

Line 356: aso_debug_pub.add('sec_segment_id_tab('||i||'): '|| sec_segment_id_tab(i) );

352: aso_debug_pub.add('instr_assignment_id_tab: '|| instr_assignment_id_tab(i) );
353: aso_debug_pub.add('cc_number_hash1_tab('||i||'): '|| cc_number_hash1_tab(i) );
354: aso_debug_pub.add('cc_number_hash2_tab('||i||'): '|| cc_number_hash2_tab(i) );
355: aso_debug_pub.add('cc_issuer_range_id_tab('||i||'): '|| cc_issuer_range_id_tab(i) );
356: aso_debug_pub.add('sec_segment_id_tab('||i||'): '|| sec_segment_id_tab(i) );
357: aso_debug_pub.add('cc_number_length_tab('||i||'): '|| cc_number_length_tab(i) );
358: aso_debug_pub.add('cc_unmask_digits_tab('||i||'): '|| cc_unmask_digits_tab(i) );
359: aso_debug_pub.add('masked_cc_number_tab('||i||'): '|| masked_cc_number_tab(i) );
360:

Line 357: aso_debug_pub.add('cc_number_length_tab('||i||'): '|| cc_number_length_tab(i) );

353: aso_debug_pub.add('cc_number_hash1_tab('||i||'): '|| cc_number_hash1_tab(i) );
354: aso_debug_pub.add('cc_number_hash2_tab('||i||'): '|| cc_number_hash2_tab(i) );
355: aso_debug_pub.add('cc_issuer_range_id_tab('||i||'): '|| cc_issuer_range_id_tab(i) );
356: aso_debug_pub.add('sec_segment_id_tab('||i||'): '|| sec_segment_id_tab(i) );
357: aso_debug_pub.add('cc_number_length_tab('||i||'): '|| cc_number_length_tab(i) );
358: aso_debug_pub.add('cc_unmask_digits_tab('||i||'): '|| cc_unmask_digits_tab(i) );
359: aso_debug_pub.add('masked_cc_number_tab('||i||'): '|| masked_cc_number_tab(i) );
360:
361: aso_debug_pub.add('******************************************');

Line 358: aso_debug_pub.add('cc_unmask_digits_tab('||i||'): '|| cc_unmask_digits_tab(i) );

354: aso_debug_pub.add('cc_number_hash2_tab('||i||'): '|| cc_number_hash2_tab(i) );
355: aso_debug_pub.add('cc_issuer_range_id_tab('||i||'): '|| cc_issuer_range_id_tab(i) );
356: aso_debug_pub.add('sec_segment_id_tab('||i||'): '|| sec_segment_id_tab(i) );
357: aso_debug_pub.add('cc_number_length_tab('||i||'): '|| cc_number_length_tab(i) );
358: aso_debug_pub.add('cc_unmask_digits_tab('||i||'): '|| cc_unmask_digits_tab(i) );
359: aso_debug_pub.add('masked_cc_number_tab('||i||'): '|| masked_cc_number_tab(i) );
360:
361: aso_debug_pub.add('******************************************');
362: END IF;

Line 359: aso_debug_pub.add('masked_cc_number_tab('||i||'): '|| masked_cc_number_tab(i) );

355: aso_debug_pub.add('cc_issuer_range_id_tab('||i||'): '|| cc_issuer_range_id_tab(i) );
356: aso_debug_pub.add('sec_segment_id_tab('||i||'): '|| sec_segment_id_tab(i) );
357: aso_debug_pub.add('cc_number_length_tab('||i||'): '|| cc_number_length_tab(i) );
358: aso_debug_pub.add('cc_unmask_digits_tab('||i||'): '|| cc_unmask_digits_tab(i) );
359: aso_debug_pub.add('masked_cc_number_tab('||i||'): '|| masked_cc_number_tab(i) );
360:
361: aso_debug_pub.add('******************************************');
362: END IF;
363: END LOOP;

Line 361: aso_debug_pub.add('******************************************');

357: aso_debug_pub.add('cc_number_length_tab('||i||'): '|| cc_number_length_tab(i) );
358: aso_debug_pub.add('cc_unmask_digits_tab('||i||'): '|| cc_unmask_digits_tab(i) );
359: aso_debug_pub.add('masked_cc_number_tab('||i||'): '|| masked_cc_number_tab(i) );
360:
361: aso_debug_pub.add('******************************************');
362: END IF;
363: END LOOP;
364: if aso_debug_pub.g_debug_flag = 'Y' then
365: aso_debug_pub.add('After for loop payment_id_tab.count: '|| payment_id_tab.count );

Line 364: if aso_debug_pub.g_debug_flag = 'Y' then

360:
361: aso_debug_pub.add('******************************************');
362: END IF;
363: END LOOP;
364: if aso_debug_pub.g_debug_flag = 'Y' then
365: aso_debug_pub.add('After for loop payment_id_tab.count: '|| payment_id_tab.count );
366: end if;
367:
368:

Line 365: aso_debug_pub.add('After for loop payment_id_tab.count: '|| payment_id_tab.count );

361: aso_debug_pub.add('******************************************');
362: END IF;
363: END LOOP;
364: if aso_debug_pub.g_debug_flag = 'Y' then
365: aso_debug_pub.add('After for loop payment_id_tab.count: '|| payment_id_tab.count );
366: end if;
367:
368:
369: BEGIN -- begin1

Line 610: aso_debug_pub.add('Before for loop payment_id_tab.count: '|| payment_id_tab.count );

606: masked_cc_number_tab;
607:
608: CLOSE unencrypted_credit_card_cur;
609:
610: aso_debug_pub.add('Before for loop payment_id_tab.count: '|| payment_id_tab.count );
611: fnd_file.put_line(FND_FILE.OUTPUT, 'Before for loop payment_id_tab.count: '|| payment_id_tab.count );
612:
613: IF payment_id_tab.count > 0 THEN
614:

Line 617: if aso_debug_pub.g_debug_flag = 'Y' then

613: IF payment_id_tab.count > 0 THEN
614:
615: FOR i in payment_id_tab.first..payment_id_tab.last LOOP
616:
617: if aso_debug_pub.g_debug_flag = 'Y' then
618: -- new debug messages
619: aso_debug_pub.add('******************************************');
620: aso_debug_pub.add('payment_id_tab('||i||'): '|| payment_id_tab(i) );
621: aso_debug_pub.add('payment_ref_number_tab('||i||'): '|| payment_ref_number_tab(i) );

Line 619: aso_debug_pub.add('******************************************');

615: FOR i in payment_id_tab.first..payment_id_tab.last LOOP
616:
617: if aso_debug_pub.g_debug_flag = 'Y' then
618: -- new debug messages
619: aso_debug_pub.add('******************************************');
620: aso_debug_pub.add('payment_id_tab('||i||'): '|| payment_id_tab(i) );
621: aso_debug_pub.add('payment_ref_number_tab('||i||'): '|| payment_ref_number_tab(i) );
622: aso_debug_pub.add('credit_card_code_tab('||i||'): '|| credit_card_code_tab(i) );
623: aso_debug_pub.add('cc_holder_name_tab('||i||'): '|| cc_holder_name_tab(i) );

Line 620: aso_debug_pub.add('payment_id_tab('||i||'): '|| payment_id_tab(i) );

616:
617: if aso_debug_pub.g_debug_flag = 'Y' then
618: -- new debug messages
619: aso_debug_pub.add('******************************************');
620: aso_debug_pub.add('payment_id_tab('||i||'): '|| payment_id_tab(i) );
621: aso_debug_pub.add('payment_ref_number_tab('||i||'): '|| payment_ref_number_tab(i) );
622: aso_debug_pub.add('credit_card_code_tab('||i||'): '|| credit_card_code_tab(i) );
623: aso_debug_pub.add('cc_holder_name_tab('||i||'): '|| cc_holder_name_tab(i) );
624: aso_debug_pub.add('cc_expiration_date_tab('||i||') '|| cc_expiration_date_tab(i) );

Line 621: aso_debug_pub.add('payment_ref_number_tab('||i||'): '|| payment_ref_number_tab(i) );

617: if aso_debug_pub.g_debug_flag = 'Y' then
618: -- new debug messages
619: aso_debug_pub.add('******************************************');
620: aso_debug_pub.add('payment_id_tab('||i||'): '|| payment_id_tab(i) );
621: aso_debug_pub.add('payment_ref_number_tab('||i||'): '|| payment_ref_number_tab(i) );
622: aso_debug_pub.add('credit_card_code_tab('||i||'): '|| credit_card_code_tab(i) );
623: aso_debug_pub.add('cc_holder_name_tab('||i||'): '|| cc_holder_name_tab(i) );
624: aso_debug_pub.add('cc_expiration_date_tab('||i||') '|| cc_expiration_date_tab(i) );
625: aso_debug_pub.add('order_id_tab('||i||'): '|| order_id_tab(i) );

Line 622: aso_debug_pub.add('credit_card_code_tab('||i||'): '|| credit_card_code_tab(i) );

618: -- new debug messages
619: aso_debug_pub.add('******************************************');
620: aso_debug_pub.add('payment_id_tab('||i||'): '|| payment_id_tab(i) );
621: aso_debug_pub.add('payment_ref_number_tab('||i||'): '|| payment_ref_number_tab(i) );
622: aso_debug_pub.add('credit_card_code_tab('||i||'): '|| credit_card_code_tab(i) );
623: aso_debug_pub.add('cc_holder_name_tab('||i||'): '|| cc_holder_name_tab(i) );
624: aso_debug_pub.add('cc_expiration_date_tab('||i||') '|| cc_expiration_date_tab(i) );
625: aso_debug_pub.add('order_id_tab('||i||'): '|| order_id_tab(i) );
626: aso_debug_pub.add('trxn_ref_number1_tab('||i||'): '|| trxn_ref_number1_tab(i) );

Line 623: aso_debug_pub.add('cc_holder_name_tab('||i||'): '|| cc_holder_name_tab(i) );

619: aso_debug_pub.add('******************************************');
620: aso_debug_pub.add('payment_id_tab('||i||'): '|| payment_id_tab(i) );
621: aso_debug_pub.add('payment_ref_number_tab('||i||'): '|| payment_ref_number_tab(i) );
622: aso_debug_pub.add('credit_card_code_tab('||i||'): '|| credit_card_code_tab(i) );
623: aso_debug_pub.add('cc_holder_name_tab('||i||'): '|| cc_holder_name_tab(i) );
624: aso_debug_pub.add('cc_expiration_date_tab('||i||') '|| cc_expiration_date_tab(i) );
625: aso_debug_pub.add('order_id_tab('||i||'): '|| order_id_tab(i) );
626: aso_debug_pub.add('trxn_ref_number1_tab('||i||'): '|| trxn_ref_number1_tab(i) );
627: aso_debug_pub.add('party_id_tab('||i||'): '|| party_id_tab(i) );

Line 624: aso_debug_pub.add('cc_expiration_date_tab('||i||') '|| cc_expiration_date_tab(i) );

620: aso_debug_pub.add('payment_id_tab('||i||'): '|| payment_id_tab(i) );
621: aso_debug_pub.add('payment_ref_number_tab('||i||'): '|| payment_ref_number_tab(i) );
622: aso_debug_pub.add('credit_card_code_tab('||i||'): '|| credit_card_code_tab(i) );
623: aso_debug_pub.add('cc_holder_name_tab('||i||'): '|| cc_holder_name_tab(i) );
624: aso_debug_pub.add('cc_expiration_date_tab('||i||') '|| cc_expiration_date_tab(i) );
625: aso_debug_pub.add('order_id_tab('||i||'): '|| order_id_tab(i) );
626: aso_debug_pub.add('trxn_ref_number1_tab('||i||'): '|| trxn_ref_number1_tab(i) );
627: aso_debug_pub.add('party_id_tab('||i||'): '|| party_id_tab(i) );
628: aso_debug_pub.add('trxn_extension_id_tab('||i||'): '|| trxn_extension_id_tab(i) );

Line 625: aso_debug_pub.add('order_id_tab('||i||'): '|| order_id_tab(i) );

621: aso_debug_pub.add('payment_ref_number_tab('||i||'): '|| payment_ref_number_tab(i) );
622: aso_debug_pub.add('credit_card_code_tab('||i||'): '|| credit_card_code_tab(i) );
623: aso_debug_pub.add('cc_holder_name_tab('||i||'): '|| cc_holder_name_tab(i) );
624: aso_debug_pub.add('cc_expiration_date_tab('||i||') '|| cc_expiration_date_tab(i) );
625: aso_debug_pub.add('order_id_tab('||i||'): '|| order_id_tab(i) );
626: aso_debug_pub.add('trxn_ref_number1_tab('||i||'): '|| trxn_ref_number1_tab(i) );
627: aso_debug_pub.add('party_id_tab('||i||'): '|| party_id_tab(i) );
628: aso_debug_pub.add('trxn_extension_id_tab('||i||'): '|| trxn_extension_id_tab(i) );
629: aso_debug_pub.add('instrument_id_tab('||i||'): '|| instrument_id_tab(i));

Line 626: aso_debug_pub.add('trxn_ref_number1_tab('||i||'): '|| trxn_ref_number1_tab(i) );

622: aso_debug_pub.add('credit_card_code_tab('||i||'): '|| credit_card_code_tab(i) );
623: aso_debug_pub.add('cc_holder_name_tab('||i||'): '|| cc_holder_name_tab(i) );
624: aso_debug_pub.add('cc_expiration_date_tab('||i||') '|| cc_expiration_date_tab(i) );
625: aso_debug_pub.add('order_id_tab('||i||'): '|| order_id_tab(i) );
626: aso_debug_pub.add('trxn_ref_number1_tab('||i||'): '|| trxn_ref_number1_tab(i) );
627: aso_debug_pub.add('party_id_tab('||i||'): '|| party_id_tab(i) );
628: aso_debug_pub.add('trxn_extension_id_tab('||i||'): '|| trxn_extension_id_tab(i) );
629: aso_debug_pub.add('instrument_id_tab('||i||'): '|| instrument_id_tab(i));
630: aso_debug_pub.add('ext_payer_id_tab('||i||'): '|| ext_payer_id_tab(i));

Line 627: aso_debug_pub.add('party_id_tab('||i||'): '|| party_id_tab(i) );

623: aso_debug_pub.add('cc_holder_name_tab('||i||'): '|| cc_holder_name_tab(i) );
624: aso_debug_pub.add('cc_expiration_date_tab('||i||') '|| cc_expiration_date_tab(i) );
625: aso_debug_pub.add('order_id_tab('||i||'): '|| order_id_tab(i) );
626: aso_debug_pub.add('trxn_ref_number1_tab('||i||'): '|| trxn_ref_number1_tab(i) );
627: aso_debug_pub.add('party_id_tab('||i||'): '|| party_id_tab(i) );
628: aso_debug_pub.add('trxn_extension_id_tab('||i||'): '|| trxn_extension_id_tab(i) );
629: aso_debug_pub.add('instrument_id_tab('||i||'): '|| instrument_id_tab(i));
630: aso_debug_pub.add('ext_payer_id_tab('||i||'): '|| ext_payer_id_tab(i));
631: aso_debug_pub.add('create_payer_flag_tab('||i||'): '|| create_payer_flag_tab(i) );

Line 628: aso_debug_pub.add('trxn_extension_id_tab('||i||'): '|| trxn_extension_id_tab(i) );

624: aso_debug_pub.add('cc_expiration_date_tab('||i||') '|| cc_expiration_date_tab(i) );
625: aso_debug_pub.add('order_id_tab('||i||'): '|| order_id_tab(i) );
626: aso_debug_pub.add('trxn_ref_number1_tab('||i||'): '|| trxn_ref_number1_tab(i) );
627: aso_debug_pub.add('party_id_tab('||i||'): '|| party_id_tab(i) );
628: aso_debug_pub.add('trxn_extension_id_tab('||i||'): '|| trxn_extension_id_tab(i) );
629: aso_debug_pub.add('instrument_id_tab('||i||'): '|| instrument_id_tab(i));
630: aso_debug_pub.add('ext_payer_id_tab('||i||'): '|| ext_payer_id_tab(i));
631: aso_debug_pub.add('create_payer_flag_tab('||i||'): '|| create_payer_flag_tab(i) );
632: aso_debug_pub.add('instr_assignment_id_tab: '|| instr_assignment_id_tab(i) );

Line 629: aso_debug_pub.add('instrument_id_tab('||i||'): '|| instrument_id_tab(i));

625: aso_debug_pub.add('order_id_tab('||i||'): '|| order_id_tab(i) );
626: aso_debug_pub.add('trxn_ref_number1_tab('||i||'): '|| trxn_ref_number1_tab(i) );
627: aso_debug_pub.add('party_id_tab('||i||'): '|| party_id_tab(i) );
628: aso_debug_pub.add('trxn_extension_id_tab('||i||'): '|| trxn_extension_id_tab(i) );
629: aso_debug_pub.add('instrument_id_tab('||i||'): '|| instrument_id_tab(i));
630: aso_debug_pub.add('ext_payer_id_tab('||i||'): '|| ext_payer_id_tab(i));
631: aso_debug_pub.add('create_payer_flag_tab('||i||'): '|| create_payer_flag_tab(i) );
632: aso_debug_pub.add('instr_assignment_id_tab: '|| instr_assignment_id_tab(i) );
633: aso_debug_pub.add('cc_number_hash1_tab('||i||'): '|| cc_number_hash1_tab(i) );

Line 630: aso_debug_pub.add('ext_payer_id_tab('||i||'): '|| ext_payer_id_tab(i));

626: aso_debug_pub.add('trxn_ref_number1_tab('||i||'): '|| trxn_ref_number1_tab(i) );
627: aso_debug_pub.add('party_id_tab('||i||'): '|| party_id_tab(i) );
628: aso_debug_pub.add('trxn_extension_id_tab('||i||'): '|| trxn_extension_id_tab(i) );
629: aso_debug_pub.add('instrument_id_tab('||i||'): '|| instrument_id_tab(i));
630: aso_debug_pub.add('ext_payer_id_tab('||i||'): '|| ext_payer_id_tab(i));
631: aso_debug_pub.add('create_payer_flag_tab('||i||'): '|| create_payer_flag_tab(i) );
632: aso_debug_pub.add('instr_assignment_id_tab: '|| instr_assignment_id_tab(i) );
633: aso_debug_pub.add('cc_number_hash1_tab('||i||'): '|| cc_number_hash1_tab(i) );
634: aso_debug_pub.add('cc_number_hash2_tab('||i||'): '|| cc_number_hash2_tab(i) );

Line 631: aso_debug_pub.add('create_payer_flag_tab('||i||'): '|| create_payer_flag_tab(i) );

627: aso_debug_pub.add('party_id_tab('||i||'): '|| party_id_tab(i) );
628: aso_debug_pub.add('trxn_extension_id_tab('||i||'): '|| trxn_extension_id_tab(i) );
629: aso_debug_pub.add('instrument_id_tab('||i||'): '|| instrument_id_tab(i));
630: aso_debug_pub.add('ext_payer_id_tab('||i||'): '|| ext_payer_id_tab(i));
631: aso_debug_pub.add('create_payer_flag_tab('||i||'): '|| create_payer_flag_tab(i) );
632: aso_debug_pub.add('instr_assignment_id_tab: '|| instr_assignment_id_tab(i) );
633: aso_debug_pub.add('cc_number_hash1_tab('||i||'): '|| cc_number_hash1_tab(i) );
634: aso_debug_pub.add('cc_number_hash2_tab('||i||'): '|| cc_number_hash2_tab(i) );
635: aso_debug_pub.add('cc_issuer_range_id_tab('||i||'): '|| cc_issuer_range_id_tab(i) );

Line 632: aso_debug_pub.add('instr_assignment_id_tab: '|| instr_assignment_id_tab(i) );

628: aso_debug_pub.add('trxn_extension_id_tab('||i||'): '|| trxn_extension_id_tab(i) );
629: aso_debug_pub.add('instrument_id_tab('||i||'): '|| instrument_id_tab(i));
630: aso_debug_pub.add('ext_payer_id_tab('||i||'): '|| ext_payer_id_tab(i));
631: aso_debug_pub.add('create_payer_flag_tab('||i||'): '|| create_payer_flag_tab(i) );
632: aso_debug_pub.add('instr_assignment_id_tab: '|| instr_assignment_id_tab(i) );
633: aso_debug_pub.add('cc_number_hash1_tab('||i||'): '|| cc_number_hash1_tab(i) );
634: aso_debug_pub.add('cc_number_hash2_tab('||i||'): '|| cc_number_hash2_tab(i) );
635: aso_debug_pub.add('cc_issuer_range_id_tab('||i||'): '|| cc_issuer_range_id_tab(i) );
636: --aso_debug_pub.add('sec_segment_id_tab('||i||'): '|| sec_segment_id_tab(i) );

Line 633: aso_debug_pub.add('cc_number_hash1_tab('||i||'): '|| cc_number_hash1_tab(i) );

629: aso_debug_pub.add('instrument_id_tab('||i||'): '|| instrument_id_tab(i));
630: aso_debug_pub.add('ext_payer_id_tab('||i||'): '|| ext_payer_id_tab(i));
631: aso_debug_pub.add('create_payer_flag_tab('||i||'): '|| create_payer_flag_tab(i) );
632: aso_debug_pub.add('instr_assignment_id_tab: '|| instr_assignment_id_tab(i) );
633: aso_debug_pub.add('cc_number_hash1_tab('||i||'): '|| cc_number_hash1_tab(i) );
634: aso_debug_pub.add('cc_number_hash2_tab('||i||'): '|| cc_number_hash2_tab(i) );
635: aso_debug_pub.add('cc_issuer_range_id_tab('||i||'): '|| cc_issuer_range_id_tab(i) );
636: --aso_debug_pub.add('sec_segment_id_tab('||i||'): '|| sec_segment_id_tab(i) );
637: aso_debug_pub.add('cc_number_length_tab('||i||'): '|| cc_number_length_tab(i) );

Line 634: aso_debug_pub.add('cc_number_hash2_tab('||i||'): '|| cc_number_hash2_tab(i) );

630: aso_debug_pub.add('ext_payer_id_tab('||i||'): '|| ext_payer_id_tab(i));
631: aso_debug_pub.add('create_payer_flag_tab('||i||'): '|| create_payer_flag_tab(i) );
632: aso_debug_pub.add('instr_assignment_id_tab: '|| instr_assignment_id_tab(i) );
633: aso_debug_pub.add('cc_number_hash1_tab('||i||'): '|| cc_number_hash1_tab(i) );
634: aso_debug_pub.add('cc_number_hash2_tab('||i||'): '|| cc_number_hash2_tab(i) );
635: aso_debug_pub.add('cc_issuer_range_id_tab('||i||'): '|| cc_issuer_range_id_tab(i) );
636: --aso_debug_pub.add('sec_segment_id_tab('||i||'): '|| sec_segment_id_tab(i) );
637: aso_debug_pub.add('cc_number_length_tab('||i||'): '|| cc_number_length_tab(i) );
638: aso_debug_pub.add('cc_unmask_digits_tab('||i||'): '|| cc_unmask_digits_tab(i) );

Line 635: aso_debug_pub.add('cc_issuer_range_id_tab('||i||'): '|| cc_issuer_range_id_tab(i) );

631: aso_debug_pub.add('create_payer_flag_tab('||i||'): '|| create_payer_flag_tab(i) );
632: aso_debug_pub.add('instr_assignment_id_tab: '|| instr_assignment_id_tab(i) );
633: aso_debug_pub.add('cc_number_hash1_tab('||i||'): '|| cc_number_hash1_tab(i) );
634: aso_debug_pub.add('cc_number_hash2_tab('||i||'): '|| cc_number_hash2_tab(i) );
635: aso_debug_pub.add('cc_issuer_range_id_tab('||i||'): '|| cc_issuer_range_id_tab(i) );
636: --aso_debug_pub.add('sec_segment_id_tab('||i||'): '|| sec_segment_id_tab(i) );
637: aso_debug_pub.add('cc_number_length_tab('||i||'): '|| cc_number_length_tab(i) );
638: aso_debug_pub.add('cc_unmask_digits_tab('||i||'): '|| cc_unmask_digits_tab(i) );
639: aso_debug_pub.add('masked_cc_number_tab('||i||'): '|| masked_cc_number_tab(i) );

Line 636: --aso_debug_pub.add('sec_segment_id_tab('||i||'): '|| sec_segment_id_tab(i) );

632: aso_debug_pub.add('instr_assignment_id_tab: '|| instr_assignment_id_tab(i) );
633: aso_debug_pub.add('cc_number_hash1_tab('||i||'): '|| cc_number_hash1_tab(i) );
634: aso_debug_pub.add('cc_number_hash2_tab('||i||'): '|| cc_number_hash2_tab(i) );
635: aso_debug_pub.add('cc_issuer_range_id_tab('||i||'): '|| cc_issuer_range_id_tab(i) );
636: --aso_debug_pub.add('sec_segment_id_tab('||i||'): '|| sec_segment_id_tab(i) );
637: aso_debug_pub.add('cc_number_length_tab('||i||'): '|| cc_number_length_tab(i) );
638: aso_debug_pub.add('cc_unmask_digits_tab('||i||'): '|| cc_unmask_digits_tab(i) );
639: aso_debug_pub.add('masked_cc_number_tab('||i||'): '|| masked_cc_number_tab(i) );
640: aso_debug_pub.add('******************************************');

Line 637: aso_debug_pub.add('cc_number_length_tab('||i||'): '|| cc_number_length_tab(i) );

633: aso_debug_pub.add('cc_number_hash1_tab('||i||'): '|| cc_number_hash1_tab(i) );
634: aso_debug_pub.add('cc_number_hash2_tab('||i||'): '|| cc_number_hash2_tab(i) );
635: aso_debug_pub.add('cc_issuer_range_id_tab('||i||'): '|| cc_issuer_range_id_tab(i) );
636: --aso_debug_pub.add('sec_segment_id_tab('||i||'): '|| sec_segment_id_tab(i) );
637: aso_debug_pub.add('cc_number_length_tab('||i||'): '|| cc_number_length_tab(i) );
638: aso_debug_pub.add('cc_unmask_digits_tab('||i||'): '|| cc_unmask_digits_tab(i) );
639: aso_debug_pub.add('masked_cc_number_tab('||i||'): '|| masked_cc_number_tab(i) );
640: aso_debug_pub.add('******************************************');
641: END IF;

Line 638: aso_debug_pub.add('cc_unmask_digits_tab('||i||'): '|| cc_unmask_digits_tab(i) );

634: aso_debug_pub.add('cc_number_hash2_tab('||i||'): '|| cc_number_hash2_tab(i) );
635: aso_debug_pub.add('cc_issuer_range_id_tab('||i||'): '|| cc_issuer_range_id_tab(i) );
636: --aso_debug_pub.add('sec_segment_id_tab('||i||'): '|| sec_segment_id_tab(i) );
637: aso_debug_pub.add('cc_number_length_tab('||i||'): '|| cc_number_length_tab(i) );
638: aso_debug_pub.add('cc_unmask_digits_tab('||i||'): '|| cc_unmask_digits_tab(i) );
639: aso_debug_pub.add('masked_cc_number_tab('||i||'): '|| masked_cc_number_tab(i) );
640: aso_debug_pub.add('******************************************');
641: END IF;
642: END LOOP;

Line 639: aso_debug_pub.add('masked_cc_number_tab('||i||'): '|| masked_cc_number_tab(i) );

635: aso_debug_pub.add('cc_issuer_range_id_tab('||i||'): '|| cc_issuer_range_id_tab(i) );
636: --aso_debug_pub.add('sec_segment_id_tab('||i||'): '|| sec_segment_id_tab(i) );
637: aso_debug_pub.add('cc_number_length_tab('||i||'): '|| cc_number_length_tab(i) );
638: aso_debug_pub.add('cc_unmask_digits_tab('||i||'): '|| cc_unmask_digits_tab(i) );
639: aso_debug_pub.add('masked_cc_number_tab('||i||'): '|| masked_cc_number_tab(i) );
640: aso_debug_pub.add('******************************************');
641: END IF;
642: END LOOP;
643:

Line 640: aso_debug_pub.add('******************************************');

636: --aso_debug_pub.add('sec_segment_id_tab('||i||'): '|| sec_segment_id_tab(i) );
637: aso_debug_pub.add('cc_number_length_tab('||i||'): '|| cc_number_length_tab(i) );
638: aso_debug_pub.add('cc_unmask_digits_tab('||i||'): '|| cc_unmask_digits_tab(i) );
639: aso_debug_pub.add('masked_cc_number_tab('||i||'): '|| masked_cc_number_tab(i) );
640: aso_debug_pub.add('******************************************');
641: END IF;
642: END LOOP;
643:
644: BEGIN --begin4

Line 938: aso_debug_pub.add('Inside Exception',1,'Y' );

934: -- handle any exception if necessary
935:
936: EXCEPTION
937: WHEN OTHERS THEN
938: aso_debug_pub.add('Inside Exception',1,'Y' );
939: fnd_file.put_line(FND_FILE.OUTPUT, 'Inside the outermost exception block');
940: X_retcode := AD_CONC_UTILS_PKG.CONC_FAIL;
941: raise;
942: End Migrate_Credit_Card_Data_Wkr;