DBA Data[Home] [Help] [Dependency Information]


VIEW: APPS.FND_CONC_WAITING_REQUESTS

Object Details
Object Name: FND_CONC_WAITING_REQUESTS
Object Type: VIEW
Owner: APPS
FND Design Data: ViewFND.FND_CONC_WAITING_REQUESTS
Subobject Name:
Status: VALID

View Type

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.


[View Source]

Columns
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
Query Text

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;

Dependencies

[top of page]

APPS.FND_CONC_WAITING_REQUESTS references the following:

SchemaAPPS
PL/SQL PackageFND_AMP_PRIVATE - show dependent code
ViewFND_AMP_REQUESTS_V
SynonymFND_CONCURRENT_PROGRAM_SERIAL
SynonymFND_CONCURRENT_REQUESTS
ViewFND_CONCURRENT_WORKER_REQUESTS

APPS.FND_CONC_WAITING_REQUESTS is not referenced by any database object