[Home] [Help]
[Dependency Information]
Object Name: | PO_PRICE_DIFF_MERGE_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
Internal
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
OWNER_USER_ID | NUMBER | User Id of the owner of the draft | ||
OWNER_ROLE | VARCHAR2 | (10) | Role of the user owning the draft. Possible values: BUYER, SUPPLIER, CAT ADMIN | |
STATUS | VARCHAR2 | (15) | Current stautus of the draft | |
DRAFT_ID | NUMBER | Draft Unique Identifier | ||
CHANGE_ACCEPTED_FLAG | VARCHAR2 | (1) | Acceptance status of the draft record. | |
DELETE_FLAG | VARCHAR2 | (1) | Flag indicating whether the corresponding record in transaction table should be deleted when the draft change is accepted. | |
PRICE_DIFFERENTIAL_ID | NUMBER | Unique identifier for this price differential. Primary key for this table. | ||
PRICE_DIFFERENTIAL_NUM | NUMBER | Price differential line number | ||
ENTITY_TYPE | VARCHAR2 | (30) | 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 | 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) | 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'. | |
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 | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). | ||
CREATION_DATE | DATE | Standard who column - date when this row was created. | ||
LAST_UPDATED_BY | NUMBER | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). | ||
LAST_UPDATE_DATE | DATE | 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). | ||
CHANGE_STATUS | VARCHAR2 | (30) |
Cut, paste (and edit) the following text to query this object:
SELECT OWNER_USER_ID
, OWNER_ROLE
, STATUS
, DRAFT_ID
, CHANGE_ACCEPTED_FLAG
, DELETE_FLAG
, PRICE_DIFFERENTIAL_ID
, PRICE_DIFFERENTIAL_NUM
, ENTITY_TYPE
, ENTITY_ID
, PRICE_TYPE
, MULTIPLIER
, MIN_MULTIPLIER
, MAX_MULTIPLIER
, ENABLED_FLAG
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, CHANGE_STATUS
FROM APPS.PO_PRICE_DIFF_MERGE_V;
|
|
|