DBA Data[Home] [Help]

APPS.OZF_ACTFORECAST_PVT_W dependencies on OZF_ACTFORECAST_PVT

Line 1: package body ozf_actforecast_pvt_w as

1: package body ozf_actforecast_pvt_w as
2: /* $Header: ozfwfctb.pls 120.2 2005/07/29 02:55:56 appldev ship $ */
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 85: ddp_act_forecast_rec ozf_actforecast_pvt.act_forecast_rec_type;

81: , x_forecast_id out nocopy NUMBER
82: )
83:
84: as
85: ddp_act_forecast_rec ozf_actforecast_pvt.act_forecast_rec_type;
86: ddindx binary_integer; indx binary_integer;
87: begin
88:
89: -- copy data to the local IN or IN-OUT args, if any

Line 161: ozf_actforecast_pvt.create_actforecast(p_api_version,

157: ddp_act_forecast_rec.offer_code := p7_a60;
158:
159:
160: -- here's the delegated call to the old PL/SQL routine
161: ozf_actforecast_pvt.create_actforecast(p_api_version,
162: p_init_msg_list,
163: p_commit,
164: p_validation_level,
165: x_return_status,

Line 253: ddp_act_forecast_rec ozf_actforecast_pvt.act_forecast_rec_type;

249: , p7_a60 VARCHAR2
250: )
251:
252: as
253: ddp_act_forecast_rec ozf_actforecast_pvt.act_forecast_rec_type;
254: ddindx binary_integer; indx binary_integer;
255: begin
256:
257: -- copy data to the local IN or IN-OUT args, if any

Line 328: ozf_actforecast_pvt.update_actforecast(p_api_version,

324: ddp_act_forecast_rec.base_quantity_end_date := rosetta_g_miss_date_in_map(p7_a59);
325: ddp_act_forecast_rec.offer_code := p7_a60;
326:
327: -- here's the delegated call to the old PL/SQL routine
328: ozf_actforecast_pvt.update_actforecast(p_api_version,
329: p_init_msg_list,
330: p_commit,
331: p_validation_level,
332: x_return_status,

Line 417: ddp_act_forecast_rec ozf_actforecast_pvt.act_forecast_rec_type;

413: , p6_a60 VARCHAR2
414: )
415:
416: as
417: ddp_act_forecast_rec ozf_actforecast_pvt.act_forecast_rec_type;
418: ddindx binary_integer; indx binary_integer;
419: begin
420:
421: -- copy data to the local IN or IN-OUT args, if any

Line 491: ozf_actforecast_pvt.validate_actforecast(p_api_version,

487: ddp_act_forecast_rec.base_quantity_end_date := rosetta_g_miss_date_in_map(p6_a59);
488: ddp_act_forecast_rec.offer_code := p6_a60;
489:
490: -- here's the delegated call to the old PL/SQL routine
491: ozf_actforecast_pvt.validate_actforecast(p_api_version,
492: p_init_msg_list,
493: p_validation_level,
494: x_return_status,
495: x_msg_count,

Line 574: ddp_act_forecast_rec ozf_actforecast_pvt.act_forecast_rec_type;

570: , x_return_status out nocopy VARCHAR2
571: )
572:
573: as
574: ddp_act_forecast_rec ozf_actforecast_pvt.act_forecast_rec_type;
575: ddindx binary_integer; indx binary_integer;
576: begin
577:
578: -- copy data to the local IN or IN-OUT args, if any

Line 644: ozf_actforecast_pvt.validate_actfcst_items(ddp_act_forecast_rec,

640:
641:
642:
643: -- here's the delegated call to the old PL/SQL routine
644: ozf_actforecast_pvt.validate_actfcst_items(ddp_act_forecast_rec,
645: p_validation_mode,
646: x_return_status);
647:
648: -- copy data back from the local variables to OUT or IN-OUT args, if any

Line 779: ddp_act_forecast_rec ozf_actforecast_pvt.act_forecast_rec_type;

775: , x_return_status out nocopy VARCHAR2
776: )
777:
778: as
779: ddp_act_forecast_rec ozf_actforecast_pvt.act_forecast_rec_type;
780: ddp_complete_fcst_rec ozf_actforecast_pvt.act_forecast_rec_type;
781: ddindx binary_integer; indx binary_integer;
782: begin
783:

Line 780: ddp_complete_fcst_rec ozf_actforecast_pvt.act_forecast_rec_type;

776: )
777:
778: as
779: ddp_act_forecast_rec ozf_actforecast_pvt.act_forecast_rec_type;
780: ddp_complete_fcst_rec ozf_actforecast_pvt.act_forecast_rec_type;
781: ddindx binary_integer; indx binary_integer;
782: begin
783:
784: -- copy data to the local IN or IN-OUT args, if any

Line 911: ozf_actforecast_pvt.validate_actfcst_rec(ddp_act_forecast_rec,

907: ddp_complete_fcst_rec.offer_code := p1_a60;
908:
909:
910: -- here's the delegated call to the old PL/SQL routine
911: ozf_actforecast_pvt.validate_actfcst_rec(ddp_act_forecast_rec,
912: ddp_complete_fcst_rec,
913: x_return_status);
914:
915: -- copy data back from the local variables to OUT or IN-OUT args, if any

Line 1045: ddp_act_forecast_rec ozf_actforecast_pvt.act_forecast_rec_type;

1041: , p1_a60 out nocopy VARCHAR2
1042: )
1043:
1044: as
1045: ddp_act_forecast_rec ozf_actforecast_pvt.act_forecast_rec_type;
1046: ddx_complete_fcst_rec ozf_actforecast_pvt.act_forecast_rec_type;
1047: ddindx binary_integer; indx binary_integer;
1048: begin
1049:

Line 1046: ddx_complete_fcst_rec ozf_actforecast_pvt.act_forecast_rec_type;

1042: )
1043:
1044: as
1045: ddp_act_forecast_rec ozf_actforecast_pvt.act_forecast_rec_type;
1046: ddx_complete_fcst_rec ozf_actforecast_pvt.act_forecast_rec_type;
1047: ddindx binary_integer; indx binary_integer;
1048: begin
1049:
1050: -- copy data to the local IN or IN-OUT args, if any

Line 1115: ozf_actforecast_pvt.complete_actfcst_rec(ddp_act_forecast_rec,

1111: ddp_act_forecast_rec.offer_code := p0_a60;
1112:
1113:
1114: -- here's the delegated call to the old PL/SQL routine
1115: ozf_actforecast_pvt.complete_actfcst_rec(ddp_act_forecast_rec,
1116: ddx_complete_fcst_rec);
1117:
1118: -- copy data back from the local variables to OUT or IN-OUT args, if any
1119:

Line 1247: ddx_actforecast_rec ozf_actforecast_pvt.act_forecast_rec_type;

1243: , p0_a60 out nocopy VARCHAR2
1244: )
1245:
1246: as
1247: ddx_actforecast_rec ozf_actforecast_pvt.act_forecast_rec_type;
1248: ddindx binary_integer; indx binary_integer;
1249: begin
1250:
1251: -- copy data to the local IN or IN-OUT args, if any

Line 1254: ozf_actforecast_pvt.init_actforecast_rec(ddx_actforecast_rec);

1250:
1251: -- copy data to the local IN or IN-OUT args, if any
1252:
1253: -- here's the delegated call to the old PL/SQL routine
1254: ozf_actforecast_pvt.init_actforecast_rec(ddx_actforecast_rec);
1255:
1256: -- copy data back from the local variables to OUT or IN-OUT args, if any
1257: p0_a0 := ddx_actforecast_rec.forecast_id;
1258: p0_a1 := ddx_actforecast_rec.forecast_type;

Line 1320: end ozf_actforecast_pvt_w;

1316: p0_a59 := ddx_actforecast_rec.base_quantity_end_date;
1317: p0_a60 := ddx_actforecast_rec.offer_code;
1318: end;
1319:
1320: end ozf_actforecast_pvt_w;