DBA Data[Home] [Help]

APPS.MSD_COPY_DEMAND_PLAN dependencies on MSD_DP_DOC_DIM_SELECTIONS

Line 1378: INSERT INTO msd_dp_doc_dim_selections

1374: = p_source_demand_plan_id;
1375:
1376: lv_status_id := 100;
1377:
1378: INSERT INTO msd_dp_doc_dim_selections
1379: (DEMAND_PLAN_ID
1380: ,DOCUMENT_ID
1381: ,DIMENSION_CODE
1382: ,ENABLED_FLAG

Line 1423: msd_dp_doc_dim_selections mdds

1419: ,NULL
1420: ,NULL
1421: ,SYSDATE
1422: FROM
1423: msd_dp_doc_dim_selections mdds
1424: WHERE
1425: document_id = lv_cur_document_rec.document_id
1426: and demand_plan_id = p_source_demand_plan_id
1427: and (nvl(supply_plan_flag,'N') = 'N'