DBA Data[Home] [Help]

VIEW: APPS.GMI_LOTS_SOURCE_BOM_V

Source

View Text - Preformatted

SELECT doc_id, product_item_id, product_lot_id, ingred_item_id, ingred_lot_id, gmi_lot_trace_pkg.has_ingred(ingred_item_id, ingred_lot_id) has_child FROM gmi_lots_bom_v GROUP BY doc_id, product_item_id, product_lot_id, ingred_item_id, ingred_lot_id
View Text - HTML Formatted

SELECT DOC_ID
, PRODUCT_ITEM_ID
, PRODUCT_LOT_ID
, INGRED_ITEM_ID
, INGRED_LOT_ID
, GMI_LOT_TRACE_PKG.HAS_INGRED(INGRED_ITEM_ID
, INGRED_LOT_ID) HAS_CHILD
FROM GMI_LOTS_BOM_V GROUP BY DOC_ID
, PRODUCT_ITEM_ID
, PRODUCT_LOT_ID
, INGRED_ITEM_ID
, INGRED_LOT_ID