[Home] [Help]
[Dependency Information]
| Object Name: | PA_PRODUCT_FUNCTIONS |
|---|---|
| Object Type: | TABLE |
| Owner: | PA |
| FND Design Data: | PA.PA_PRODUCT_FUNCTIONS
|
| Subobject Name: | |
| Status: | VALID |
PA_PRODUCT_FUNCTIONS stores the seeded functions defined for each product in the Oracle Projects suite.
| Tablespace: | APPS_TS_SEED |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| PA_PRODUCT_FUNCTIONS_U1 | NORMAL | UNIQUE |
APPS_TS_SEED
|
PRODUCT_CODE
OBJECT_TYPE
OBJECT_CODE
ZD_EDITION_NAME
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| PRODUCT_CODE | VARCHAR2 | (30) | Yes | The product short code with-in Oracle Projects |
| OBJECT_TYPE | VARCHAR2 | (30) | Yes | The type of the object associated with the product |
| OBJECT_CODE | VARCHAR2 | (30) | Yes | The name of the object associated with the product |
| RECORD_VERSION_NUMBER | NUMBER | Sequence number for locking strategy in self-service applications | ||
| CREATION_DATE | DATE | Yes | Standard Who Column | |
| CREATED_BY | NUMBER | (15) | Yes | Standard Who Column |
| LAST_UPDATE_DATE | DATE | Yes | Standard Who Column | |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard Who Column |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard Who Column | |
| ZD_EDITION_NAME | VARCHAR2 | (30) | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT PRODUCT_CODE
, OBJECT_TYPE
, OBJECT_CODE
, RECORD_VERSION_NUMBER
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, ZD_EDITION_NAME
FROM PA.PA_PRODUCT_FUNCTIONS;
PA.PA_PRODUCT_FUNCTIONS does not reference any database object
PA.PA_PRODUCT_FUNCTIONS is referenced by following:
PA
PA_PRODUCT_FUNCTIONS#
|
|
|
|