DBA Data[Home] [Help]

APPS.OZF_ACTMETRIC_PVT_W dependencies on OZF_ACTMETRIC_PVT

Line 1: package body ozf_actmetric_pvt_w as

1: package body ozf_actmetric_pvt_w as
2: /* $Header: ozfwamtb.pls 115.1 2003/10/10 11:15:53 kdass 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 96: ddx_act_metric_rec ozf_actmetric_pvt.act_metric_rec_type;

92: , p0_a79 in out nocopy VARCHAR2
93: )
94:
95: as
96: ddx_act_metric_rec ozf_actmetric_pvt.act_metric_rec_type;
97: ddindx binary_integer; indx binary_integer;
98: begin
99:
100: -- copy data to the local IN or IN-OUT args, if any

Line 183: ozf_actmetric_pvt.init_actmetric_rec(ddx_act_metric_rec);

179: ddx_act_metric_rec.start_period_name := p0_a78;
180: ddx_act_metric_rec.end_period_name := p0_a79;
181:
182: -- here's the delegated call to the old PL/SQL routine
183: ozf_actmetric_pvt.init_actmetric_rec(ddx_act_metric_rec);
184:
185: -- copy data back from the local variables to OUT or IN-OUT args, if any
186: p0_a0 := ddx_act_metric_rec.activity_metric_id;
187: p0_a1 := ddx_act_metric_rec.last_update_date;

Line 359: ddp_act_metric_rec ozf_actmetric_pvt.act_metric_rec_type;

355: , x_activity_metric_id out nocopy NUMBER
356: )
357:
358: as
359: ddp_act_metric_rec ozf_actmetric_pvt.act_metric_rec_type;
360: ddindx binary_integer; indx binary_integer;
361: begin
362:
363: -- copy data to the local IN or IN-OUT args, if any

Line 454: ozf_actmetric_pvt.create_actmetric(p_api_version,

450: ddp_act_metric_rec.end_period_name := p7_a79;
451:
452:
453: -- here's the delegated call to the old PL/SQL routine
454: ozf_actmetric_pvt.create_actmetric(p_api_version,
455: p_init_msg_list,
456: p_commit,
457: p_validation_level,
458: x_return_status,

Line 565: ddp_act_metric_rec ozf_actmetric_pvt.act_metric_rec_type;

561: , p7_a79 VARCHAR2
562: )
563:
564: as
565: ddp_act_metric_rec ozf_actmetric_pvt.act_metric_rec_type;
566: ddindx binary_integer; indx binary_integer;
567: begin
568:
569: -- copy data to the local IN or IN-OUT args, if any

Line 659: ozf_actmetric_pvt.update_actmetric(p_api_version,

655: ddp_act_metric_rec.start_period_name := p7_a78;
656: ddp_act_metric_rec.end_period_name := p7_a79;
657:
658: -- here's the delegated call to the old PL/SQL routine
659: ozf_actmetric_pvt.update_actmetric(p_api_version,
660: p_init_msg_list,
661: p_commit,
662: p_validation_level,
663: x_return_status,

Line 767: ddp_act_metric_rec ozf_actmetric_pvt.act_metric_rec_type;

763: , p6_a79 VARCHAR2
764: )
765:
766: as
767: ddp_act_metric_rec ozf_actmetric_pvt.act_metric_rec_type;
768: ddindx binary_integer; indx binary_integer;
769: begin
770:
771: -- copy data to the local IN or IN-OUT args, if any

Line 860: ozf_actmetric_pvt.validate_actmetric(p_api_version,

856: ddp_act_metric_rec.start_period_name := p6_a78;
857: ddp_act_metric_rec.end_period_name := p6_a79;
858:
859: -- here's the delegated call to the old PL/SQL routine
860: ozf_actmetric_pvt.validate_actmetric(p_api_version,
861: p_init_msg_list,
862: p_validation_level,
863: x_return_status,
864: x_msg_count,

Line 962: ddp_act_metric_rec ozf_actmetric_pvt.act_metric_rec_type;

958: , x_return_status out nocopy VARCHAR2
959: )
960:
961: as
962: ddp_act_metric_rec ozf_actmetric_pvt.act_metric_rec_type;
963: ddindx binary_integer; indx binary_integer;
964: begin
965:
966: -- copy data to the local IN or IN-OUT args, if any

Line 1051: ozf_actmetric_pvt.validate_actmetric_items(ddp_act_metric_rec,

1047:
1048:
1049:
1050: -- here's the delegated call to the old PL/SQL routine
1051: ozf_actmetric_pvt.validate_actmetric_items(ddp_act_metric_rec,
1052: p_validation_mode,
1053: x_return_status);
1054:
1055: -- copy data back from the local variables to OUT or IN-OUT args, if any

Line 1224: ddp_act_metric_rec ozf_actmetric_pvt.act_metric_rec_type;

1220: , x_return_status out nocopy VARCHAR2
1221: )
1222:
1223: as
1224: ddp_act_metric_rec ozf_actmetric_pvt.act_metric_rec_type;
1225: ddp_complete_rec ozf_actmetric_pvt.act_metric_rec_type;
1226: ddindx binary_integer; indx binary_integer;
1227: begin
1228:

Line 1225: ddp_complete_rec ozf_actmetric_pvt.act_metric_rec_type;

1221: )
1222:
1223: as
1224: ddp_act_metric_rec ozf_actmetric_pvt.act_metric_rec_type;
1225: ddp_complete_rec ozf_actmetric_pvt.act_metric_rec_type;
1226: ddindx binary_integer; indx binary_integer;
1227: begin
1228:
1229: -- copy data to the local IN or IN-OUT args, if any

Line 1394: ozf_actmetric_pvt.validate_actmetric_record(ddp_act_metric_rec,

1390: ddp_complete_rec.end_period_name := p1_a79;
1391:
1392:
1393: -- here's the delegated call to the old PL/SQL routine
1394: ozf_actmetric_pvt.validate_actmetric_record(ddp_act_metric_rec,
1395: ddp_complete_rec,
1396: x_return_status);
1397:
1398: -- copy data back from the local variables to OUT or IN-OUT args, if any

Line 1566: ddp_act_metric_rec ozf_actmetric_pvt.act_metric_rec_type;

1562: , p1_a79 in out nocopy VARCHAR2
1563: )
1564:
1565: as
1566: ddp_act_metric_rec ozf_actmetric_pvt.act_metric_rec_type;
1567: ddx_complete_rec ozf_actmetric_pvt.act_metric_rec_type;
1568: ddindx binary_integer; indx binary_integer;
1569: begin
1570:

Line 1567: ddx_complete_rec ozf_actmetric_pvt.act_metric_rec_type;

1563: )
1564:
1565: as
1566: ddp_act_metric_rec ozf_actmetric_pvt.act_metric_rec_type;
1567: ddx_complete_rec ozf_actmetric_pvt.act_metric_rec_type;
1568: ddindx binary_integer; indx binary_integer;
1569: begin
1570:
1571: -- copy data to the local IN or IN-OUT args, if any

Line 1735: ozf_actmetric_pvt.complete_actmetric_rec(ddp_act_metric_rec,

1731: ddx_complete_rec.start_period_name := p1_a78;
1732: ddx_complete_rec.end_period_name := p1_a79;
1733:
1734: -- here's the delegated call to the old PL/SQL routine
1735: ozf_actmetric_pvt.complete_actmetric_rec(ddp_act_metric_rec,
1736: ddx_complete_rec);
1737:
1738: -- copy data back from the local variables to OUT or IN-OUT args, if any
1739:

Line 1822: end ozf_actmetric_pvt_w;

1818: p1_a78 := ddx_complete_rec.start_period_name;
1819: p1_a79 := ddx_complete_rec.end_period_name;
1820: end;
1821:
1822: end ozf_actmetric_pvt_w;