[Home] [Help]
[Dependency Information]
Object Name: | FND_CONCURRENT_PROCESSORS |
---|---|
Object Type: | TABLE |
Owner: | APPLSYS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
FND_CONCURRENT_PROCESSORS stores information about immediate
(subroutine) concurrent program libraries. Each row includes the
name and description of the library. You need one row for each
concurrent program library. Oracle Application Object Library uses
this information to let system administrators assign libraries of
subroutine concurrent programs to particular concurrent managers.
.
.
Tablespace: | ![]() |
---|---|
PCT Free: | 20 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
FND_CONCURRENT_PROCESSORS_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() |
FND_CONCURRENT_PROCESSORS_U2 | NORMAL | UNIQUE |
![]() |
![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
APPLICATION_ID | NUMBER | (15) | Yes | Application identifier |
CONCURRENT_PROCESSOR_ID | NUMBER | (15) | Yes | Identifier of the concurrent program library |
CONCURRENT_PROCESSOR_NAME | VARCHAR2 | (8) | Yes | Name of the physical executable file name for the concurrent program library |
LAST_UPDATE_DATE | DATE | Yes | Standard Who column | |
LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard Who column |
CREATION_DATE | DATE | Yes | Standard Who column | |
CREATED_BY | NUMBER | (15) | Yes | Standard Who column |
LAST_UPDATE_LOGIN | NUMBER | (15) | Standard Who column | |
DESCRIPTION | VARCHAR2 | (240) | Description | |
LAST_REBUILT | VARCHAR2 | (241) | Date and time when the concurrent program library was last generated | |
LIBRARY_TYPE | VARCHAR2 | (1) | Library type quickcode |
Cut, paste (and edit) the following text to query this object:
SELECT APPLICATION_ID
, CONCURRENT_PROCESSOR_ID
, CONCURRENT_PROCESSOR_NAME
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, DESCRIPTION
, LAST_REBUILT
, LIBRARY_TYPE
FROM APPLSYS.FND_CONCURRENT_PROCESSORS;
APPLSYS.FND_CONCURRENT_PROCESSORS does not reference any database object
APPLSYS.FND_CONCURRENT_PROCESSORS is referenced by following:
|
|
|