DBA Data[Home] [Help]

APPS.BOM_INV_COMPS2_PKG dependencies on BOM_INVENTORY_COMPONENTS_S

Line 519: BOM_INVENTORY_COMPONENTS_S.nextval,

515: NVL(bce.INCLUDE_ON_SHIP_DOCS,2),
516: NVL(bce.INCLUDE_ON_BILL_DOCS,2),
517: bce.LOW_QUANTITY,
518: bce.HIGH_QUANTITY,
519: BOM_INVENTORY_COMPONENTS_S.nextval,
520: X_BILL_SEQUENCE_ID,
521: decode(bce.bom_item_type, 2, 6, 1, 6, 1, nvl(msi.wip_supply_type,1)), /* wip_supply_type */
522: decode(bce.bom_item_type, 4, msi.wip_supply_subinventory,null),
523: decode(bce.bom_item_type, 4, msi.wip_supply_locator_id,null),