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


VIEW: APPS.FEM_APPLICATION_GROUPS_VL

Object Details
Object Name: FEM_APPLICATION_GROUPS_VL
Object Type: VIEW
Owner: APPS
Subobject Name:
Status: VALID

View Type

MultiLingual view (a language resolved view of the data.)

[View Source]

Columns
Name Datatype Length Mandatory Comments
ROW_ID ROWID (10)
Framework required column identifying the row
APPLICATION_GROUP_ID NUMBER
Yes Application Group Identifier
CREATION_DATE DATE
Yes Identifies the date on which the data was created
CREATED_BY NUMBER (15) Yes Identifies the user that created the data
LAST_UPDATED_BY NUMBER (15) Yes Identifies the user that last updated the data
LAST_UPDATE_DATE DATE
Yes Identifies the data on which the data was last updated
LAST_UPDATE_LOGIN NUMBER (15)
Identifies the login user that last updated the data
APPLICATION_GROUP_NAME VARCHAR2 (150) Yes Application Group Name
DESCRIPTION VARCHAR2 (255)
Description
Query Text

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


SELECT ROW_ID
,      APPLICATION_GROUP_ID
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      APPLICATION_GROUP_NAME
,      DESCRIPTION
FROM APPS.FEM_APPLICATION_GROUPS_VL;

Dependencies

[top of page]

APPS.FEM_APPLICATION_GROUPS_VL references the following:

SchemaAPPS
SynonymFEM_APPLICATION_GROUPS_B
SynonymFEM_APPLICATION_GROUPS_TL
APPS.FEM_APPLICATION_GROUPS_VL is referenced by following:

SchemaAPPS
TriggerFEM_APPLICATION_GROUPS_DL
TriggerFEM_APPLICATION_GROUPS_IL
TriggerFEM_APPLICATION_GROUPS_UL