Oracle eBusiness Suite Technical Reference

Release 11i - Copyright (c) 2001 - 2005 Oracle

This Technical Reference Manual (TRM) in any form, software or printed matter, contains proprietary information of Oracle ; it is provided under an Oracle agreement containing restrictions on use and disclosure and is also protected by copyright, patent, and other intellectual property law. Restrictions applicable to this TRM include, but are not limited to: (a) exercising either the same degree of care to safeguard the confidentiality of this TRM as you exercise to safeguard the confidentiality of your own most important Confidential Information or a reasonable degree of care, whichever is greater; (b) maintaining agreements with your employees and agents that protect the Confidential Information of third parties such as Oracle and instructing such employees and agents of these requirements for this TRM; (c) restricting disclosure of this TRM to those of your employees who have a 'need to know' consistent with the purposes for which this TRM was disclosed to you; (d) maintaining this TRM at all times on your premises; (e) not removing or destroying any proprietary or confidential legends or markings placed upon this TRM in whatever form, software or printed matter; and (f) not reproducing or transmitting this TRM in any form or by any means, electronic or mechanical, for any purpose, without the express written permission of Oracle. You should not use this TRM in any form, software or printed matter, to create software that performs the same or similar functions as any Oracle products.

The information in this TRM is subject to change without notice. If you find any problems in the TRM in any form, software or printed matter, please report them to us in writing. Oracle does not warrant that this TRM is error free. This TRM is provided to customer 'as is' with no warranty of any kind. This TRM does not constitute Documentation as that term is defined in Oracle's agreements. Reverse engineering of the Programs (software and documentation) associated with this TRM are prohibited. The Programs associated with this TRM are not intended for use in any nuclear, aviation, mass transit, medical, or other inherently dangerous applications. It shall be licensee's responsibility to take all appropriate fail safe, backup, redundancy and other measures to ensure the safe use of such applications if the Programs are used for such purposes, and Oracle disclaims liability for any damages caused by such use of the Programs. Program Documentation is licensed for use solely to support the deployment of the Programs and not for any other any other purpose. Restricted Rights Legend

This TRM and the Programs associated with this TRM delivered subject to the DOD FAR Supplement are 'commercial computer software' and use, duplication and disclosure of the TRM and the Programs associated with this TRM shall be subject to the licensing restrictions set forth in the applicable Oracle license agreement. Otherwise, this TRM and the Programs associated with this TRM delivered subject to the Federal Acquisition Regulations are 'restricted computer software' and use, duplication and disclosure of the TRM and the Programs associated with this TRM shall be subject to the restrictions in FAR 52.227-14, Rights in Data General, including Alternate III (June 1987). Oracle, 500 Oracle Parkway, Redwood City, CA 94065.

Oracle is a registered trademark. AIM Advantage™, Big Business. Small Business. All Business.™, CDM Advantage™, .comference™, ConText®, Des40®, Easy*Query™, Easy*SQL®, Education Objects™, EMM Advantage™, Enabling the Information Age®, ExpertDetectSM, Express®, FastForwardSM, GEMMS®, Gist™, Hyper*SQL™, instantOracle™, "Internet Business Intelligence - Insight for Everyone"™, iSQL*Plus™, JInitiator™, NLS*Workbench®, Object Marketplace™, ODP Pulse™, ODP Techwire™, OLA™, On Oracle™, Oracle®, Oracle Book®, Oracle Bookbatch®, Oracle BookBuilder®, OracleBRONZE®, Oracle Business OnLine®, OracleDevConnectSM, Oracle® Discoverer™, Oracle® Expert™, Oracle Financials®, OracleGOLDSM, OracleIncidentSM, OracleJSP™, OracleLifeCycleSM, Oracle Media Objects®, OracleMERCURYSM, OracleMetaLinkSM, OraclemetalsSM, OracleMobile™, Oracle Names®, Oracle NetSolutions®, Oracle® One™, Oracle Open Gateways®, Oracle OpenWorld®, OraclePLATINUMSM, Oracle Power Objects®, Oracle Press®, Oracle Procedural Gateway®, Oracle Quality®, Oracle Secure Network Services®, OracleSILVERSM, Oracle® SQL/Services™, Oracle® SQL*TutorSM, OracleSTERLINGSM, Oracle Store®, Oracle Transparent Gateway®, OracleWare®, Oracle8i™, Oracle9i™, PC Express®, Personal Express®, PJM Advantage™, PL/SQL™, Pro*Ada®, Pro*C™, Pro*C/C++™, Pro*COBOL®, Pro*FORTRAN®, Pro*Pascal®, Pro*PL/1®, Pro*REXX®, Profit™, ProREXX™, Report Card™, Secure Access 2.0™, Secure Network Services®, Security Without Compromise™, SellingPoint®, SQL*Plus®, Tutor™ are trademarks or registered trademarks of Oracle. Other names may be trademarks of their respective owners. The absence of a product or service name, slogan, or logo from this list does not constitute a waiver of Oracle's trademark or other intellectual property rights concerning that name, slogan, or logo.

eTRM - AD Tables and Views

TABLE - APPLSYS.AD_APPS_DEPENDENCIES
TABLE - APPLSYS.AD_INVOKER_TASKS
TABLE - APPLSYS.AD_MERGED_TABLES
TABLE - APPLSYS.AD_PARALLEL_COMPILE
TABLE - APPLSYS.AD_PARALLEL_COMPILE_ERRORS
TABLE - APPLSYS.AD_TASK_TIMING
TABLE - APPLSYS.AD_TIMESTAMPS
TABLE - APPLSYS.FND_MODULE_INSTALLATIONS
TABLE - APPLSYS.FND_PRODUCT_DEPENDENCIES
TABLE - APPLSYS.FND_PRODUCT_GROUPS
TABLE - APPLSYS.FND_PRODUCT_INSTALLATIONS

Table: AD_APPS_DEPENDENCIES

Description: object dependencies from fresh install
Comments

dependency information for fresh install APPS schema

Indexes
Index Type Tablespace Column
AD_APPS_DEPENDENCIES_U1 UNIQUE APPS_TS_SEED OBJ#
Columns
Name Datatype Length Mandatory Comments
OBJ# NUMBER

object number from sys.obj$
NAME VARCHAR2 (128) Y object name
TYPE VARCHAR2 (30) Y object type
DEPEND_LEVEL NUMBER
Y relative dependency level

[top of page]

APPLSYS.AD_APPS_DEPENDENCIES does not reference any database object

APPLSYS.AD_APPS_DEPENDENCIES is referenced by following:

APPS
SYNONYM - AD_APPS_DEPENDENCIES
SYSTEM
SYNONYM - AD_APPS_DEPENDENCIES

[top of page]

Table: AD_INVOKER_TASKS

Description:
Comments

This table is used by the AD feature that automatically converts packages that don't have explicit AUTHID clauses to use the PL/SQL Invoker Rights feature (AUTHID_CURRENT USER).

Indexes
Index Type Tablespace Column
AD_INVOKER_TASKS_U1 UNIQUE APPS_TS_INTERFACE PHASE
OWNER
NAME
TYPE
OTHER_SCHEMA
Columns
Name Datatype Length Mandatory Comments
PHASE NUMBER
Y The logical phase in which this row will be processed
OWNER VARCHAR2 (30) Y The schema that owns the package, procedure, or function to process
NAME VARCHAR2 (128) Y The name of the package, procedure, or function to process
TYPE VARCHAR2 (30) Y The type of this object
OTHER_SCHEMA VARCHAR2 (30) Y The name of a schema that needs a (physical or logical) copy of this object
WORKER NUMBER
Y The logical worker ID of the worker that will process this row
DONE_FLAG VARCHAR2 (1)
Has this row been processed already?
AUTHID_FLAG VARCHAR2 (1)
Does the object have an explicit AUTHID clause already?
INVOKER_FLAG VARCHAR2 (1)
Is this already an Invoker Rights object?
BOUNDARY_FLAG VARCHAR2 (1)
Used to implement phase boundaries between logical phases

[top of page]

APPLSYS.AD_INVOKER_TASKS does not reference any database object

APPLSYS.AD_INVOKER_TASKS is referenced by following:

APPS
SYNONYM - AD_INVOKER_TASKS
SYSTEM
SYNONYM - AD_INVOKER_TASKS

[top of page]

Table: AD_MERGED_TABLES

Description: Tables which have been DataMerged
Primary Key: AD_MERGED_TABLES_PK
  1. APPLICATION_ID
  2. TABLE_NAME
  3. ORACLE_ID
Foreign Keys from this table:
Foreign Key Column Foreign Table
AD_MERGED_TABLES.APPLICATION_ID FND_APPLICATION
AD_MERGED_TABLES.ORACLE_ID FND_ORACLE_USERID
Comments
***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle applications data using this object, except from standard Oracle Applications programs.

Indexes
Index Type Tablespace Column
AD_MERGED_TABLES_U1 UNIQUE APPS_TS_TX_IDX APPLICATION_ID
TABLE_NAME
ORACLE_ID
Columns
Name Datatype Length Mandatory Comments
APPLICATION_ID NUMBER (15) Y Application identifier
TABLE_NAME VARCHAR2 (30) Y multi line text fileds
ORACLE_ID NUMBER (15) Y ORACLE account identifier

[top of page]

APPLSYS.AD_MERGED_TABLES does not reference any database object

APPLSYS.AD_MERGED_TABLES is referenced by following:

APPS
SYNONYM - AD_MERGED_TABLES

[top of page]

Table: AD_PARALLEL_COMPILE

Description: List of invalid objects to compile in a schema
Comments

Used by the AD Parallel Compile table to list the objects in a schema
that are invalid. Contains obj# and sys_stat columns so we can
process invalid objects directly against sys$ tables in the stored
procedures used by Parallel Compile. Otherwise, we would have to run
against the DBA views, which are much slower.

Indexes
Index Type Tablespace Column
AD_PARALLEL_COMPILE_U1 UNIQUE APPS_TS_INTERFACE OBJ#
AD_PARALLEL_COMPILE_N1 NONUNIQUE APPS_TS_INTERFACE DEPEND_LEVEL
OWNER
Columns
Name Datatype Length Mandatory Comments
OBJ# NUMBER
Y Object number from sys.obj$ (or dba_objects)
OWNER VARCHAR2 (30) Y Name of schema that owns this object
NAME VARCHAR2 (128) Y Name of object
TYPE VARCHAR2 (30) Y What type of object this is
DEPEND_LEVEL NUMBER
Y How many levels of currently-invalid objects this object depends on
WORKER_NUMBER NUMBER
Y Logical worker number
STATUS VARCHAR2 (7) Y Status of object: VALID or INVALID
SYS_STAT NUMBER
Y Numeric representation of STATUS column; used to join with SYS$ tables

[top of page]

APPLSYS.AD_PARALLEL_COMPILE does not reference any database object

APPLSYS.AD_PARALLEL_COMPILE is referenced by following:

APPS
SYNONYM - AD_PARALLEL_COMPILE
SYSTEM
SYNONYM - AD_PARALLEL_COMPILE

[top of page]

Table: AD_PARALLEL_COMPILE_ERRORS

Description: Used to list non-fatal errors from parallel compile
Comments

Used to list non-fatal errors trapped by the stored procedure that
compiles the invalid objects in a schema. Includes the schema,
logical worker number, and timestamp for where and when the error
ocurred.

Columns
Name Datatype Length Mandatory Comments
OWNER VARCHAR2 (30) Y Name of the schema in which the error occurred
WORKER_NUMBER NUMBER
Y Logical worker which encountered this error
TIMESTAMP VARCHAR2 (75) Y Time error occurred, in format 'YYYY-MM-DD:HH24:MI:SS'
TYPE VARCHAR2 (30) Y What type of information the TEXT column contains
TEXT VARCHAR2 (1996) Y Descriptive text, giving information according to the TYPE column

[top of page]

APPLSYS.AD_PARALLEL_COMPILE_ERRORS does not reference any database object

APPLSYS.AD_PARALLEL_COMPILE_ERRORS is referenced by following:

APPS
SYNONYM - AD_PARALLEL_COMPILE_ERRORS
SYSTEM
SYNONYM - AD_PARALLEL_COMPILE_ERRORS

[top of page]

Table: AD_TASK_TIMING

Description:
Comments

This table is used to track how long each parallel job takes to run.
Session versus task:
A session consists of one or more tasks. For instance:
- In one adadmin invocation, each menu choice is a separate task in the same session
- In one adpatch invocation of multiple drivers, the timing history of each driver has a unique TASK_NUMBER but they all share the same SESSION_ID.

Indexes
Index Type Tablespace Column
AD_TASK_TIMING_N1 NONUNIQUE APPS_TS_INTERFACE SESSION_ID
JOB_NAME
PRODUCT
CURRENT_FLAG
WORKER_ID
INSTALL_GROUP_NUM
Columns
Name Datatype Length Mandatory Comments
SESSION_ID NUMBER
Y Session ID for the AD program run which ran this parallel job. See table description for details
JOB_NAME VARCHAR2 (60) Y Name of the file associated with this job
PRODUCT VARCHAR2 (30) Y Product that owns the file associated with this job
CURRENT_FLAG VARCHAR2 (1) Y Y for currently-running jobs; N for completed or skipped jobs
WORKER_ID NUMBER
Y The worker ID for the parallel worker that ran this job
INSTALL_GROUP_NUM NUMBER
Y The Installation Group Number for this job; 0 for SOA product jobs -- 1 for MOA product jobs
PROGRAM VARCHAR2 (30) Y The name of the AD program that ran this job
PHASE NUMBER
Y The numeric phase for this job
ARGUMENTS VARCHAR2 (1996)
The comand-line arguments for this job
PHASE_NAME VARCHAR2 (30)
User-friendly name of the phase for this job
START_TIME DATE

Time when job started
RESTART_TIME DATE

Time when job (last) restarted
END_TIME DATE

Time when job completed
ELAPSED_TIME NUMBER

Total run time for the job
RESTART_COUNT NUMBER

Number of times job failed and was restarted
DEFER_COUNT NUMBER

Number of times this job was deferred (after a failure)
COMMAND VARCHAR2 (30)
Command code ("bin" for executables, "package" for packages, etc)
SUBDIRECTORY VARCHAR2 (256)
Subdirectory where the acted-upon file resides
TASK_NUMBER NUMBER

Task number. See table description for details
TASK_STATUS_ID NUMBER
Y Id of the task to which this job corresponds. It is a foreign key to AD_TASK_STATUS
LAST_UPDATED_BY NUMBER
Y Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID).
CREATED_BY NUMBER
Y Standard who column - user who created this row (foreign key to FND_USER.USER_ID).
CREATION_DATE DATE
Y Standard who column - date when this row was created.
LAST_UPDATE_DATE DATE
Y Standard Who column - date when a user last updated this row.

[top of page]

APPLSYS.AD_TASK_TIMING does not reference any database object

APPLSYS.AD_TASK_TIMING is referenced by following:

APPS
SYNONYM - AD_TASK_TIMING

[top of page]

Table: AD_TIMESTAMPS

Description:
Comments

In some cases this table is used for incremental functionality: a given feature only processes objects that have changed since the last time indicated by the timestamp for the relevant row in this table. In other cases this table is just used to track that a given operation has taken place, and the timestamp is not important.

Indexes
Index Type Tablespace Column
AD_TIMESTAMPS_U1 UNIQUE APPS_TS_TX_IDX TYPE
ATTRIBUTE
Columns
Name Datatype Length Mandatory Comments
TYPE VARCHAR2 (50) Y The general category for this row
ATTRIBUTE VARCHAR2 (50) Y The sub-category for this row
TIMESTAMP DATE
Y When was this row inserted or last updated
ATTRIBUTE1 VARCHAR2 (255)
Descriptive flexfield segment
ATTRIBUTE2 VARCHAR2 (255)
Descriptive flexfield segment
ATTRIBUTE3 VARCHAR2 (255)
Descriptive flexfield segment
ATTRIBUTE4 VARCHAR2 (255)
Descriptive flexfield segment
ATTRIBUTE5 VARCHAR2 (255)
Descriptive flexfield segment
ATTRIBUTE6 VARCHAR2 (255)
Descriptive flexfield segment
ATTRIBUTE7 VARCHAR2 (255)
Descriptive flexfield segment
ATTRIBUTE8 VARCHAR2 (255)
Descriptive flexfield segment
ATTRIBUTE9 VARCHAR2 (255)
Descriptive flexfield segment
ATTRIBUTE10 VARCHAR2 (255)
Descriptive flexfield segment

[top of page]

APPLSYS.AD_TIMESTAMPS does not reference any database object

APPLSYS.AD_TIMESTAMPS is referenced by following:

APPS
SYNONYM - AD_TIMESTAMPS
SYSTEM
SYNONYM - AD_TIMESTAMPS

[top of page]

Table: FND_MODULE_INSTALLATIONS

Description: Oracle Application modules installed at your site
Primary Key: FND_MODULE_INSTALLATIONS_PK
  1. APPLICATION_ID
  2. ORACLE_ID
  3. MODULE_SHORT_NAME
Foreign Keys from this table:
Foreign Key Column Foreign Table
FND_MODULE_INSTALLATIONS.APPLICATION_ID FND_APPLICATION
FND_MODULE_INSTALLATIONS.ORACLE_ID FND_ORACLE_USERID
Comments

Oracle Application modules installed at your site

Indexes
Index Type Tablespace Column
FND_MODULE_INSTALLATIONS_PK UNIQUE APPS_TS_TX_IDX APPLICATION_ID
ORACLE_ID
MODULE_SHORT_NAME
FND_MODULE_INSTALLATIONS_N1 NONUNIQUE APPS_TS_TX_IDX MODULE_SHORT_NAME
Columns
Name Datatype Length Mandatory Comments
APPLICATION_ID NUMBER (15) Y Identifies the product (application)
ORACLE_ID NUMBER (15) Y Identifies the Oracle user id
MODULE_SHORT_NAME VARCHAR2 (30) Y Module short name
STATUS VARCHAR2 (1) Y Installation status
MODULE_VERSION VARCHAR2 (30) Y Module version
LAST_UPDATE_DATE DATE
Y Standard Who column - date when a user last updated this row.
LAST_UPDATED_BY NUMBER (15) Y Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID).
CREATION_DATE DATE
Y Standard who column - date when this row was created.
CREATED_BY NUMBER (15) Y Standard who column - user who created this row (foreign key to FND_USER.USER_ID).
LAST_UPDATE_LOGIN NUMBER (15) Y Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID).
DB_STATUS VARCHAR2 (1) Y Y => Module's database objects are installed in the database

[top of page]

APPLSYS.FND_MODULE_INSTALLATIONS does not reference any database object

APPLSYS.FND_MODULE_INSTALLATIONS is referenced by following:

APPS
SYNONYM - FND_MODULE_INSTALLATIONS

[top of page]

Table: FND_PRODUCT_DEPENDENCIES

Description: Dependencies of Oracle Applications products installed at your site
Primary Key: FND_PRODUCT_DEPENDENCIES_PK
  1. APPLICATION_ID
  2. ORACLE_ID
  3. REQUIRED_APPLICATION_ID
  4. REQUIRED_ORACLE_ID
Foreign Keys from this table:
Foreign Key Column Foreign Table
FND_PRODUCT_DEPENDENCIES.APPLICATION_ID
FND_PRODUCT_DEPENDENCIES.ORACLE_ID
FND_PRODUCT_INSTALLATIONS
FND_PRODUCT_DEPENDENCIES.REQUIRED_APPLICATION_ID
FND_PRODUCT_DEPENDENCIES.REQUIRED_ORACLE_ID
FND_PRODUCT_INSTALLATIONS
Comments

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.

Indexes
Index Type Tablespace Column
FND_PRODUCT_DEPENDENCIES_U1 UNIQUE APPS_TS_TX_IDX APPLICATION_ID
ORACLE_ID
REQUIRED_APPLICATION_ID
REQUIRED_ORACLE_ID
Columns
Name Datatype Length Mandatory Comments
APPLICATION_ID NUMBER (15) Y Application identifier
ORACLE_ID NUMBER (15) Y ORACLE account in which the application is installed
REQUIRED_APPLICATION_ID NUMBER (15) Y Identifier of application that the application depends on
REQUIRED_ORACLE_ID NUMBER (15) Y ORACLE account in which the dependent application is installed
LAST_UPDATE_DATE DATE
Y Standard Who column - date when a user last updated this row.
LAST_UPDATED_BY NUMBER (15) Y Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID).
CREATION_DATE DATE
Y Standard who column - date when this row was created.
CREATED_BY NUMBER (15) Y Standard who column - user who created this row (foreign key to FND_USER.USER_ID).
LAST_UPDATE_LOGIN NUMBER (15) Y Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID).

[top of page]

APPLSYS.FND_PRODUCT_DEPENDENCIES does not reference any database object

APPLSYS.FND_PRODUCT_DEPENDENCIES is referenced by following:

APPS
SYNONYM - FND_PRODUCT_DEPENDENCIES

[top of page]

Table: FND_PRODUCT_GROUPS

Description: Site specific information used by AutoInstall
Primary Key: FND_PRODUCT_GROUPS_PK
  1. PRODUCT_GROUP_ID
Primary Key: FND_PRODUCT_GROUPS_UK1
  1. PRODUCT_GROUP_NAME
Comments

FND_PRODUCT_GROUPS stores information about what release, language and type of product group (for example, Standard or Demonstration) you have installed at your site. FND_PRODUCT_GROUPS also stores supplementary information about the product group type in the ARGUMENT1 column. FND_PRODUCT_GROUPS is used mainly by AutoInstall. Oracle Application Object Library uses this information to provide you with release information when you do \ Help Version. You should never modify this table. The CODESET column is no longer used and may contain the value 'Not Used'.

Columns
Name Datatype Length Mandatory Comments
PRODUCT_GROUP_ID NUMBER (15) Y Product group identifier
LAST_UPDATE_DATE DATE
Y Standard Who column - date when a user last updated this row.
LAST_UPDATED_BY NUMBER (15) Y Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID).
CREATION_DATE DATE
Y Standard who column - date when this row was created.
CREATED_BY NUMBER (15) Y Standard who column - user who created this row (foreign key to FND_USER.USER_ID).
LAST_UPDATE_LOGIN NUMBER (15) Y Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID).
PRODUCT_GROUP_NAME VARCHAR2 (60) Y Product group name
RELEASE_NAME VARCHAR2 (50) Y Release name
PRODUCT_GROUP_TYPE VARCHAR2 (30) Y Product group type (for example, Standard)
ARGUMENT1 VARCHAR2 (30)
Supplementary information for product group type
MULTI_ORG_FLAG VARCHAR2 (1)
Y => the Oracle Applications installation is a multi-org installation
MULTI_LINGUAL_FLAG VARCHAR2 (1)
Y => the Oracle Applications installation is a multi-lingual installation
MULTI_CURRENCY_FLAG VARCHAR2 (1)
Is Multi-Currency installed in this database
APPLICATIONS_SYSTEM_NAME VARCHAR2 (30) Y Name of the "Applications System"
IS_NEW_TS_MODE VARCHAR2 (1)
Y => The Oracle Applications installation has embraced the new tablespace model (the one based on I/O characteristics)
ARU_RELEASE_NAME VARCHAR2 (50)
Aru Release Name

[top of page]

APPLSYS.FND_PRODUCT_GROUPS does not reference any database object

APPLSYS.FND_PRODUCT_GROUPS is referenced by following:

APPS
SYNONYM - FND_PRODUCT_GROUPS

[top of page]

Table: FND_PRODUCT_INSTALLATIONS

Description: Oracle Applications products installed at your site
Primary Key: FND_PRODUCT_INSTALLATIONS_PK
  1. APPLICATION_ID
  2. ORACLE_ID
Foreign Keys from this table:
Foreign Key Column Foreign Table
FND_PRODUCT_INSTALLATIONS.APPLICATION_ID FND_APPLICATION
FND_PRODUCT_INSTALLATIONS.ORACLE_ID FND_ORACLE_USERID
Foreign Keys to this table:
Foreign Key Column Foreign Table
ALR_ACTION_SET_CHECKS.APPLICATION_ID
ALR_ACTION_SET_CHECKS.ORACLE_ID
FND_PRODUCT_INSTALLATIONS
FND_PRODUCT_DEPENDENCIES.APPLICATION_ID
FND_PRODUCT_DEPENDENCIES.ORACLE_ID
FND_PRODUCT_INSTALLATIONS
FND_PRODUCT_DEPENDENCIES.REQUIRED_APPLICATION_ID
FND_PRODUCT_DEPENDENCIES.REQUIRED_ORACLE_ID
FND_PRODUCT_INSTALLATIONS
Comments

FND_PRODUCT_INSTALLATIONS stores information about Oracle Applications products at your site. Each row includes a value identifying the application (APPLICATION_ID), a value identifying the database account (ORACLE_ID), the product's version number (PRODUCT_VERSION), the product's status at your site (STATUS, where I means installed, L means custom, N means not installed, and S means installed as shared product), and the product's industry (INDUSTRY, where C means for commercial or for-profit use, G means for educational or not-for-profit use, B means Project Billing, and P means Project Costing). Each row also includes the names of the tablespace in which the application tables, indexes, and temporary objects reside (TABLESPACE, INDEX_TABLESPACE, and TEMPORARY_TABLESPACE), and the sizing factor for the product (SIZING_FACTOR). Oracle Applications uses this information to display product version numbers when you choose \ Help Version, when installing and upgrading your database, and for other purposes.
.
INSTALL_GROUP_NUM is 0 for SOA products and 1 for MOA products.
.
MOA (Multiple Oracle account) products are products that needed multiple Oracle accounts to support multiple sets of books.
.
SOA (Single Oracle account) products are those that need only 1 Oracle account, either because they are able to handle multiple sets of books with one Oracle account, or they have nothing to do with sets of books.

Indexes
Index Type Tablespace Column
FND_PRODUCT_INSTALLATIONS_PK UNIQUE APPS_TS_TX_IDX APPLICATION_ID
ORACLE_ID
Columns
Name Datatype Length Mandatory Comments
APPLICATION_ID NUMBER (15) Y Application identifier
ORACLE_ID NUMBER (15) Y ORACLE account in which the application is installed
LAST_UPDATE_DATE DATE
Y Standard Who column - date when a user last updated this row.
LAST_UPDATED_BY NUMBER (15) Y Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID).
CREATION_DATE DATE
Y Standard who column - date when this row was created.
CREATED_BY NUMBER (15) Y Standard who column - user who created this row (foreign key to FND_USER.USER_ID).
LAST_UPDATE_LOGIN NUMBER (15) Y Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID).
PRODUCT_VERSION VARCHAR2 (30)
Version number for the application
STATUS VARCHAR2 (1)
The status of the application
INDUSTRY VARCHAR2 (1)
The industry of the application
TABLESPACE VARCHAR2 (30)
Name of tablespace for the application's tables
INDEX_TABLESPACE VARCHAR2 (30)
Name of tablespace for the application's indexes
TEMPORARY_TABLESPACE VARCHAR2 (30)
Name of tablespace for temporary objects
SIZING_FACTOR NUMBER

The sizing factor for the application
INSTALL_GROUP_NUM NUMBER (15)
0 for SOA products; 1 for MOA products
DB_STATUS VARCHAR2 (1)
Y => Product's database objects are installed in the database
PATCH_LEVEL VARCHAR2 (30)
Current Mini-pack level of the product (eg. 11i.AD.B, etc)

[top of page]

APPLSYS.FND_PRODUCT_INSTALLATIONS does not reference any database object

APPLSYS.FND_PRODUCT_INSTALLATIONS is referenced by following:

APPS
SYNONYM - FND_PRODUCT_INSTALLATIONS
TRIGGER - FND_PROD_LIC_TGR
SYSTEM
SYNONYM - FND_PRODUCT_INSTALLATIONS

[top of page]



Copyright (c) 2001 - 2005, Oracle - Use Restricted by Contract