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


VIEW: APPS.EDR_PSIG_SIGN_PARAMS_VL

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

View Type

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


Signature Parameter MLS View


[View Source]

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

Signature Detail ID
NAME VARCHAR2 (100)
Signer Parameter Name
VALUE VARCHAR2 (4000)
Signer Parameter Value
DISPLAY_NAME VARCHAR2 (240)
Signer Parameter Display Name
Query Text

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


SELECT ROW_ID
,      PARAMETER_ID
,      SIGNATURE_ID
,      NAME
,      VALUE
,      DISPLAY_NAME
FROM APPS.EDR_PSIG_SIGN_PARAMS_VL;

Dependencies

[top of page]

APPS.EDR_PSIG_SIGN_PARAMS_VL references the following:

SchemaAPPS
SynonymEDR_PSIG_SIGN_PARAMS_B
SynonymEDR_PSIG_SIGN_PARAMS_TL
APPS.EDR_PSIG_SIGN_PARAMS_VL is referenced by following:

SchemaAPPS
Package BodyEDR_PSIG - show dependent code