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


VIEW: APPS.JTF_RS_PTNR_MIGR_VL

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

View Type

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


Stores specific partner related data used for internal migration.


[View Source]

Columns
Name Datatype Length Mandatory Comments
PARTY_ID NUMBER (15) Yes Party Identifier.
PARTY_NAME VARCHAR2 (360) Yes Party Name.
PARTY_TYPE VARCHAR2 (30) Yes Party type.
PARTY_RELATIONSHIP_TYPE VARCHAR2 (30) Yes Party relationship type.
Query Text

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


SELECT PARTY_ID
,      PARTY_NAME
,      PARTY_TYPE
,      PARTY_RELATIONSHIP_TYPE
FROM APPS.JTF_RS_PTNR_MIGR_VL;

Dependencies

[top of page]

APPS.JTF_RS_PTNR_MIGR_VL references the following:

SchemaAPPS
SynonymHZ_PARTIES
SynonymHZ_RELATIONSHIPS
APPS.JTF_RS_PTNR_MIGR_VL is referenced by following:

SchemaAPPS
Package BodyJTF_RS_RESOURCE_PUB - show dependent code