DBA Data[Home] [Help]

APPS.MSD_DELETE_DEMAND_PLAN dependencies on MSD_DP_SEEDED_DOC_DIMENSIONS

Line 106: DELETE FROM msd_dp_seeded_doc_dimensions

102:
103: DELETE FROM msd_dp_seeded_documents
104: WHERE demand_plan_id = planId;
105:
106: DELETE FROM msd_dp_seeded_doc_dimensions
107: WHERE demand_plan_id = planId;
108:
109: DELETE FROM msd_dp_doc_dim_selections
110: WHERE demand_plan_id = planId;