SELECT request_id,
description
FROM fnd_concurrent_requests
WHERE NVL (request_type, 'X') = 'M'
CONNECT BY PRIOR parent_request_id = request_id
START WITH request_id = &RequestID;
Wednesday, January 28, 2015
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment