DBA Data[Home] [Help]

APPS.CTO_WIP_UTIL dependencies on INV_CONVERT

Line 524: INV_CONVERT.inv_um_convert(oel.inventory_item_id, --item_id

520: , p_class_code),
521: /* Accouting Class */
522: 2, /* Firm_Planned_Flag */
523: oel.demand_class_code, /* Demand Class */
524: INV_CONVERT.inv_um_convert(oel.inventory_item_id, --item_id
525: 5, -- bugfix 2204376: pass precision of 5
526: l_current_qty,
527: oel.order_quantity_uom, --from uom
528: msi.primary_uom_code, --to uom

Line 565: INV_CONVERT.inv_um_convert -- bugfix 1661094:

561: and cal.seq_num =
562: (select greatest(1, (cal2.prior_seq_num -
563: (ceil(nvl(msi.fixed_lead_time,0) +
564: nvl(msi.variable_lead_time,0) *
565: INV_CONVERT.inv_um_convert -- bugfix 1661094:
566: (oel.inventory_item_id, -- added conversion logic
567: 5, -- bugfix 2204376: pass precision of 5
568: l_current_qty,
569: oel.order_quantity_uom,

Line 778: and INV_CONVERT.inv_um_convert

774: and oel.inventory_item_id = msi.inventory_item_id --bugfix 2074290: added joins
775: and oel.ship_from_org_id = msi.organization_id
776: and wdd.source_code = 'OE' -- bugfix 1988967
777: -- begin bugfix 2074290: convert OQ to primary uom since WDD stores requested qty in primary uom
778: and INV_CONVERT.inv_um_convert
779: (oel.inventory_item_id,
780: 5, -- bugfix 2204376: pass precision of 5
781: oel.ordered_quantity,
782: oel.order_quantity_uom,