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


TABLE: GMP.GMP_DEMANDS_API

Object Details
Object Name: GMP_DEMANDS_API
Object Type: TABLE
Owner: GMP
FND Design Data: TableGMP.GMP_DEMANDS_API
Subobject Name:
Status: VALID


API table for Sales and Forecast Demands


Storage Details
Tablespace: TablespaceAPPS_TS_INTERFACE
PCT Free: 10
PCT Used:
Columns
Name Datatype Length Mandatory Comments
ORGANIZATION_ID NUMBER

Organization ID of demand warehouse
SCHEDULE_ID NUMBER

Schedule ID for Manufacturing Schedule
INVENTORY_ITEM_ID NUMBER

Apps Inventory Item ID as per MTL_SYSTEM_ITEMS
DEMAND_DATE DATE

Scheduled Order Ship Date or Forecast Trans Date
DEMAND_QUANTITY NUMBER

Pending order quantity or forecast qty
ORIGINATION_TYPE NUMBER

6 = Sales Order demand, 7 = Forecast demand
DOC_ID NUMBER

Surrogate key to order_id or forecast_id
LAST_UPDATE_DATE DATE

Standard "Who" column
LAST_UPDATED_BY NUMBER

Standard "Who" column
CREATION_DATE DATE

Standard "Who" column
CREATED_BY NUMBER

Standard "Who" column
SELLING_PRICE NUMBER

Selling Price for Orders, List Price for forecast
Query Text

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


SELECT ORGANIZATION_ID
,      SCHEDULE_ID
,      INVENTORY_ITEM_ID
,      DEMAND_DATE
,      DEMAND_QUANTITY
,      ORIGINATION_TYPE
,      DOC_ID
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      SELLING_PRICE
FROM GMP.GMP_DEMANDS_API;

Dependencies

[top of page]

GMP.GMP_DEMANDS_API does not reference any database object

GMP.GMP_DEMANDS_API is referenced by following:

SchemaAPPS
SynonymGMP_DEMANDS_API