[Home] [Help]
[Dependency Information]
Object Name: | FND_FUNCTION_PARAMETER_MAP |
---|---|
Object Type: | TABLE |
Owner: | PO |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
The FND_FUNCTION_PARAMETER_MAP table contains seed data information for notification viewer
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
MESSAGE_NAME | VARCHAR2 | (30) | Notification message name | |
APPLICATION_ID | NUMBER | Application unique identifier | ||
FUNCTION_NAME | VARCHAR2 | (30) | Notification Function name | |
PARAMETER_NAME | VARCHAR2 | (30) | Notification Parameter Name | |
ATTRIBUTE_NAME | VARCHAR2 | (30) | Descriptive flexfield segment |
Cut, paste (and edit) the following text to query this object:
SELECT MESSAGE_NAME
, APPLICATION_ID
, FUNCTION_NAME
, PARAMETER_NAME
, ATTRIBUTE_NAME
FROM PO.FND_FUNCTION_PARAMETER_MAP;
PO.FND_FUNCTION_PARAMETER_MAP does not reference any database object
PO.FND_FUNCTION_PARAMETER_MAP is referenced by following:
|
|
|