[Home] [Help]
[Dependency Information]
Object Name: | FND_CONC_WAITING_REQUESTS |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
This view provides information on what requests a concurrent request may be waiting on and why.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
REQID | NUMBER | (15) | Yes | REQID |
WREQID | NUMBER | (15) | Yes | WREQID |
PROGRAM | VARCHAR2 | (486) | PROGRAM | |
USER_NAME | VARCHAR2 | (100) | Yes | USER_NAME |
PHASE | VARCHAR2 | (4000) | PHASE | |
STATUS | VARCHAR2 | (4000) | STATUS | |
ARGUMENT_TEXT | VARCHAR2 | (240) | ARGUMENT_TEXT | |
PRIORITY | NUMBER | (15) | Yes | PRIORITY |
WHY | VARCHAR2 | (4000) | WHY |
Cut, paste (and edit) the following text to query this object:
SELECT REQID
, WREQID
, PROGRAM
, USER_NAME
, PHASE
, STATUS
, ARGUMENT_TEXT
, PRIORITY
, WHY
FROM APPS.FND_CONC_WAITING_REQUESTS;
APPS.FND_CONC_WAITING_REQUESTS is not referenced by any database object
|
|
|