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


VIEW: APPS.EDR_PSIG_DOC_PARAMS_VL

Object Details
Object Name: EDR_PSIG_DOC_PARAMS_VL
Object Type: VIEW
Owner: APPS
FND Design Data: ViewEDR.EDR_PSIG_DOC_PARAMS_VL
Subobject Name:
Status: VALID

View Type

A public view which may be useful for custom reporting or other data
requirements.


Document Parameter MLS View


[View Source]

Columns
Name Datatype Length Mandatory Comments
ROW_ID ROWID (10)
ROW ID
PARAMETER_ID NUMBER
Yes Parameter ID
DOCUMENT_ID NUMBER

Document ID
NAME VARCHAR2 (100)
Parameter Name
VALUE VARCHAR2 (4000)
Parameter Value
DISPLAY_NAME VARCHAR2 (240)
Parameter Display name
Query Text

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


SELECT ROW_ID
,      PARAMETER_ID
,      DOCUMENT_ID
,      NAME
,      VALUE
,      DISPLAY_NAME
FROM APPS.EDR_PSIG_DOC_PARAMS_VL;

Dependencies

[top of page]

APPS.EDR_PSIG_DOC_PARAMS_VL references the following:

SchemaAPPS
SynonymEDR_PSIG_DOC_PARAMS_B
SynonymEDR_PSIG_DOC_PARAMS_TL
APPS.EDR_PSIG_DOC_PARAMS_VL is referenced by following:

SchemaAPPS
Package BodyEDR_PSIG - show dependent code