[Home] [Help]
[Dependency Information]
| Object Name: | OKC_SRS_REN_CONTRACT_NUM_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | OKC.OKC_SRS_REN_CONTRACT_NUM_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 |
|---|---|---|---|---|
| ID | NUMBER | Yes | Primary key column. | |
| CONTRACT_NUMBER | VARCHAR2 | (120) | Yes | Contract (RFP,Proposal etc.) Legal Identifier. |
| MODIFIER | VARCHAR2 | (120) | A unique internal name for the contract number. |
Cut, paste (and edit) the following text to query this object:
SELECT ID
, CONTRACT_NUMBER
, MODIFIER
FROM APPS.OKC_SRS_REN_CONTRACT_NUM_V;
APPS
OKC_K_HEADERS_B
OKC_STATUSES_B
OKC_UTIL
- show dependent code
APPS.OKC_SRS_REN_CONTRACT_NUM_V is not referenced by any database object
|
|
|
|