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


VIEW: APPS.GR_LABEL_CLASS_RESPS_V

Object Details
Object Name: GR_LABEL_CLASS_RESPS_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewGR.GR_LABEL_CLASS_RESPS_V
Subobject Name:
Status: VALID

View Type

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


Contains the rows for the label class responsibility code.


[View Source]

Columns
Name Datatype Length Mandatory Comments
ROW_ID ROWID (10)
INternal identifier for database row
LABEL_CLASS_CODE VARCHAR2 (20) Yes Code of the Label Class
APPLICATION_ID NUMBER (15) Yes Internal identifier of the Oracle Application module
RESPONSIBILITY_ID NUMBER (15) Yes Internal identifier of the responsibility
RESPONSIBILITY_NAME VARCHAR2 (100) Yes Name of Oracle Application responsibility
DISPLAY_SEQUENCE NUMBER
Yes Sequence or order in which to display in User Interface
ALLOW_CREATE_UPDATE VARCHAR2 (1) Yes Flag to indicate data manipulation
LANGUAGE VARCHAR2 (4) Yes Language code
CREATED_BY NUMBER (15) Yes Standard Who Column
CREATION_DATE DATE
Yes Standard Who Column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who Column
LAST_UPDATE_DATE DATE
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
,      LABEL_CLASS_CODE
,      APPLICATION_ID
,      RESPONSIBILITY_ID
,      RESPONSIBILITY_NAME
,      DISPLAY_SEQUENCE
,      ALLOW_CREATE_UPDATE
,      LANGUAGE
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM APPS.GR_LABEL_CLASS_RESPS_V;

Dependencies

[top of page]

APPS.GR_LABEL_CLASS_RESPS_V references the following:

SchemaAPPS
SynonymFND_RESPONSIBILITY_TL
SynonymGR_LABEL_CLASS_RESPS

APPS.GR_LABEL_CLASS_RESPS_V is not referenced by any database object