[Home] [Help]
[Dependency Information]
| Object Name: | OKX_VENDOR_SITES_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | OKX.OKX_VENDOR_SITES_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 | Yes | Supplier site unique identifier | |
| ID2 | CHAR | (1) | (Multi-part) Primary Key | |
| VENDOR_ID | NUMBER | Yes | Supplier unique identifier | |
| NAME | VARCHAR2 | (15) | Yes | Site code name |
| ORG_ID | NUMBER | Operating unit unique identifier | ||
| END_DATE_ACTIVE | DATE | Inactive date for record | ||
| START_DATE_ACTIVE | DATE | Active date for record | ||
| STATUS | VARCHAR2 | (1) | Status | |
| DESCRIPTION | VARCHAR2 | (80) | Formatted address | |
| PAY_SITE_FLAG | VARCHAR2 | (1) | Indicates whether you can send payments to this site | |
| PARTY_ID | NUMBER | Yes | Supplier unique identifier | |
| PARTY_ID2 | CHAR | (1) | Supplier unique identifier (Multi-part primary key) |
Cut, paste (and edit) the following text to query this object:
SELECT ID1
, ID2
, VENDOR_ID
, NAME
, ORG_ID
, END_DATE_ACTIVE
, START_DATE_ACTIVE
, STATUS
, DESCRIPTION
, PAY_SITE_FLAG
, PARTY_ID
, PARTY_ID2
FROM APPS.OKX_VENDOR_SITES_V;
APPS
ARP_ADDR_LABEL_PKG
- show dependent code
PO_VENDOR_SITES_ALL
APPS
IEX_EXT_AGNCY_UV
IEX_REPOS_OBJECTS_UV
OKC_CREATE_PO_FROM_K_PVT
- show dependent code
OKE_DELIVERABLE_PVT
- show dependent code
OKE_DTS_ACTION_PKG
- show dependent code
OKE_DTS_WORKFLOW
- show dependent code
OKL_CONTRACT_TOP_LINE_PVT
- show dependent code
OKL_FUNDING_PVT
- show dependent code
OKL_FUND_VENDOR_SITES_UV
OKL_INSURANCE_POLICIES_PVT
- show dependent code
OKL_INVESTOR_INVOICE_DISB_PVT
- show dependent code
OKL_JTOT_CONTACT_EXTRACT_PUB
- show dependent code
OKL_OPEN_INTERFACE_PVT
- show dependent code
OKL_QA_DATA_INTEGRITY
- show dependent code
OKL_TAP_PVT
- show dependent code
|
|
|
|