Tuesday, January 10, 2017

How to find concurrent request status and meaning

select status_code from apps.fnd_concurrent_requests where request_id=23756693;

Status_code shows if request completed normal or not.

The meaning of status_code column is shown below.

C - Normal
E- Error
I - Scheduled
X - Terminated
G - Warning




No comments:

Post a Comment