[Home] [Help]
[Dependency Information]
| Object Name: | OKX_LIST_HEADERS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | OKX.OKX_LIST_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 |
|---|---|---|---|---|
| ID1 | NUMBER | Yes | Primary Key of QP_LIST_HEADERS_B. System Generated ID | |
| ID2 | CHAR | (1) | (Multi-part) Primary Key | |
| LIST_TYPE_CODE | VARCHAR2 | (30) | Yes | This stores the type of modifier list like promotion, price list, discount list,surcharge list and price modifier list. |
| START_DATE_ACTIVE | DATE | This is the start date of the effective period for the modifier list | ||
| END_DATE_ACTIVE | DATE | This is the end date of the effective period for the modifier list | ||
| AUTOMATIC_FLAG | VARCHAR2 | (1) | The flag indicates whether this is an automatic or ask for promotion/discount | |
| CURRENCY_CODE | VARCHAR2 | (30) | Price List Currency | |
| DISCOUNT_LINES_FLAG | VARCHAR2 | (1) | This column is used for backward compatibility. Tells you whether there are lines in the oe_discount_lines table. | |
| NAME | VARCHAR2 | (240) | Yes | Name of Modifier List |
| DESCRIPTION | VARCHAR2 | (2000) | Description of Modifier List | |
| B_STATUS | VARCHAR2 | (1) | Active Flag | |
| STATUS | VARCHAR2 | (1) | Status |
Cut, paste (and edit) the following text to query this object:
SELECT ID1
, ID2
, LIST_TYPE_CODE
, START_DATE_ACTIVE
, END_DATE_ACTIVE
, AUTOMATIC_FLAG
, CURRENCY_CODE
, DISCOUNT_LINES_FLAG
, NAME
, DESCRIPTION
, B_STATUS
, STATUS
FROM APPS.OKX_LIST_HEADERS_V;
APPS
QP_LIST_HEADERS_B
QP_LIST_HEADERS_TL
APPS
OKC_CHR_PVT
- show dependent code
OKC_CLE_PVT
- show dependent code
OKC_PRICE_PVT
- show dependent code
OKL_BPD_CNTR_LVLNG_LNS_UV
OKL_BPD_CNTR_PRICE_LIST_UV
OKL_K_LINE_FIN_EXT_PVT
- show dependent code
OKL_OPEN_INTERFACE_PVT
- show dependent code
OKL_UBB_USAGE_ITEMS_UV
OKS_ENTITLEMENTS_WEB
- show dependent code
OKS_MASSCHANGE_PVT
- show dependent code
|
|
|
|