DBA Data[Home] [Help]

APPS.CE_FORECASTS_PKG dependencies on CE_FORECASTS_TABLE_PKG

Line 72: CE_FORECASTS_TABLE_PKG.insert_row(

68: BEGIN
69: --
70: -- Insert new forecast into forecast table
71: --
72: CE_FORECASTS_TABLE_PKG.insert_row(
73: X_rowid => X_rowid,
74: X_forecast_id => X_forecast_id,
75: X_forecast_header_id => X_forecast_header_id,
76: X_name => X_forecast_name,