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


VIEW: APPS.JTF_MSITE_RESPS_VL

Object Details
Object Name: JTF_MSITE_RESPS_VL
Object Type: VIEW
Owner: APPS
FND Design Data: ViewJTF.JTF_MSITE_RESPS_VL
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)
MSITE_RESP_ID NUMBER
Yes Minisite Responsibility Identifier.
OBJECT_VERSION_NUMBER NUMBER (9) Yes Object version number for locking.
CREATED_BY NUMBER
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
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

Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID).
SECURITY_GROUP_ID NUMBER

Security Group Identifier.
MSITE_ID NUMBER
Yes Mini Site Identifier.
RESPONSIBILITY_ID NUMBER
Yes Responsibility Identifier.
APPLICATION_ID NUMBER
Yes Responsibility Application Identifier.
START_DATE_ACTIVE DATE
Yes Start date active
END_DATE_ACTIVE DATE

End date active
SORT_ORDER NUMBER

Sort order for displaying association.
DISPLAY_NAME VARCHAR2 (240) Yes
Query Text

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


SELECT ROW_ID
,      MSITE_RESP_ID
,      OBJECT_VERSION_NUMBER
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      SECURITY_GROUP_ID
,      MSITE_ID
,      RESPONSIBILITY_ID
,      APPLICATION_ID
,      START_DATE_ACTIVE
,      END_DATE_ACTIVE
,      SORT_ORDER
,      DISPLAY_NAME
FROM APPS.JTF_MSITE_RESPS_VL;

Dependencies

[top of page]

APPS.JTF_MSITE_RESPS_VL references the following:

SchemaAPPS
SynonymJTF_MSITE_RESPS_B
SynonymJTF_MSITE_RESPS_TL
APPS.JTF_MSITE_RESPS_VL is referenced by following:

SchemaAPPS
Package BodyJTF_MSITE_RESP_MGR_PVT - show dependent code