DBA Data[Home] [Help]

APPS.AMS_ACTMETRICFACT_PVT_W dependencies on AMS_ACTMETRICFACT_PVT

Line 1: package body ams_actmetricfact_pvt_w as

1: package body ams_actmetricfact_pvt_w as
2: /* $Header: amswamfb.pls 115.13 2002/11/16 01:10:14 mgudivak 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 126: ddx_fact_rec ams_actmetricfact_pvt.act_metric_fact_rec_type;

122: , p0_a100 out nocopy NUMBER
123: )
124:
125: as
126: ddx_fact_rec ams_actmetricfact_pvt.act_metric_fact_rec_type;
127: ddindx binary_integer; indx binary_integer;
128: begin
129:
130: -- copy data to the local IN or IN-OUT args, if any

Line 133: ams_actmetricfact_pvt.init_actmetricfact_rec(ddx_fact_rec);

129:
130: -- copy data to the local IN or IN-OUT args, if any
131:
132: -- here's the delegated call to the old PL/SQL routine
133: ams_actmetricfact_pvt.init_actmetricfact_rec(ddx_fact_rec);
134:
135: -- copy data back from the local variables to OUT or IN-OUT args, if any
136: p0_a0 := rosetta_g_miss_num_map(ddx_fact_rec.activity_metric_fact_id);
137: p0_a1 := ddx_fact_rec.last_update_date;

Line 351: ddp_act_metric_fact_rec ams_actmetricfact_pvt.act_metric_fact_rec_type;

347: , p7_a100 NUMBER := 0-1962.0724
348: )
349:
350: as
351: ddp_act_metric_fact_rec ams_actmetricfact_pvt.act_metric_fact_rec_type;
352: ddindx binary_integer; indx binary_integer;
353: begin
354:
355: -- copy data to the local IN or IN-OUT args, if any

Line 467: ams_actmetricfact_pvt.create_actmetricfact(p_api_version,

463: ddp_act_metric_fact_rec.base_hb_pct := rosetta_g_miss_num_map(p7_a100);
464:
465:
466: -- here's the delegated call to the old PL/SQL routine
467: ams_actmetricfact_pvt.create_actmetricfact(p_api_version,
468: p_init_msg_list,
469: p_commit,
470: p_validation_level,
471: x_return_status,

Line 599: ddp_act_metric_fact_rec ams_actmetricfact_pvt.act_metric_fact_rec_type;

595: , p7_a100 NUMBER := 0-1962.0724
596: )
597:
598: as
599: ddp_act_metric_fact_rec ams_actmetricfact_pvt.act_metric_fact_rec_type;
600: ddindx binary_integer; indx binary_integer;
601: begin
602:
603: -- copy data to the local IN or IN-OUT args, if any

Line 714: ams_actmetricfact_pvt.update_actmetricfact(p_api_version,

710: ddp_act_metric_fact_rec.base_total_pct := rosetta_g_miss_num_map(p7_a99);
711: ddp_act_metric_fact_rec.base_hb_pct := rosetta_g_miss_num_map(p7_a100);
712:
713: -- here's the delegated call to the old PL/SQL routine
714: ams_actmetricfact_pvt.update_actmetricfact(p_api_version,
715: p_init_msg_list,
716: p_commit,
717: p_validation_level,
718: x_return_status,

Line 843: ddp_act_metric_fact_rec ams_actmetricfact_pvt.act_metric_fact_rec_type;

839: , p6_a100 NUMBER := 0-1962.0724
840: )
841:
842: as
843: ddp_act_metric_fact_rec ams_actmetricfact_pvt.act_metric_fact_rec_type;
844: ddindx binary_integer; indx binary_integer;
845: begin
846:
847: -- copy data to the local IN or IN-OUT args, if any

Line 957: ams_actmetricfact_pvt.validate_actmetfact(p_api_version,

953: ddp_act_metric_fact_rec.base_total_pct := rosetta_g_miss_num_map(p6_a99);
954: ddp_act_metric_fact_rec.base_hb_pct := rosetta_g_miss_num_map(p6_a100);
955:
956: -- here's the delegated call to the old PL/SQL routine
957: ams_actmetricfact_pvt.validate_actmetfact(p_api_version,
958: p_init_msg_list,
959: p_validation_level,
960: x_return_status,
961: x_msg_count,

Line 1080: ddp_act_metric_fact_rec ams_actmetricfact_pvt.act_metric_fact_rec_type;

1076: , p0_a100 NUMBER := 0-1962.0724
1077: )
1078:
1079: as
1080: ddp_act_metric_fact_rec ams_actmetricfact_pvt.act_metric_fact_rec_type;
1081: ddindx binary_integer; indx binary_integer;
1082: begin
1083:
1084: -- copy data to the local IN or IN-OUT args, if any

Line 1190: ams_actmetricfact_pvt.validate_actmetfact_items(ddp_act_metric_fact_rec,

1186:
1187:
1188:
1189: -- here's the delegated call to the old PL/SQL routine
1190: ams_actmetricfact_pvt.validate_actmetfact_items(ddp_act_metric_fact_rec,
1191: p_validation_mode,
1192: x_return_status);
1193:
1194: -- copy data back from the local variables to OUT or IN-OUT args, if any

Line 1405: ddp_act_metric_fact_rec ams_actmetricfact_pvt.act_metric_fact_rec_type;

1401: , p1_a100 NUMBER := 0-1962.0724
1402: )
1403:
1404: as
1405: ddp_act_metric_fact_rec ams_actmetricfact_pvt.act_metric_fact_rec_type;
1406: ddp_complete_fact_rec ams_actmetricfact_pvt.act_metric_fact_rec_type;
1407: ddindx binary_integer; indx binary_integer;
1408: begin
1409:

Line 1406: ddp_complete_fact_rec ams_actmetricfact_pvt.act_metric_fact_rec_type;

1402: )
1403:
1404: as
1405: ddp_act_metric_fact_rec ams_actmetricfact_pvt.act_metric_fact_rec_type;
1406: ddp_complete_fact_rec ams_actmetricfact_pvt.act_metric_fact_rec_type;
1407: ddindx binary_integer; indx binary_integer;
1408: begin
1409:
1410: -- copy data to the local IN or IN-OUT args, if any

Line 1617: ams_actmetricfact_pvt.validate_actmetfact_rec(ddp_act_metric_fact_rec,

1613: ddp_complete_fact_rec.base_hb_pct := rosetta_g_miss_num_map(p1_a100);
1614:
1615:
1616: -- here's the delegated call to the old PL/SQL routine
1617: ams_actmetricfact_pvt.validate_actmetfact_rec(ddp_act_metric_fact_rec,
1618: ddp_complete_fact_rec,
1619: x_return_status);
1620:
1621: -- copy data back from the local variables to OUT or IN-OUT args, if any

Line 1831: ddp_act_metric_fact_rec ams_actmetricfact_pvt.act_metric_fact_rec_type;

1827: , p0_a100 NUMBER := 0-1962.0724
1828: )
1829:
1830: as
1831: ddp_act_metric_fact_rec ams_actmetricfact_pvt.act_metric_fact_rec_type;
1832: ddx_complete_fact_rec ams_actmetricfact_pvt.act_metric_fact_rec_type;
1833: ddindx binary_integer; indx binary_integer;
1834: begin
1835:

Line 1832: ddx_complete_fact_rec ams_actmetricfact_pvt.act_metric_fact_rec_type;

1828: )
1829:
1830: as
1831: ddp_act_metric_fact_rec ams_actmetricfact_pvt.act_metric_fact_rec_type;
1832: ddx_complete_fact_rec ams_actmetricfact_pvt.act_metric_fact_rec_type;
1833: ddindx binary_integer; indx binary_integer;
1834: begin
1835:
1836: -- copy data to the local IN or IN-OUT args, if any

Line 1941: ams_actmetricfact_pvt.complete_actmetfact_rec(ddp_act_metric_fact_rec,

1937: ddp_act_metric_fact_rec.base_hb_pct := rosetta_g_miss_num_map(p0_a100);
1938:
1939:
1940: -- here's the delegated call to the old PL/SQL routine
1941: ams_actmetricfact_pvt.complete_actmetfact_rec(ddp_act_metric_fact_rec,
1942: ddx_complete_fact_rec);
1943:
1944: -- copy data back from the local variables to OUT or IN-OUT args, if any
1945:

Line 2049: end ams_actmetricfact_pvt_w;

2045: p1_a99 := rosetta_g_miss_num_map(ddx_complete_fact_rec.base_total_pct);
2046: p1_a100 := rosetta_g_miss_num_map(ddx_complete_fact_rec.base_hb_pct);
2047: end;
2048:
2049: end ams_actmetricfact_pvt_w;