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


VIEW: APPS.XTR_QUICK_INPUT_QUOTES_V

Object Details
Object Name: XTR_QUICK_INPUT_QUOTES_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewXTR.XTR_QUICK_INPUT_QUOTES_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
QUOTE_NO NUMBER
Yes
CPARTY_CODE VARCHAR2 (7) Yes
TRANSACTION_RATE NUMBER
Yes
STATUS_CODE VARCHAR2 (10)
Query Text

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


SELECT QUOTE_NO
,      CPARTY_CODE
,      TRANSACTION_RATE
,      STATUS_CODE
FROM APPS.XTR_QUICK_INPUT_QUOTES_V;

Dependencies

[top of page]

APPS.XTR_QUICK_INPUT_QUOTES_V references the following:

SchemaAPPS
SynonymXTR_QUICK_INPUT_QUOTES

APPS.XTR_QUICK_INPUT_QUOTES_V is not referenced by any database object