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


VIEW: APPS.PO_PRICE_DIFFERENTIALS_V

Object Details
Object Name: PO_PRICE_DIFFERENTIALS_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewPO.PO_PRICE_DIFFERENTIALS_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
ROW_ID ROWID (10)
ROWID of the record in the PO_PRICE_DIFFERENTIALS base table.
PRICE_DIFFERENTIAL_ID NUMBER
Yes Unique identifier for this price differential. Primary key for this table.
PRICE_DIFFERENTIAL_NUM NUMBER
Yes Price differential line number
ENTITY_TYPE VARCHAR2 (30) Yes The type of the entity this price differential is tied to. Possible values can be: 'REQ LINE', 'PO LINE', 'BLANKET LINE', 'PRICE BREAK'
ENTITY_ID NUMBER
Yes ID of the Req Line, PO Line, Blanket Line, or Price Break to which this price differential belongs. References PO_REQUISITION_LINES_ALL.requisition_line_id, PO_LINES_ALL.po_line_id, OR PO_LINE_LOCATIONS_ALL.line_location_id.
PRICE_TYPE VARCHAR2 (30) Yes Type of rate for which this price differential will be applied (e.g. STANDARD, HOLIDAY, OVERTIME, WEEKEND). Comes from FND_LOOKUP_VALUES.lookup_code with lookup_type, 'PRICE DIFFERENTIALS'.
PRICE_TYPE_DSP VARCHAR2 (80) Yes Translated display value for the Price Type.
DESCRIPTION VARCHAR2 (240)
Price Type description
MULTIPLIER NUMBER

Actual multiplier that is applied to the regular rate on Standard PO or Requisition.
MIN_MULTIPLIER NUMBER

Applicable to Blankets only. Minimum value for the multiplier that can be applied to the regular rate designated on the blanket.
MAX_MULTIPLIER NUMBER

Applicable to Blankets only. Maximum value for the multiplier that can be applied to the regular rate designated on the blanket.
ENABLED_FLAG VARCHAR2 (1)
Indicates if the price differential is enabled
CREATED_BY NUMBER
Yes Standard who column - user who created this row (foreign key to FND_USER.USER_ID).
CREATION_DATE DATE
Yes Standard who column - date when this row was created.
LAST_UPDATED_BY NUMBER
Yes Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID).
LAST_UPDATE_DATE DATE
Yes Standard Who column - date when a user last updated this row.
LAST_UPDATE_LOGIN NUMBER

Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID).
Query Text

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


SELECT ROW_ID
,      PRICE_DIFFERENTIAL_ID
,      PRICE_DIFFERENTIAL_NUM
,      ENTITY_TYPE
,      ENTITY_ID
,      PRICE_TYPE
,      PRICE_TYPE_DSP
,      DESCRIPTION
,      MULTIPLIER
,      MIN_MULTIPLIER
,      MAX_MULTIPLIER
,      ENABLED_FLAG
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM APPS.PO_PRICE_DIFFERENTIALS_V;

Dependencies

[top of page]

APPS.PO_PRICE_DIFFERENTIALS_V references the following:

SchemaAPPS
PL/SQL PackageFND_GLOBAL - show dependent code
SynonymPO_PRICE_DIFFERENTIALS
ViewPO_PRICE_DIFF_LOOKUPS_V

APPS.PO_PRICE_DIFFERENTIALS_V is not referenced by any database object