DBA Data[Home] [Help]

APPS.MSC_ANALYSIS_PKG dependencies on MSC_SYSTEM_ITEMS

Line 1360: msc_system_items msi,

1356:
1357: cursor c_tp_cost_new (p_plan_id in number, l_otype1 in number, l_otype2 in number, l_otype3 in number) is
1358: select round(sum(nvl(((ms.new_order_quantity * msi.unit_weight) * mism.cost_per_weight_unit),0)),6)
1359: from msc_supplies ms,
1360: msc_system_items msi,
1361: msc_interorg_ship_methods mism,
1362: msc_plans mp
1363: WHERE ms.plan_id = p_plan_id
1364: and ms.organization_id <> ms.source_organization_id

Line 1611: ' msc_system_items msi, '||

1607:
1608: sql_stat := ' select round(sum(nvl(((ms.new_order_quantity * '||
1609: ' msi.unit_weight) * mism.cost_per_weight_unit),0)),6), 0'||
1610: ' from msc_supplies ms, '||
1611: ' msc_system_items msi, '||
1612: ' msc_interorg_ship_methods mism '||
1613: ' WHERE ms.plan_id = :1 ' ||
1614: ' and ms.organization_id != ms.source_organization_id '||
1615: ' and ms.order_type in (' || l_order_type || ') '||