[Home] [Help]
[Dependency Information]
| Object Name: | MTL_GROUP_ITEM_ATPS_VIEW |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | INV.MTL_GROUP_ITEM_ATPS_VIEW
|
| 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 |
|---|---|---|---|---|
| ATP_GROUP_ID | NUMBER | ATP group identifier | ||
| ORGANIZATION_ID | NUMBER | Organization identifier | ||
| INVENTORY_ITEM_ID | NUMBER | Inventory item identifier | ||
| ATP_RULE_ID | NUMBER | ATP rule identifier | ||
| AVAILABLE_TO_ATP | NUMBER | Flag to indicate if the item in the row should be ATP checked | ||
| ATP_CALENDAR_ORGANIZATION_ID | NUMBER | Calendar identifier | ||
| N_COLUMN1 | NUMBER | |||
| DEMAND_CLASS | VARCHAR2 | (30) | Demand class |
Cut, paste (and edit) the following text to query this object:
SELECT ATP_GROUP_ID
, ORGANIZATION_ID
, INVENTORY_ITEM_ID
, ATP_RULE_ID
, AVAILABLE_TO_ATP
, ATP_CALENDAR_ORGANIZATION_ID
, N_COLUMN1
, DEMAND_CLASS
FROM APPS.MTL_GROUP_ITEM_ATPS_VIEW;
APPS
MTL_DEMAND_INTERFACE
APPS
FLM_SUPPLY_DEMAND
- show dependent code
WPS_SUPPLY_DEMAND
- show dependent code
|
|
|
|