DBA Data[Home] [Help]

APPS.MSD_DEM_CTO dependencies on MSD_DEM_MODEL_BOM_COMPONENTS_V

Line 933: FROM msd_dem_model_bom_components_v;

929: BASE_MODEL_SR_ID, PARENT_ITEM_SR_ID, OPTION_SR_ID,
930: COMPONENT_QTY, OPTIONAL_FLAG, ATO_FORECAST_CONTROL,
931: msd_dem_common_utilities.get_cto_effective_date(effectivity_date, 1) CTO_START_DATE,
932: msd_dem_common_utilities.get_cto_effective_date(disable_date, 2) + x_add_days CTO_END_DATE
933: FROM msd_dem_model_bom_components_v;
934:
935: x_num_rows := SQL%ROWCOUNT;
936: msd_dem_common_utilities.log_debug ('Number of rows inserted - ' || to_char(x_num_rows));
937: COMMIT;