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


VIEW: APPS.QPR_PR_SEGMENTS_ALL_VL

Object Details
Object Name: QPR_PR_SEGMENTS_ALL_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. It contains the pricing segment with 'NO VALUE' record


[View Source]

Columns
Name Datatype Length Mandatory Comments
PR_SEGMENT_ID NUMBER

Unique identifier of the Pricing Segment
NAME VARCHAR2 (4000)
Name of the Pricing Segment
DESCRIPTION VARCHAR2 (4000)
Description of the Pricing Segment
INSTANCE_ID NUMBER

Instance Id
DEFAULT_POLICY_ID NUMBER

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

Standard Who Column
CREATED_BY NUMBER

Standard Who Column
LAST_UPDATE_DATE DATE

Standard Who Column
LAST_UPDATED_BY NUMBER

Standard Who Column
LAST_UPDATE_LOGIN NUMBER

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_ALL_VL;

Dependencies

[top of page]

APPS.QPR_PR_SEGMENTS_ALL_VL references the following:

SchemaAPPS
PL/SQL PackageFND_PROFILE - show dependent code
SynonymQPR_PR_SEGMENTS_B
SynonymQPR_PR_SEGMENTS_TL
PL/SQL PackageQPR_SR_UTIL - show dependent code
SchemaPUBLIC
SynonymDUAL
APPS.QPR_PR_SEGMENTS_ALL_VL is referenced by following:

SchemaAPPS
Package BodyQPR_WKFL_UTIL - show dependent code