DBA Data[Home] [Help]

APPS.CE_FORECAST_UTILS dependencies on CE_FORECASTS_TABLE_PKG

Line 1100: CE_FORECASTS_TABLE_PKG.Insert_Row(

1096: WHERE forecast_header_id = p_forecast_header_id;
1097:
1098: IF (p_start_project_num is null AND p_end_project_num is null
1099: AND nvl(p_sub_request,'N') = 'N') THEN
1100: CE_FORECASTS_TABLE_PKG.Insert_Row(
1101: X_Rowid => l_forecast_rowid,
1102: X_forecast_id => l_forecast_id,
1103: X_forecast_header_id => p_forecast_header_id,
1104: X_name => p_forecast_name,