DBA Data[Home] [Help]

APPS.GMA_EDITEXT_ATTACH_MIG dependencies on FND_FILE

Line 364: fnd_file.put_line(fnd_file.log,l_long_message);

360: ' Language='||crec.LANGUAGE||
361: ' ... Document Already Exist in FND_DOCUMENTS_TL (Cannot Create).';
362:
363:
364: fnd_file.put_line(fnd_file.log,l_long_message);
365: fnd_file.put_line(fnd_file.output,l_long_message);
366: exit;
367: end loop;
368:

Line 365: fnd_file.put_line(fnd_file.output,l_long_message);

361: ' ... Document Already Exist in FND_DOCUMENTS_TL (Cannot Create).';
362:
363:
364: fnd_file.put_line(fnd_file.log,l_long_message);
365: fnd_file.put_line(fnd_file.output,l_long_message);
366: exit;
367: end loop;
368:
369: END LOOP;

Line 627: -- fnd_file.put_line(fnd_file.log,l_long_message);

623:
624: -- Insert message in FND_LOG_MESSAGE through external GMA common Logging
625:
626:
627: -- fnd_file.put_line(fnd_file.log,l_long_message);
628: -- fnd_file.put_line(fnd_file.output,l_long_message);
629:
630: EXCEPTION
631: WHEN NO_DATA_FOUND THEN

Line 628: -- fnd_file.put_line(fnd_file.output,l_long_message);

624: -- Insert message in FND_LOG_MESSAGE through external GMA common Logging
625:
626:
627: -- fnd_file.put_line(fnd_file.log,l_long_message);
628: -- fnd_file.put_line(fnd_file.output,l_long_message);
629:
630: EXCEPTION
631: WHEN NO_DATA_FOUND THEN
632: