[Home] [Help]
[Dependency Information]
| Object Name: | OKC_REL_OBJ_ORDER_HEADERS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | OKC.OKC_REL_OBJ_ORDER_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 |
|---|---|---|---|---|
| ORDER_NUMBER | NUMBER | Yes | ||
| ORDER_DESCRIPTION | VARCHAR2 | (0) | ||
| ORDER_STATUS | VARCHAR2 | (80) | Yes | |
| TOTAL_AMOUNT | NUMBER | |||
| OBJECT1_ID1 | VARCHAR2 | (40) | ||
| JTOT_OBJECT_CODE | VARCHAR2 | (30) | ||
| CHR_ID | NUMBER | |||
| CURRENCY | VARCHAR2 | (15) |
Cut, paste (and edit) the following text to query this object:
SELECT ORDER_NUMBER
, ORDER_DESCRIPTION
, ORDER_STATUS
, TOTAL_AMOUNT
, OBJECT1_ID1
, JTOT_OBJECT_CODE
, CHR_ID
, CURRENCY
FROM APPS.OKC_REL_OBJ_ORDER_HEADERS_V;
APPS
ASO_ORDER_INT
- show dependent code
FND_GLOBAL
- show dependent code
FND_LOOKUP_VALUES
OKC_K_REL_OBJS
OKX_ORDER_HEADERS_V
APPS.OKC_REL_OBJ_ORDER_HEADERS_V is not referenced by any database object
|
|
|
|