DBA Data[Home] [Help] [Dependency Information]


TABLE: PO.FND_FUNCTION_PARAMETER_MAP

Object Details
Object Name: FND_FUNCTION_PARAMETER_MAP
Object Type: TABLE
Owner: PO
FND Design Data: TablePO.FND_FUNCTION_PARAMETER_MAP
Subobject Name:
Status: VALID


The FND_FUNCTION_PARAMETER_MAP table contains seed data information for notification viewer


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Columns
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
Query Text

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;

Dependencies

[top of page]

PO.FND_FUNCTION_PARAMETER_MAP does not reference any database object

PO.FND_FUNCTION_PARAMETER_MAP is referenced by following:

SchemaPO
ViewFND_FUNCTION_PARAMETER_MAP#