DBA Data[Home] [Help] [Dependency Information]


VIEW: APPS.OKX_LIST_HEADERS_V

Object Details
Object Name: OKX_LIST_HEADERS_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewOKX.OKX_LIST_HEADERS_V
Subobject Name:
Status: VALID

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

View Type

Internal

[View Source]

Columns
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
Query Text

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;

Dependencies

[top of page]

APPS.OKX_LIST_HEADERS_V references the following:

SchemaAPPS
SynonymQP_LIST_HEADERS_B
SynonymQP_LIST_HEADERS_TL
APPS.OKX_LIST_HEADERS_V is referenced by following:

SchemaAPPS
Package BodyOKC_CHR_PVT - show dependent code
Package BodyOKC_CLE_PVT - show dependent code
Package BodyOKC_PRICE_PVT - show dependent code
ViewOKL_BPD_CNTR_LVLNG_LNS_UV
ViewOKL_BPD_CNTR_PRICE_LIST_UV
Package BodyOKL_K_LINE_FIN_EXT_PVT - show dependent code
Package BodyOKL_OPEN_INTERFACE_PVT - show dependent code
ViewOKL_UBB_USAGE_ITEMS_UV
Package BodyOKS_ENTITLEMENTS_WEB - show dependent code
Package BodyOKS_MASSCHANGE_PVT - show dependent code