DBA Data[Home] [Help]

APPS.PQH_GSP_POST_PROCESS dependencies on FND_CONCURRENT

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

692: Else
693: fnd_message.set_name('PQH','PQH_GSP_LOG_ERR');
694: fnd_Message.Set_Token('MODULE',Hr_general.Decode_lookup('PQH_PROCESS_LOG_TREE','PQH_GSP_BATCH_ENRL'));
695: fnd_file.put_line(fnd_file.log,Fnd_Message.get);
696: l_conc_status := fnd_concurrent.set_completion_status(status => 'ERROR'
697: ,message=>SQLERRM);
698: hr_utility.set_location('Some Error:'|| SQLERRM,120);
699: End If;
700: hr_utility.set_location(' Leaving ', 10);

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

2672: Else
2673: fnd_message.set_name('PQH','PQH_GSP_LOG_ERR');
2674: fnd_Message.Set_Token('MODULE',Hr_general.Decode_lookup('PQH_PROCESS_LOG_TREE','PQH_GSP_APPROVAL_UI'));
2675: fnd_file.put_line(fnd_file.log,Fnd_Message.get);
2676: l_conc_status := fnd_concurrent.set_completion_status(status => 'ERROR'
2677: ,message=>SQLERRM);
2678: End If;
2679:
2680: PQH_PROCESS_BATCH_LOG.END_LOG;