DBA Data[Home] [Help]

APPS.ARP_LOCKBOX_HOOK_PVT dependencies on FND_FILE

Line 93: fnd_file.put_line(FND_FILE.LOG, 'Multiple Lockboxes are present with different LLCA Rules');

89: and lockbox_number is not null );
90: EXCEPTION
91: WHEN TOO_MANY_ROWS THEN
92: arp_util.debug('Multiple Lockboxes are present with different LLCA Rules');
93: fnd_file.put_line(FND_FILE.LOG, 'Multiple Lockboxes are present with different LLCA Rules');
94: RAISE;
95: WHEN NO_DATA_FOUND THEN
96: arp_util.debug('No matching Lockbox found.');
97: RAISE;

Line 1203: fnd_file.put_line(fnd_file.log, 'Exception in proc_for_custom_llca');

1199: WHEN OTHERS THEN
1200: IF PG_DEBUG in ('Y', 'C') THEN
1201: arp_util.debug('Exception in proc_for_custom_llca');
1202: arp_util.debug('Error : '||SQLERRM);
1203: fnd_file.put_line(fnd_file.log, 'Exception in proc_for_custom_llca');
1204: fnd_file.put_line(fnd_file.log, 'Error : '||SQLERRM);
1205: END IF;
1206: RAISE;
1207: END proc_for_custom_llca;

Line 1204: fnd_file.put_line(fnd_file.log, 'Error : '||SQLERRM);

1200: IF PG_DEBUG in ('Y', 'C') THEN
1201: arp_util.debug('Exception in proc_for_custom_llca');
1202: arp_util.debug('Error : '||SQLERRM);
1203: fnd_file.put_line(fnd_file.log, 'Exception in proc_for_custom_llca');
1204: fnd_file.put_line(fnd_file.log, 'Error : '||SQLERRM);
1205: END IF;
1206: RAISE;
1207: END proc_for_custom_llca;
1208: --