DBA Data[Home] [Help]

APPS.MSC_PHUB_EXCESS_PKG dependencies on MSC_UOM_CONVERSIONS

Line 380: msc_uom_conversions uc

376: fnd_global.prog_appl_id, fnd_global.conc_request_id
377: from
378: msc_trading_partners mtp,
379: msc_plan_organizations po,
380: msc_uom_conversions uc
381: where po.plan_id=p_plan_id
382: and po.sr_instance_id=mtp.sr_instance_id
383: and po.organization_id=mtp.sr_tp_id
384: and mtp.partner_type=3

Line 422: msc_uom_conversions uc

418: fnd_global.prog_appl_id, fnd_global.conc_request_id
419: from
420: msc_warehouse_capacities mwc,
421: msc_plan_organizations po,
422: msc_uom_conversions uc
423: where po.plan_id=p_plan_id
424: and po.sr_instance_id=mwc.sr_instance_id
425: and po.organization_id=mwc.organization_id
426: and mwc.capacity_uom=uc.uom_code(+)