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


VIEW: APPS.AR_DUNNING_LETTERS_CUSTOM_VL

Object Details
Object Name: AR_DUNNING_LETTERS_CUSTOM_VL
Object Type: VIEW
Owner: APPS
FND Design Data: ViewAR.AR_DUNNING_LETTERS_CUSTOM_VL
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
ROW_ID ROWID (10)
DUNNING_LETTER_ID NUMBER (15) Yes
PARAGRAPH_NUMBER NUMBER (15) Yes
LAST_UPDATE_DATE DATE
Yes Standard Who column - date when a user last updated this row.
CREATION_DATE DATE
Yes Standard who column - date when this row was created.
CREATED_BY NUMBER (15) Yes Standard who column - user who created this row (foreign key to FND_USER.USER_ID).
LAST_UPDATED_BY NUMBER (15) Yes Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID).
LAST_UPDATE_LOGIN NUMBER (15)
Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID).
PARAGRAPH_TEXT VARCHAR2 (2000)
Query Text

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


SELECT ROW_ID
,      DUNNING_LETTER_ID
,      PARAGRAPH_NUMBER
,      LAST_UPDATE_DATE
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      PARAGRAPH_TEXT
FROM APPS.AR_DUNNING_LETTERS_CUSTOM_VL;

Dependencies

[top of page]

APPS.AR_DUNNING_LETTERS_CUSTOM_VL references the following:

SchemaAPPS
SynonymAR_DUNNING_LETTERS_CUSTOM_TL
APPS.AR_DUNNING_LETTERS_CUSTOM_VL is referenced by following:

SchemaAPPS
SynonymAR_DUNNING_LETTERS_CUSTOM