DBA Data[Home] [Help]

APPS.CE_FORECAST_UTILS dependencies on CE_FORECASTS_TABLE_PKG

Line 1080: CE_FORECASTS_TABLE_PKG.Insert_Row(

1076: WHERE forecast_header_id = p_forecast_header_id;
1077:
1078: IF (p_start_project_num is null AND p_end_project_num is null
1079: AND nvl(p_sub_request,'N') = 'N') THEN
1080: CE_FORECASTS_TABLE_PKG.Insert_Row(
1081: X_Rowid => l_forecast_rowid,
1082: X_forecast_id => l_forecast_id,
1083: X_forecast_header_id => p_forecast_header_id,
1084: X_name => p_forecast_name,