DBA Data[Home] [Help]

APPS.IBY_HASH_REGENERATOR dependencies on FND_FILE

Line 17: -- FND_FILE.PUT_LINE(FND_FILE.LOG, p_module || ': ' || p_debug_text);

13: BEGIN
14:
15: IF (FND_LOG.LEVEL_STATEMENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
16: iby_debug_pub.add(p_debug_text,iby_debug_pub.G_LEVEL_INFO,p_module);
17: -- FND_FILE.PUT_LINE(FND_FILE.LOG, p_module || ': ' || p_debug_text);
18: END IF;
19:
20: END;
21:

Line 411: fnd_file.put_line(fnd_file.OUTPUT,'Latest version of hash data already present. Exiting..');

407:
408: IF (l_system_salt_version =3) THEN
409: iby_debug_pub.add('Latest version of hash data already present. Exiting..'
410: ,iby_debug_pub.G_LEVEL_INFO,l_module_name);
411: fnd_file.put_line(fnd_file.OUTPUT,'Latest version of hash data already present. Exiting..');
412: RETURN;
413: END IF;
414:
415: IF (l_system_salt_version <> 2) THEN

Line 418: fnd_file.put_line(fnd_file.OUTPUT,'Existing hash data is incompatible. Please '||

414:
415: IF (l_system_salt_version <> 2) THEN
416: iby_debug_pub.add('Please submit ''Re-Generate Payments Hash Data'' CP first and then submit the Upgrade program. Exiting..'
417: ,iby_debug_pub.G_LEVEL_INFO,l_module_name);
418: fnd_file.put_line(fnd_file.OUTPUT,'Existing hash data is incompatible. Please '||
419: 'submit ''Re-Generate Payments Hash Data'' CP first and then submit the Upgrade program again.');
420: RETURN;
421: END IF;
422:

Line 564: fnd_file.put_line(fnd_file.OUTPUT,'No. of credit card records updated = '|| l_rows_processed);

560: l_rows_processed := SQL%ROWCOUNT;
561: t2 := systimestamp;
562: iby_debug_pub.add('No. of credit card records updated = '|| l_rows_processed,
563: iby_debug_pub.G_LEVEL_INFO,l_module_name);
564: fnd_file.put_line(fnd_file.OUTPUT,'No. of credit card records updated = '|| l_rows_processed);
565: iby_debug_pub.add('Time taken = '|| (t2-t1),
566: iby_debug_pub.G_LEVEL_INFO,l_module_name);
567:
568: ad_parallel_updates_pkg.processed_rowid_range(

Line 631: fnd_file.put_line(fnd_file.OUTPUT,l_module_name||'=>Latest version of hash data already present. Exiting..');

627:
628: IF (l_system_salt_version =3) THEN
629: iby_debug_pub.add('Latest version of hash data already present. Exiting..'
630: ,iby_debug_pub.G_LEVEL_INFO,l_module_name);
631: fnd_file.put_line(fnd_file.OUTPUT,l_module_name||'=>Latest version of hash data already present. Exiting..');
632: RETURN;
633: END IF;
634:
635: IF (l_system_salt_version <> 2) THEN

Line 638: fnd_file.put_line(fnd_file.OUTPUT,l_module_name||'=>Existing hash data is incompatible. Please '||

634:
635: IF (l_system_salt_version <> 2) THEN
636: iby_debug_pub.add('Please submit ''Re-Generate Payments Hash Data'' CP first and then submit the Upgrade program. Exiting..'
637: ,iby_debug_pub.G_LEVEL_INFO,l_module_name);
638: fnd_file.put_line(fnd_file.OUTPUT,l_module_name||'=>Existing hash data is incompatible. Please '||
639: 'submit ''Re-Generate Payments Hash Data'' CP first and then submit the Upgrade program again.');
640: RETURN;
641: END IF;
642:

Line 786: fnd_file.put_line(fnd_file.OUTPUT,'No. of bank account records updated = '|| l_rows_processed);

782: iby_debug_pub.add('No. of bank account records updated = '|| l_rows_processed,
783: iby_debug_pub.G_LEVEL_INFO,l_module_name);
784: iby_debug_pub.add('Time taken = '|| (t2-t1),
785: iby_debug_pub.G_LEVEL_INFO,l_module_name);
786: fnd_file.put_line(fnd_file.OUTPUT,'No. of bank account records updated = '|| l_rows_processed);
787:
788: ad_parallel_updates_pkg.processed_rowid_range(
789: l_rows_processed,
790: l_end_rowid);