[Home] [Help]
[Dependency Information]
| Object Name: | JTF_RS_PTNR_MIGR_VL |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | JTF.JTF_RS_PTNR_MIGR_VL
|
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
Stores specific partner related data used for internal migration.
| 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. |
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;
APPS
HZ_PARTIES
HZ_RELATIONSHIPS
APPS
JTF_RS_RESOURCE_PUB
- show dependent code
|
|
|
|