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


VIEW: APPS.QPR_PR_SEGMENTS_VL

Object Details
Object Name: QPR_PR_SEGMENTS_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_PR_SEGMENTS_B and QPR_PR_SEGMENTS_TL. Displays the transalated columns on pricing segments in the local language


[View Source]

Columns
Name Datatype Length Mandatory Comments
PR_SEGMENT_ID NUMBER
Yes Unique identifier of a Pricing Segment
NAME VARCHAR2 (240) Yes Name of the Pricing Segment
DESCRIPTION VARCHAR2 (2000)
Description of the Pricing Segment
INSTANCE_ID NUMBER
Yes Instance Id
DEFAULT_POLICY_ID NUMBER
Yes Foreign Key to qpr_policies_b
POLICY_IMPORTANCE_CODE VARCHAR2 (30)
Takes values HIGH, MEDIUM, LOW.
POLICY_PRECEDENCE NUMBER

Percedence for the policies linked to the strategy
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 PR_SEGMENT_ID
,      NAME
,      DESCRIPTION
,      INSTANCE_ID
,      DEFAULT_POLICY_ID
,      POLICY_IMPORTANCE_CODE
,      POLICY_PRECEDENCE
,      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_PR_SEGMENTS_VL;

Dependencies

[top of page]

APPS.QPR_PR_SEGMENTS_VL references the following:

SchemaAPPS
SynonymQPR_PR_SEGMENTS_B
SynonymQPR_PR_SEGMENTS_TL

APPS.QPR_PR_SEGMENTS_VL is not referenced by any database object