[Home] [Help]
[Dependency Information]
| Object Name: | OKS_HEADERS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | OKS.OKS_HEADERS_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 |
|---|---|---|---|---|
| CONTRACT_ID | NUMBER | Yes | FK to Contract Header. | |
| CONTRACT_NUMBER | VARCHAR2 | (120) | Yes | With CONTRACT_NUMBER_MODIFIER, used to uniquely identify a contract as a business entity. |
| CONTRACT_MODIFIER | VARCHAR2 | (120) | Contract Number Modifier | |
| START_DATE | DATE | Effective Start Date | ||
| END_DATE | DATE | Effective End Date | ||
| STATUS | VARCHAR2 | (30) | Yes | Status of the Contract |
| SHORT_DESCRIPTION | VARCHAR2 | (600) | Description of the contract | |
| PARTY_ID | NUMBER | (15) | Yes | Party Identifier |
| PARTY_NUMBER | VARCHAR2 | (30) | Yes | Party Number to which the contract is created |
| PARTY_NAME | VARCHAR2 | (360) | Yes | Party Name to which the contract is created |
| BILL2_ADDRESS1 | VARCHAR2 | (240) | Bill to Address | |
| BILL2_ADDRESS2 | VARCHAR2 | (240) | Bill to Address | |
| BILL2_ADDRESS3 | VARCHAR2 | (182) | Bill to Address | |
| BILL2_COUNTRY | VARCHAR2 | (60) | Bill to Country | |
| CURRENCY | VARCHAR2 | (15) | Currency Attached to the contract | |
| ORG_ID | NUMBER | Yes | Operating Unit | |
| INV_ORG_ID | NUMBER | Yes | Inventory organization Identifier | |
| LAST_UPDATE_DATE | DATE | Yes | Date the record was last updated. | |
| ESTIMATED_AMOUNT | NUMBER | Estimated amount of the Contract |
Cut, paste (and edit) the following text to query this object:
SELECT CONTRACT_ID
, CONTRACT_NUMBER
, CONTRACT_MODIFIER
, START_DATE
, END_DATE
, STATUS
, SHORT_DESCRIPTION
, PARTY_ID
, PARTY_NUMBER
, PARTY_NAME
, BILL2_ADDRESS1
, BILL2_ADDRESS2
, BILL2_ADDRESS3
, BILL2_COUNTRY
, CURRENCY
, ORG_ID
, INV_ORG_ID
, LAST_UPDATE_DATE
, ESTIMATED_AMOUNT
FROM APPS.OKS_HEADERS_V;
APPS
ARP_ADDR_LABEL_PKG
- show dependent code
FND_GLOBAL
- show dependent code
HZ_PARTIES
OKC_K_HEADERS_V
OKC_K_PARTY_ROLES_V
OKC_UTIL
- show dependent code
OKX_CUST_SITE_USES_V
APPS.OKS_HEADERS_V is not referenced by any database object
|
|
|
|