DBA Data[Home] [Help]

APPS.MSD_LIABILITY dependencies on MSD_CS_DEFINITIONS

Line 760: FROM msd_dp_parameters mdp , msd_cs_definitions mcd

756: distinct
757: mdp.parameter_type ,
758: mcd.planning_server_view_name ,
759: mcd.description
760: FROM msd_dp_parameters mdp , msd_cs_definitions mcd
761: where mdp.demand_plan_id =p_demand_plan_id
762: and parameter_type =mcd.name
763: and nvl( mcd.planning_server_view_name, 'NA') <> 'NA'
764: and nvl(mcd.liability_user_flag , 'N') <> 'Y' ;