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


VIEW: APPS.QPR_DISCOUNT_GRPS_VL

Object Details
Object Name: QPR_DISCOUNT_GRPS_VL
Object Type: VIEW
Owner: APPS
Subobject Name:
Status: VALID

View Type

A public view which may be useful for custom reporting or other data
requirements.


View of QPR_DISCOUNT_GRPS_B and QPR_DISCOUNT_GRPS_TL. Displays the transalated columns on discount groups in the local language


[View Source]

Columns
Name Datatype Length Mandatory Comments
DISCOUNT_GRP_ID NUMBER
Yes Unique identifier of a Discount Group
NAME VARCHAR2 (240) Yes Name of the Discount Group
DESCRIPTION VARCHAR2 (2000)
Description of the Discount Group
CREATION_DATE DATE
Yes Standard Who Column
CREATED_BY NUMBER (15) Yes Standard Who Column
LAST_UPDATE_DATE DATE
Yes Standard Who Column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who Column
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who Column
PROGRAM_ID NUMBER

Identifies the concurrent program
PROGRAM_LOGIN_ID NUMBER

Identifies the Oracle Applicaitons Concurrent Program Login ID
PROGRAM_APPLICATION_ID NUMBER

Identifies the Oracle Application that spawned the concurrent program
REQUEST_ID NUMBER

Identifies the concurrent request instance that spawned the concurrent program
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT DISCOUNT_GRP_ID
,      NAME
,      DESCRIPTION
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      PROGRAM_ID
,      PROGRAM_LOGIN_ID
,      PROGRAM_APPLICATION_ID
,      REQUEST_ID
FROM APPS.QPR_DISCOUNT_GRPS_VL;

Dependencies

[top of page]

APPS.QPR_DISCOUNT_GRPS_VL references the following:

SchemaAPPS
SynonymQPR_DISCOUNT_GRPS_B
SynonymQPR_DISCOUNT_GRPS_TL

APPS.QPR_DISCOUNT_GRPS_VL is not referenced by any database object