DBA Data[Home] [Help]

APPS.MSD_LIABILITY dependencies on MSD_DP_PARAMETERS_CS_V

Line 739: FROM msd_dp_parameters_cs_v

735: /* This cursor returns the maximum and minimum dates of the input parameters */
736: CURSOR get_input_date is
737: SELECT
738: min(start_date), max(end_date)
739: FROM msd_dp_parameters_cs_v
740: WHERE demand_plan_id = p_demand_plan_id;
741:
742:
743: /* This cursor returns the start date and end date of a given calendar */