[Home] [Help]
[Dependency Information]
| Object Name: | OKL_K_VENDORS_UV |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | OKL.OKL_K_VENDORS_UV
|
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major
releases.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ID | NUMBER | Yes | Party role identifier | |
| DNZ_CHR_ID | NUMBER | Yes | Denormalized contract identifier | |
| CHR_ID | NUMBER | Contract identifier | ||
| NAME | VARCHAR2 | (240) | Supplier name | |
| DESCRIPTION | VARCHAR2 | (30) | Yes | Supplier number |
| RLE_CODE | VARCHAR2 | (30) | Yes | Role code for this party. Refers to lookup_code in fnd_lookups where lookup_type = OKC_ROLE. |
| JTOT_OBJECT1_CODE | VARCHAR2 | (30) | Refers to JTF_OBJECTS_B. Represents view referenced by OBJECT_ID columns. | |
| OBJECT1_ID1 | VARCHAR2 | (40) | Foreign key to an OKX view identifitied by corresponding JTOT_OBJECT_CODE column. First part of primary key in view. | |
| OBJECT1_ID2 | VARCHAR2 | (200) | Foreign key to an OKX view identifitied by corresponding JTOT_OBJECT_CODE column. Second part of primary key in view. |
Cut, paste (and edit) the following text to query this object:
SELECT ID
, DNZ_CHR_ID
, CHR_ID
, NAME
, DESCRIPTION
, RLE_CODE
, JTOT_OBJECT1_CODE
, OBJECT1_ID1
, OBJECT1_ID2
FROM APPS.OKL_K_VENDORS_UV;
APPS
OKC_K_PARTY_ROLES_B
OKX_VENDORS_V
APPS.OKL_K_VENDORS_UV is not referenced by any database object
|
|
|
|