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


VIEW: APPS.JTF_SEEDED_QUAL_ALL_VL

Object Details
Object Name: JTF_SEEDED_QUAL_ALL_VL
Object Type: VIEW
Owner: APPS
FND Design Data: ViewJTF.JTF_SEEDED_QUAL_ALL_VL
Subobject Name:
Status: VALID

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

View Type

A multi-org view which will retrive data for your current operating unit and ignore data in other operating units.


Multi-Org single language view of seeded qualifiers.


[View Source]

Columns
Name Datatype Length Mandatory Comments
SEEDED_QUAL_ID NUMBER
Yes
LAST_UPDATE_DATE DATE
Yes Standard Who column - date when a user last updated this row.
LAST_UPDATED_BY NUMBER
Yes Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID).
CREATION_DATE DATE
Yes Standard who column - date when this row was created.
CREATED_BY NUMBER
Yes Standard who column - user who created this row (foreign key to FND_USER.USER_ID).
LAST_UPDATE_LOGIN NUMBER

Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID).
NAME VARCHAR2 (60) Yes
DESCRIPTION VARCHAR2 (240)
ORG_ID NUMBER

Organization identifier
Query Text

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


SELECT SEEDED_QUAL_ID
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      NAME
,      DESCRIPTION
,      ORG_ID
FROM APPS.JTF_SEEDED_QUAL_ALL_VL;

Dependencies

[top of page]

APPS.JTF_SEEDED_QUAL_ALL_VL references the following:

SchemaAPPS
SynonymJTF_SEEDED_QUAL_ALL_B
SynonymJTF_SEEDED_QUAL_ALL_TL

APPS.JTF_SEEDED_QUAL_ALL_VL is not referenced by any database object