[Home] [Help]
[Dependency Information]
Object Name: | PA_PRODUCT_FUNCTIONS |
---|---|
Object Type: | TABLE |
Owner: | PA |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
PA_PRODUCT_FUNCTIONS stores the seeded functions defined for each product in the Oracle Projects suite.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
PA_PRODUCT_FUNCTIONS_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() ![]() |
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 |
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
FROM PA.PA_PRODUCT_FUNCTIONS;
PA.PA_PRODUCT_FUNCTIONS does not reference any database object
PA.PA_PRODUCT_FUNCTIONS is referenced by following:
|
|
|