DBA Data[Home] [Help]

APPS.MSD_COMMON_UTILITIES dependencies on MSD_DEMAND_PLANS

Line 1699: msd_demand_plans mdp

1695: begin
1696: select sum(mad.PERCENTAGE_PURCHASE_PRICE)/((p_period_end_date - p_period_start_date +1 )*100) into l_auth_percent
1697: from MSC_ASL_AUTH_DETAILS mad,
1698: msd_time mt,
1699: msd_demand_plans mdp
1700: where p_supplier_id = mad.supplier_id and
1701: p_sr_instance_id = mad.sr_instance_id and
1702: p_organization_id = mad.organization_id and
1703: p_inventory_item_id = mad.inventory_item_id and