[Home] [Help]
[Dependency Information]
Object Name: | OEBV_ORDER_CANCELLATIONS |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() ![]() |
Subobject Name: | |
Status: | VALID |
A Business Intelligence System view
This view shows a history of any cancellation of a sales order line.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
_LA:CANCEL_REASON | CHAR | (69) | ||
CANCEL_COMMENT | VARCHAR2 | (2000) | ||
DATE_CANCELLED | DATE | |||
QUANTITY_CANCELLED | NUMBER | |||
QUANTITY_CANCELLED2 | NUMBER | |||
HEADER_ID | NUMBER | |||
LINE_ID | NUMBER | |||
ORG_ID | NUMBER | |||
LAST_UPDATE_DATE | DATE | |||
LAST_UPDATED_BY | NUMBER | |||
CREATION_DATE | DATE | |||
CREATED_BY | NUMBER | |||
CHARGE_PERIODICITY_CODE | VARCHAR2 | (3) | This column is used to determine the price for an order line with a recurring charge item |
Cut, paste (and edit) the following text to query this object:
SELECT _LA:CANCEL_REASON
, CANCEL_COMMENT
, DATE_CANCELLED
, QUANTITY_CANCELLED
, QUANTITY_CANCELLED2
, HEADER_ID
, LINE_ID
, ORG_ID
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, CHARGE_PERIODICITY_CODE
FROM APPS.OEBV_ORDER_CANCELLATIONS;
APPS.OEBV_ORDER_CANCELLATIONS is not referenced by any database object
|
|
|