DBA Data[Home] [Help]

APPS.AMS_METRIC_PVT_W dependencies on AMS_METRIC_PVT

Line 1: package body ams_metric_pvt_w as

1: package body ams_metric_pvt_w as
2: /* $Header: amswmtcb.pls 120.1 2005/08/24 23:10 dmvincen 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 64: ddp_metric_rec ams_metric_pvt.metric_rec_type;

60: , p7_a30 VARCHAR2 := fnd_api.g_miss_char
61: )
62:
63: as
64: ddp_metric_rec ams_metric_pvt.metric_rec_type;
65: ddindx binary_integer; indx binary_integer;
66: begin
67:
68: -- copy data to the local IN or IN-OUT args, if any

Line 110: ams_metric_pvt.create_metric(p_api_version,

106: ddp_metric_rec.denorm_code := p7_a30;
107:
108:
109: -- here's the delegated call to the old PL/SQL routine
110: ams_metric_pvt.create_metric(p_api_version,
111: p_init_msg_list,
112: p_commit,
113: p_validation_level,
114: x_return_status,

Line 172: ddp_metric_rec ams_metric_pvt.metric_rec_type;

168: , p7_a30 VARCHAR2 := fnd_api.g_miss_char
169: )
170:
171: as
172: ddp_metric_rec ams_metric_pvt.metric_rec_type;
173: ddindx binary_integer; indx binary_integer;
174: begin
175:
176: -- copy data to the local IN or IN-OUT args, if any

Line 217: ams_metric_pvt.update_metric(p_api_version,

213: ddp_metric_rec.target_type := p7_a29;
214: ddp_metric_rec.denorm_code := p7_a30;
215:
216: -- here's the delegated call to the old PL/SQL routine
217: ams_metric_pvt.update_metric(p_api_version,
218: p_init_msg_list,
219: p_commit,
220: p_validation_level,
221: x_return_status,

Line 276: ddp_metric_rec ams_metric_pvt.metric_rec_type;

272: , p6_a30 VARCHAR2 := fnd_api.g_miss_char
273: )
274:
275: as
276: ddp_metric_rec ams_metric_pvt.metric_rec_type;
277: ddindx binary_integer; indx binary_integer;
278: begin
279:
280: -- copy data to the local IN or IN-OUT args, if any

Line 320: ams_metric_pvt.validate_metric(p_api_version,

316: ddp_metric_rec.target_type := p6_a29;
317: ddp_metric_rec.denorm_code := p6_a30;
318:
319: -- here's the delegated call to the old PL/SQL routine
320: ams_metric_pvt.validate_metric(p_api_version,
321: p_init_msg_list,
322: p_validation_level,
323: x_return_status,
324: x_msg_count,

Line 373: ddp_metric_rec ams_metric_pvt.metric_rec_type;

369: , p0_a30 VARCHAR2 := fnd_api.g_miss_char
370: )
371:
372: as
373: ddp_metric_rec ams_metric_pvt.metric_rec_type;
374: ddindx binary_integer; indx binary_integer;
375: begin
376:
377: -- copy data to the local IN or IN-OUT args, if any

Line 413: ams_metric_pvt.validate_metric_items(ddp_metric_rec,

409:
410:
411:
412: -- here's the delegated call to the old PL/SQL routine
413: ams_metric_pvt.validate_metric_items(ddp_metric_rec,
414: p_validation_mode,
415: x_return_status);
416:
417: -- copy data back from the local variables to OUT or IN-OUT args, if any

Line 488: ddp_metric_rec ams_metric_pvt.metric_rec_type;

484: , p1_a30 VARCHAR2 := fnd_api.g_miss_char
485: )
486:
487: as
488: ddp_metric_rec ams_metric_pvt.metric_rec_type;
489: ddp_complete_rec ams_metric_pvt.metric_rec_type;
490: ddindx binary_integer; indx binary_integer;
491: begin
492:

Line 489: ddp_complete_rec ams_metric_pvt.metric_rec_type;

485: )
486:
487: as
488: ddp_metric_rec ams_metric_pvt.metric_rec_type;
489: ddp_complete_rec ams_metric_pvt.metric_rec_type;
490: ddindx binary_integer; indx binary_integer;
491: begin
492:
493: -- copy data to the local IN or IN-OUT args, if any

Line 560: ams_metric_pvt.validate_metric_record(ddp_metric_rec,

556: ddp_complete_rec.denorm_code := p1_a30;
557:
558:
559: -- here's the delegated call to the old PL/SQL routine
560: ams_metric_pvt.validate_metric_record(ddp_metric_rec,
561: ddp_complete_rec,
562: x_return_status);
563:
564: -- copy data back from the local variables to OUT or IN-OUT args, if any

Line 569: end ams_metric_pvt_w;

565:
566:
567: end;
568:
569: end ams_metric_pvt_w;