DBA Data[Home] [Help]

APPS.OZF_FORECAST_UTIL_PVT_W dependencies on OZF_FORECAST_UTIL_PVT

Line 1: package body ozf_forecast_util_pvt_w as

1: package body ozf_forecast_util_pvt_w as
2: /* $Header: ozfwfoub.pls 120.0 2005/11/04 18:50 mkothari noship $ */
3: rosetta_g_mistake_date date := to_date('01/01/+4713', 'MM/DD/SYYYY');
4: rosetta_g_miss_date date := to_date('01/01/-4712', 'MM/DD/SYYYY');
5:

Line 48: ddrosetta_retval := ozf_forecast_util_pvt.get_best_fit_lift(p_obj_type,

44:
45: ddp_report_date := rosetta_g_miss_date_in_map(p_report_date);
46:
47: -- here's the delegated call to the old PL/SQL routine
48: ddrosetta_retval := ozf_forecast_util_pvt.get_best_fit_lift(p_obj_type,
49: p_obj_id,
50: p_forecast_id,
51: p_base_quantity_ref,
52: p_market_type,

Line 123: ozf_forecast_util_pvt.create_forecast(p_api_version,

119:
120:
121:
122: -- here's the delegated call to the old PL/SQL routine
123: ozf_forecast_util_pvt.create_forecast(p_api_version,
124: p_init_msg_list,
125: p_commit,
126: p_obj_type,
127: p_obj_id,

Line 191: ddx_fcst_return_rec ozf_forecast_util_pvt.fcst_return_rec_type;

187: ddp_start_date date;
188: ddp_end_date date;
189: ddp_base_quantity_start_date date;
190: ddp_base_quantity_end_date date;
191: ddx_fcst_return_rec ozf_forecast_util_pvt.fcst_return_rec_type;
192: ddindx binary_integer; indx binary_integer;
193: begin
194:
195: -- copy data to the local IN or IN-OUT args, if any

Line 224: ozf_forecast_util_pvt.create_base_sales(p_api_version,

220:
221:
222:
223: -- here's the delegated call to the old PL/SQL routine
224: ozf_forecast_util_pvt.create_base_sales(p_api_version,
225: p_init_msg_list,
226: p_commit,
227: p_obj_type,
228: p_obj_id,

Line 275: end ozf_forecast_util_pvt_w;

271:
272:
273: end;
274:
275: end ozf_forecast_util_pvt_w;