[Home] [Help]
[Dependency Information]
| Object Name: | OKX_VENDOR_CONTACTS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | OKX.OKX_VENDOR_CONTACTS_V
|
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
Internal
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ID1 | NUMBER | Supplier contact unique identifier | ||
| ID2 | CHAR | (1) | Not used | |
| VENDOR_SITE_ID | NUMBER | Supplier site unique identifier | ||
| NAME | VARCHAR2 | (31) | Contact last name | |
| END_DATE_ACTIVE | DATE | Date at which the contact is inactive | ||
| START_DATE_ACTIVE | DATE | Date at which the contact is active | ||
| STATUS | VARCHAR2 | (1) | Contact status flag | |
| DESCRIPTION | VARCHAR2 | (71) | Contact description | |
| PHONE | VARCHAR2 | (40) | Contact phone number | |
| PARTY_ID | NUMBER | Yes | Contact's party identifier (Primary key) | |
| PARTY_ID2 | CHAR | (1) | Contact's party identifier (Multi-part primary key) | |
| ORG_ID | NUMBER | Operating unit unique identifier | ||
| EMAIL_ADDRESS | VARCHAR2 | (2000) |
Cut, paste (and edit) the following text to query this object:
SELECT ID1
, ID2
, VENDOR_SITE_ID
, NAME
, END_DATE_ACTIVE
, START_DATE_ACTIVE
, STATUS
, DESCRIPTION
, PHONE
, PARTY_ID
, PARTY_ID2
, ORG_ID
, EMAIL_ADDRESS
FROM APPS.OKX_VENDOR_CONTACTS_V;
APPS
FND_GLOBAL
- show dependent code
PO_VENDOR_CONTACTS
PO_VENDOR_SITES_ALL
APPS
OKS_SCR_PVT
- show dependent code
|
|
|
|