DBA Data[Home] [Help]

APPS.MSC_WS_APS_DATA_SERVICES dependencies on MSD_DEMAND_PLANS

Line 2457: -- insert the dummy record in msd_demand_plans, we need

2453: rollback;
2454: RETURN;
2455: END IF;
2456:
2457: -- insert the dummy record in msd_demand_plans, we need
2458: -- this in order to see the scenarios that are created
2459: -- by us in LOV of Plan Option form.
2460: BEGIN
2461: INSERT INTO msd_demand_plans

Line 2461: INSERT INTO msd_demand_plans

2457: -- insert the dummy record in msd_demand_plans, we need
2458: -- this in order to see the scenarios that are created
2459: -- by us in LOV of Plan Option form.
2460: BEGIN
2461: INSERT INTO msd_demand_plans
2462: (
2463: demand_plan_id, organization_id, sr_instance_id, demand_plan_name, use_org_specific_bom_flag,
2464: last_update_date, last_updated_by, creation_date, created_by
2465: )