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


VIEW: APPS.JTF_R_RULESETS_VL

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

View Type

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


Provide ruleset view including language specific info in name, description and source langugae


[View Source]

Columns
Name Datatype Length Mandatory Comments
RULESET_ID NUMBER

column from jtf_r_rulesets_tl
LANGUAGE VARCHAR2 (4)
column from jtf_r_rulesets_tl
CREATED_BY NUMBER (15)
Standard who column - user who created this row (foreign key to FND_USER.USER_ID).
CREATION_DATE DATE

Standard who column - date when this row was created.
LAST_UPDATED_BY NUMBER (15)
Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID).
LAST_UPDATE_DATE DATE

Standard Who column - date when a user last updated this row.
LAST_UPDATE_LOGIN NUMBER (15)
Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID).
NAME VARCHAR2 (80)
column from jtf_r_rulesets_tl
SOURCE_LANG VARCHAR2 (4)
column from jtf_r_rulesets_tl
DESCRIPTION VARCHAR2 (240)
column from jtf_r_rulesets_tl
OBJECT_VERSION_NUMBER NUMBER

Used for locking purposes
Query Text

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


SELECT RULESET_ID
,      LANGUAGE
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      NAME
,      SOURCE_LANG
,      DESCRIPTION
,      OBJECT_VERSION_NUMBER
FROM APPS.JTF_R_RULESETS_VL;

Dependencies

[top of page]

APPS.JTF_R_RULESETS_VL references the following:

SchemaAPPS
SynonymJTF_R_RULESETS_B
SynonymJTF_R_RULESETS_TL
APPS.JTF_R_RULESETS_VL is referenced by following:

SchemaAPPS
ViewJTF_R_RULESETS_V