[Home] [Help]
[Dependency Information]
Object Name: | FND_PRODUCT_DEPENDENCIES |
---|---|
Object Type: | TABLE |
Owner: | APPLSYS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
FND_PRODUCT_DEPENDENCIES stores information about each Oracle
Applications product at your site. Each row includes values that
identify the product installation (APPLICATION_ID, ORACLE_ID).
Each row also includes values that identify the installation of the
dependent or "shared" product (REQUIRED_APPLICATION_ID,
REQUIRED_ORACLE_ID). For example, if your application requires two
other products, Oracle Application Object Library and Oracle General
Leddger, then you should have two rows for your application.
Oracle Applications uses this information for installing and upgrading
the database and for other purposes.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
FND_PRODUCT_DEPENDENCIES_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() ![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
APPLICATION_ID | NUMBER | (15) | Yes | Application identifier |
ORACLE_ID | NUMBER | (15) | Yes | ORACLE account in which the application is installed |
REQUIRED_APPLICATION_ID | NUMBER | (15) | Yes | Identifier of application that the application depends on |
REQUIRED_ORACLE_ID | NUMBER | (15) | Yes | ORACLE account in which the dependent application is installed |
LAST_UPDATE_DATE | DATE | Yes | Standard Who column - date when a user last updated this row. | |
LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). |
CREATION_DATE | DATE | Yes | Standard who column - date when this row was created. | |
CREATED_BY | NUMBER | (15) | Yes | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). |
LAST_UPDATE_LOGIN | NUMBER | (15) | Yes | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). |
Cut, paste (and edit) the following text to query this object:
SELECT APPLICATION_ID
, ORACLE_ID
, REQUIRED_APPLICATION_ID
, REQUIRED_ORACLE_ID
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
FROM APPLSYS.FND_PRODUCT_DEPENDENCIES;
APPLSYS.FND_PRODUCT_DEPENDENCIES does not reference any database object
APPLSYS.FND_PRODUCT_DEPENDENCIES is referenced by following:
|
|
|