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


VIEW: APPS.JTF_RS_PLATFORMS_V

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

View Type

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


Stores all valid platforms for which resource skills can be assigned.


[View Source]

Columns
Name Datatype Length Mandatory Comments
PLATFORM_ID NUMBER
Yes Platform Identifier.
PLATFORM_ORG_ID NUMBER
Yes Platform organization identifier.
PLATFORM_NAME VARCHAR2 (40)
Platform Name.
DESCRIPTION VARCHAR2 (240)
Platform description.
CATEGORY_ID NUMBER
Yes Category Identifier.
Query Text

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


SELECT PLATFORM_ID
,      PLATFORM_ORG_ID
,      PLATFORM_NAME
,      DESCRIPTION
,      CATEGORY_ID
FROM APPS.JTF_RS_PLATFORMS_V;

Dependencies

[top of page]

APPS.JTF_RS_PLATFORMS_V references the following:

SchemaAPPS
PL/SQL PackageFND_PROFILE - show dependent code
SynonymMTL_ITEM_CATEGORIES
ViewMTL_SYSTEM_ITEMS_VL
APPS.JTF_RS_PLATFORMS_V is referenced by following:

SchemaAPPS
Package BodyJTF_RS_JSP_LOV_RECS_PUB - show dependent code
Package BodyJTF_RS_RESOURCE_SKILLS_PVT - show dependent code
Package BodyJTF_RS_SKILLS_REPORT_PUB - show dependent code