[Home] [Help]
[Dependency Information]
| Object Name: | OKC_KEXP_REPORT_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | OKC.OKC_KEXP_REPORT_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_NUMBER | VARCHAR2 | (120) | Yes | |
| CURRENCY | VARCHAR2 | (15) | ||
| AMOUNT | NUMBER | |||
| START_DATE | DATE | The beginning of the active period, one second after midnight on the date indicated. | ||
| END_DATE | DATE | |||
| CUSTOMER | VARCHAR2 | (4000) | ||
| SALESREP | VARCHAR2 | (4000) | ||
| TERRITORY | VARCHAR2 | (2000) | Yes | The name of the territory. |
| REPORT_ID | NUMBER | This column is intended to store the report run number. Incremented for every search report made from the contracts search form. | ||
| LAST_UPDATE_DATE | DATE | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT CONTRACT_NUMBER
, CURRENCY
, AMOUNT
, START_DATE
, END_DATE
, CUSTOMER
, SALESREP
, TERRITORY
, REPORT_ID
, LAST_UPDATE_DATE
FROM APPS.OKC_KEXP_REPORT_V;
APPS
JTF_TERR_ALL
JTF_TERR_QUAL_ALL
JTF_TERR_VALUES_ALL
OKC_CONTACTS
OKC_KEXP_PVT
- show dependent code
OKC_KEXP_REPORT
OKC_K_HEADERS_B
OKC_K_PARTY_ROLES_B
OKC_K_VERS_NUMBERS
OKC_UTIL
- show dependent code
APPS.OKC_KEXP_REPORT_V is not referenced by any database object
|
|
|
|