DBA Data[Home] [Help]

APPS.FUN_SEQ_BATCH dependencies on FND_FILE

Line 905: fnd_file.put_line(fnd_file.log, 'p_request_id: ' ||

901: BEGIN
902: --
903: -- Parameters passed from Concurrent Manager
904: --
905: fnd_file.put_line(fnd_file.log, 'p_request_id: ' ||
906: NVL(TO_CHAR(p_request_id),'NULL'));
907: --
908: -- Debug Information
909: --

Line 910: fnd_file.put_line(fnd_file.log, 'Starting Release_Lock... ');

906: NVL(TO_CHAR(p_request_id),'NULL'));
907: --
908: -- Debug Information
909: --
910: fnd_file.put_line(fnd_file.log, 'Starting Release_Lock... ');
911: --
912: -- If p_request_id is null, delete all complete requests from
913: -- fun_seq_requests
914: --

Line 923: fnd_file.put_line(fnd_file.log, 'Release_Lock completes successfully.');

919: retcode := 0;
920: --
921: -- Debug Information
922: --
923: fnd_file.put_line(fnd_file.log, 'Release_Lock completes successfully.');
924: EXCEPTION
925: WHEN OTHERS THEN
926: --
927: -- Logging