DBA Data[Home] [Help]

APPS.CTO_WIP_UTIL dependencies on INV_CONVERT

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

536: , p_class_code),
537: /* Accouting Class */
538: 2, /* Firm_Planned_Flag */
539: oel.demand_class_code, /* Demand Class */
540: INV_CONVERT.inv_um_convert(oel.inventory_item_id, --item_id
541: 5, -- bugfix 2204376: pass precision of 5
542: l_current_qty,
543: oel.order_quantity_uom, --from uom
544: msi.primary_uom_code, --to uom

Line 583: INV_CONVERT.inv_um_convert -- bugfix 1661094:

579: and cal.seq_num =
580: (select greatest(1, (cal2.prior_seq_num -
581: (ceil(nvl(msi.fixed_lead_time,0) +
582: nvl(msi.variable_lead_time,0) *
583: INV_CONVERT.inv_um_convert -- bugfix 1661094:
584: (oel.inventory_item_id, -- added conversion logic
585: 5, -- bugfix 2204376: pass precision of 5
586: l_current_qty,
587: oel.order_quantity_uom,

Line 796: and INV_CONVERT.inv_um_convert

792: and oel.inventory_item_id = msi.inventory_item_id --bugfix 2074290: added joins
793: and oel.ship_from_org_id = msi.organization_id
794: and wdd.source_code = 'OE' -- bugfix 1988967
795: -- begin bugfix 2074290: convert OQ to primary uom since WDD stores requested qty in primary uom
796: and INV_CONVERT.inv_um_convert
797: (oel.inventory_item_id,
798: 5, -- bugfix 2204376: pass precision of 5
799: oel.ordered_quantity,
800: oel.order_quantity_uom,