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


TABLE: APPLSYS.FND_CONC_PROCESSOR_PROGRAMS

Object Details
Object Name: FND_CONC_PROCESSOR_PROGRAMS
Object Type: TABLE
Owner: APPLSYS
FND Design Data: TableFND.FND_CONC_PROCESSOR_PROGRAMS
Subobject Name:
Status: VALID


FND_CONC_PROCESSOR_PROGRAMS stores information about the immediate
(subroutine) concurrent programs stored in a concurrent program
library. Each row includes values that identify the concurrent
program and the library to which it belongs. You need one row
for each assignment of a program to a library. Oracle Application
Object Library uses this information to determine the immediate
concurrent programs that a concurrent manager can run.
.
.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 20
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
FND_CONC_PROCESSOR_PROGRAMS_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnPROCESSOR_APPLICATION_ID
ColumnCONCURRENT_PROCESSOR_ID
ColumnPROGRAM_APPLICATION_ID
ColumnCONCURRENT_PROGRAM_ID
FND_CONC_PROCESSOR_PROGRAMS_U2 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnCONCURRENT_PROGRAM_ID
ColumnPROGRAM_APPLICATION_ID
ColumnCONCURRENT_PROCESSOR_ID
ColumnPROCESSOR_APPLICATION_ID
Columns
Name Datatype Length Mandatory Comments
PROCESSOR_APPLICATION_ID NUMBER (15) Yes Application identifier of the concurrent program library
CONCURRENT_PROCESSOR_ID NUMBER (15) Yes Program Library identifier
PROGRAM_APPLICATION_ID NUMBER (15) Yes Application identifier of the immediate concurrent program
CONCURRENT_PROGRAM_ID NUMBER (15) Yes Concurrent program identifier
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) Yes Standard Who column
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT PROCESSOR_APPLICATION_ID
,      CONCURRENT_PROCESSOR_ID
,      PROGRAM_APPLICATION_ID
,      CONCURRENT_PROGRAM_ID
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
FROM APPLSYS.FND_CONC_PROCESSOR_PROGRAMS;

Dependencies

[top of page]

APPLSYS.FND_CONC_PROCESSOR_PROGRAMS does not reference any database object

APPLSYS.FND_CONC_PROCESSOR_PROGRAMS is referenced by following:

SchemaAPPS
SynonymFND_CONC_PROCESSOR_PROGRAMS