DBA Data[Home] [Help]

APPS.PQH_GSP_POST_PROCESS dependencies on FND_CONCURRENT

Line 737: l_conc_status := fnd_concurrent.set_completion_status(status => 'ERROR'

733: Else
734: fnd_message.set_name('PQH','PQH_GSP_LOG_ERR');
735: fnd_Message.Set_Token('MODULE',Hr_general.Decode_lookup('PQH_PROCESS_LOG_TREE','PQH_GSP_BATCH_ENRL'));
736: fnd_file.put_line(fnd_file.log,Fnd_Message.get);
737: l_conc_status := fnd_concurrent.set_completion_status(status => 'ERROR'
738: ,message=>SQLERRM);
739: hr_utility.set_location('Some Error:'|| SQLERRM,120);
740: End If;
741: hr_utility.set_location(' Leaving ', 10);

Line 2836: l_conc_status := fnd_concurrent.set_completion_status(status => 'ERROR'

2832: Else
2833: fnd_message.set_name('PQH','PQH_GSP_LOG_ERR');
2834: fnd_Message.Set_Token('MODULE',Hr_general.Decode_lookup('PQH_PROCESS_LOG_TREE','PQH_GSP_APPROVAL_UI'));
2835: fnd_file.put_line(fnd_file.log,Fnd_Message.get);
2836: l_conc_status := fnd_concurrent.set_completion_status(status => 'ERROR'
2837: ,message=>SQLERRM);
2838: End If;
2839:
2840: PQH_PROCESS_BATCH_LOG.END_LOG;