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


VIEW: APPS.AK_AM_PARAMETER_REGISTRY_V

Object Details
Object Name: AK_AM_PARAMETER_REGISTRY_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewAK.AK_AM_PARAMETER_REGISTRY_V
Subobject Name:
Status: VALID

***** Warning: Oracle Internal Use Only *****

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

View Type

Internal

[View Source]

Columns
Name Datatype Length Mandatory Comments
ROW_ID ROWID (10)
ROW ID
APPLICATION_ID NUMBER (15) Yes Application that owns the AM Parameter Registry.
APPL_SHORT_NAME VARCHAR2 (50) Yes Short name of Application.
APPLICATION_NAME VARCHAR2 (240) Yes application name.
APPLICATIONMODULE_DEFN_NAME VARCHAR2 (240) Yes Application Module full definition name.
PARAM_NAME VARCHAR2 (80) Yes Parameter Name of the parameter that needs to be passed to initializePageValues().
PARAM_SOURCE VARCHAR2 (30) Yes Parameter source of the parameter that needs to be passed to initializePageValues(). The possible values for this are request and session.
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT ROW_ID
,      APPLICATION_ID
,      APPL_SHORT_NAME
,      APPLICATION_NAME
,      APPLICATIONMODULE_DEFN_NAME
,      PARAM_NAME
,      PARAM_SOURCE
FROM APPS.AK_AM_PARAMETER_REGISTRY_V;

Dependencies

[top of page]

APPS.AK_AM_PARAMETER_REGISTRY_V references the following:

SchemaAPPS
SynonymAK_AM_PARAMETER_REGISTRY
ViewFND_APPLICATION_VL

APPS.AK_AM_PARAMETER_REGISTRY_V is not referenced by any database object