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


VIEW: APPS.IGI_DUN_CUST_LETTER_SET_CUR_V

Object Details
Object Name: IGI_DUN_CUST_LETTER_SET_CUR_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewIGI.IGI_DUN_CUST_LETTER_SET_CUR_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
ROW_ID ROWID (10)
Unique identifier for row in view
CUSTOMER_PROFILE_ID NUMBER (15) Yes Identifier of customer profile
CURRENCY_CODE VARCHAR2 (15) Yes Currency code
CREATED_BY NUMBER (15) Yes Standard who column - user who created this row (foreign key to FND_USER.USER_ID).
CREATION_DATE DATE
Yes Standard who column - date when this row was created.
LAST_UPDATED_BY NUMBER (15) Yes Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID).
LAST_UPDATE_DATE DATE
Yes Standard Who column - date when a user last updated this row.
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).
Query Text

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


SELECT ROW_ID
,      CUSTOMER_PROFILE_ID
,      CURRENCY_CODE
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM APPS.IGI_DUN_CUST_LETTER_SET_CUR_V;

Dependencies

[top of page]

APPS.IGI_DUN_CUST_LETTER_SET_CUR_V references the following:

SchemaAPPS
SynonymIGI_DUN_CUST_LETTER_SET_CUR

APPS.IGI_DUN_CUST_LETTER_SET_CUR_V is not referenced by any database object