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


VIEW: APPS.XTR_PRO_PARAM_V

Object Details
Object Name: XTR_PRO_PARAM_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewXTR.XTR_PRO_PARAM_V
Subobject Name:
Status: VALID

View Type

A supplementary view used to simplify forms coding.

Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major
releases.

[View Source]

Columns
Name Datatype Length Mandatory Comments
UNIQUE_REF_NUM NUMBER
Yes
PARAM_NAME VARCHAR2 (50) Yes
PARAM_VALUE VARCHAR2 (50)
PARAM_TYPE VARCHAR2 (7)
UPDATED_ON DATE

UPDATED_BY VARCHAR2 (30)
AUDIT_INDICATOR VARCHAR2 (1)
DESCRIPTION VARCHAR2 (250)
CREATED_BY VARCHAR2 (30) Yes
CREATED_ON DATE
Yes
Query Text

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


SELECT UNIQUE_REF_NUM
,      PARAM_NAME
,      PARAM_VALUE
,      PARAM_TYPE
,      UPDATED_ON
,      UPDATED_BY
,      AUDIT_INDICATOR
,      DESCRIPTION
,      CREATED_BY
,      CREATED_ON
FROM APPS.XTR_PRO_PARAM_V;

Dependencies

[top of page]

APPS.XTR_PRO_PARAM_V references the following:

SchemaAPPS
SynonymXTR_PRO_PARAM
APPS.XTR_PRO_PARAM_V is referenced by following:

SchemaAPPS
Package BodyXTR_LIMITS_P - show dependent code
Package BodyXTR_MAINTAIN_DDA_P - show dependent code
Package BodyXTR_WORKFLOW_PKG - show dependent code