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


VIEW: APPS.CSC_COLOR_CODES_V

Object Details
Object Name: CSC_COLOR_CODES_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewCSC.CSC_COLOR_CODES_V
Subobject Name:
Status: VALID

View Type

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


View of CSC_COLOR_CODES. This view is used in Customer Profile Setup form - Preferences tab.


[View Source]

Columns
Name Datatype Length Mandatory Comments
ROW_ID ROWID (10)
Row Id
COLOR_CODE VARCHAR2 (30) Yes The color code for the rating.
RATING_CODE VARCHAR2 (30) Yes The rating code in the CSC_LOOKUPS table with lookup_type = PROFILE_RATING.
LAST_UPDATE_DATE DATE
Yes Standard Who Column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who Column
CREATION_DATE DATE
Yes Standard Who Column
CREATED_BY NUMBER (15) Yes Standard Who Column
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who Column
Query Text

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


SELECT ROW_ID
,      COLOR_CODE
,      RATING_CODE
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
FROM APPS.CSC_COLOR_CODES_V;

Dependencies

[top of page]

APPS.CSC_COLOR_CODES_V references the following:

SchemaAPPS
SynonymCSC_COLOR_CODES

APPS.CSC_COLOR_CODES_V is not referenced by any database object