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


TABLE: APPLSYS.FND_EXECUTABLES

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


FND_EXECUTABLES stores information about concurrent program
executables. Each row includes an application identifier, an
executable identifier, an executable name, and the name of the
physical executable file as it resides on the operating system.
The execution method associated with the executable identifies
the tool that is needed to run the executable. A subroutine
name is only applicable to immediate concurrent programs and
spawned concurrent programs that can be run either as spawned or
immediate concurrent program. You need one row for each
executable that you are going to submit as a concurrent program.
Oracle Application Object Library uses this information to
process concurrent requests.
.
.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 5
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
FND_EXECUTABLES_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnAPPLICATION_ID
ColumnEXECUTABLE_ID
ColumnZD_EDITION_NAME
FND_EXECUTABLES_U2 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnEXECUTABLE_NAME
ColumnAPPLICATION_ID
ColumnZD_EDITION_NAME
Columns
Name Datatype Length Mandatory Comments
APPLICATION_ID NUMBER (15) Yes Application identifier
EXECUTABLE_ID NUMBER (15) Yes Executable identifier
EXECUTABLE_NAME VARCHAR2 (30) Yes Developer name for the executable
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
EXECUTION_METHOD_CODE VARCHAR2 (1) Yes Type of execution
EXECUTION_FILE_NAME VARCHAR2 (61)
Developer name for the execution file
SUBROUTINE_NAME VARCHAR2 (30)
Subroutine name for the execution
ICON_NAME VARCHAR2 (30)
Reserved for future use
EXECUTION_FILE_PATH VARCHAR2 (510)
package path will be stored for java concurrent programs.
ZD_EDITION_NAME VARCHAR2 (30) Yes
Query Text

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


SELECT APPLICATION_ID
,      EXECUTABLE_ID
,      EXECUTABLE_NAME
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      EXECUTION_METHOD_CODE
,      EXECUTION_FILE_NAME
,      SUBROUTINE_NAME
,      ICON_NAME
,      EXECUTION_FILE_PATH
,      ZD_EDITION_NAME
FROM APPLSYS.FND_EXECUTABLES;

Dependencies

[top of page]

APPLSYS.FND_EXECUTABLES does not reference any database object

APPLSYS.FND_EXECUTABLES is referenced by following:

SchemaAPPLSYS
ViewFND_EXECUTABLES#