DBA Data[Home] [Help]

APPS.CSI_COUNTER_PUB_W dependencies on CSI_CTR_DATASTRUCTURES_PUB

Line 252: ddp_counter_instance_rec csi_ctr_datastructures_pub.counter_instance_rec;

248: , x_ctr_id out nocopy NUMBER
249: )
250:
251: as
252: ddp_counter_instance_rec csi_ctr_datastructures_pub.counter_instance_rec;
253: ddp_ctr_properties_tbl csi_ctr_datastructures_pub.ctr_properties_tbl;
254: ddp_counter_relationships_tbl csi_ctr_datastructures_pub.counter_relationships_tbl;
255: ddp_ctr_derived_filters_tbl csi_ctr_datastructures_pub.ctr_derived_filters_tbl;
256: ddp_counter_associations_tbl csi_ctr_datastructures_pub.counter_associations_tbl;

Line 253: ddp_ctr_properties_tbl csi_ctr_datastructures_pub.ctr_properties_tbl;

249: )
250:
251: as
252: ddp_counter_instance_rec csi_ctr_datastructures_pub.counter_instance_rec;
253: ddp_ctr_properties_tbl csi_ctr_datastructures_pub.ctr_properties_tbl;
254: ddp_counter_relationships_tbl csi_ctr_datastructures_pub.counter_relationships_tbl;
255: ddp_ctr_derived_filters_tbl csi_ctr_datastructures_pub.ctr_derived_filters_tbl;
256: ddp_counter_associations_tbl csi_ctr_datastructures_pub.counter_associations_tbl;
257: ddindx binary_integer; indx binary_integer;

Line 254: ddp_counter_relationships_tbl csi_ctr_datastructures_pub.counter_relationships_tbl;

250:
251: as
252: ddp_counter_instance_rec csi_ctr_datastructures_pub.counter_instance_rec;
253: ddp_ctr_properties_tbl csi_ctr_datastructures_pub.ctr_properties_tbl;
254: ddp_counter_relationships_tbl csi_ctr_datastructures_pub.counter_relationships_tbl;
255: ddp_ctr_derived_filters_tbl csi_ctr_datastructures_pub.ctr_derived_filters_tbl;
256: ddp_counter_associations_tbl csi_ctr_datastructures_pub.counter_associations_tbl;
257: ddindx binary_integer; indx binary_integer;
258: begin

Line 255: ddp_ctr_derived_filters_tbl csi_ctr_datastructures_pub.ctr_derived_filters_tbl;

251: as
252: ddp_counter_instance_rec csi_ctr_datastructures_pub.counter_instance_rec;
253: ddp_ctr_properties_tbl csi_ctr_datastructures_pub.ctr_properties_tbl;
254: ddp_counter_relationships_tbl csi_ctr_datastructures_pub.counter_relationships_tbl;
255: ddp_ctr_derived_filters_tbl csi_ctr_datastructures_pub.ctr_derived_filters_tbl;
256: ddp_counter_associations_tbl csi_ctr_datastructures_pub.counter_associations_tbl;
257: ddindx binary_integer; indx binary_integer;
258: begin
259:

Line 256: ddp_counter_associations_tbl csi_ctr_datastructures_pub.counter_associations_tbl;

252: ddp_counter_instance_rec csi_ctr_datastructures_pub.counter_instance_rec;
253: ddp_ctr_properties_tbl csi_ctr_datastructures_pub.ctr_properties_tbl;
254: ddp_counter_relationships_tbl csi_ctr_datastructures_pub.counter_relationships_tbl;
255: ddp_ctr_derived_filters_tbl csi_ctr_datastructures_pub.ctr_derived_filters_tbl;
256: ddp_counter_associations_tbl csi_ctr_datastructures_pub.counter_associations_tbl;
257: ddindx binary_integer; indx binary_integer;
258: begin
259:
260: -- copy data to the local IN or IN-OUT args, if any

Line 344: csi_ctr_datastructures_pub_w.rosetta_table_copy_in_p20(ddp_ctr_properties_tbl, p5_a0

340: ddp_counter_instance_rec.step_value := rosetta_g_miss_num_map(p4_a75);
341: ddp_counter_instance_rec.time_based_manual_entry := p4_a76;
342: ddp_counter_instance_rec.eam_required_flag := p4_a77;
343:
344: csi_ctr_datastructures_pub_w.rosetta_table_copy_in_p20(ddp_ctr_properties_tbl, p5_a0
345: , p5_a1
346: , p5_a2
347: , p5_a3
348: , p5_a4

Line 384: csi_ctr_datastructures_pub_w.rosetta_table_copy_in_p10(ddp_counter_relationships_tbl, p6_a0

380: , p5_a36
381: , p5_a37
382: );
383:
384: csi_ctr_datastructures_pub_w.rosetta_table_copy_in_p10(ddp_counter_relationships_tbl, p6_a0
385: , p6_a1
386: , p6_a2
387: , p6_a3
388: , p6_a4

Line 419: csi_ctr_datastructures_pub_w.rosetta_table_copy_in_p16(ddp_ctr_derived_filters_tbl, p7_a0

415: , p6_a31
416: , p6_a32
417: );
418:
419: csi_ctr_datastructures_pub_w.rosetta_table_copy_in_p16(ddp_ctr_derived_filters_tbl, p7_a0
420: , p7_a1
421: , p7_a2
422: , p7_a3
423: , p7_a4

Line 456: csi_ctr_datastructures_pub_w.rosetta_table_copy_in_p22(ddp_counter_associations_tbl, p8_a0

452: , p7_a33
453: , p7_a34
454: );
455:
456: csi_ctr_datastructures_pub_w.rosetta_table_copy_in_p22(ddp_counter_associations_tbl, p8_a0
457: , p8_a1
458: , p8_a2
459: , p8_a3
460: , p8_a4

Line 593: csi_ctr_datastructures_pub_w.rosetta_table_copy_out_p20(ddp_ctr_properties_tbl, p5_a0

589: p4_a75 := rosetta_g_miss_num_map(ddp_counter_instance_rec.step_value);
590: p4_a76 := ddp_counter_instance_rec.time_based_manual_entry;
591: p4_a77 := ddp_counter_instance_rec.eam_required_flag;
592:
593: csi_ctr_datastructures_pub_w.rosetta_table_copy_out_p20(ddp_ctr_properties_tbl, p5_a0
594: , p5_a1
595: , p5_a2
596: , p5_a3
597: , p5_a4

Line 633: csi_ctr_datastructures_pub_w.rosetta_table_copy_out_p10(ddp_counter_relationships_tbl, p6_a0

629: , p5_a36
630: , p5_a37
631: );
632:
633: csi_ctr_datastructures_pub_w.rosetta_table_copy_out_p10(ddp_counter_relationships_tbl, p6_a0
634: , p6_a1
635: , p6_a2
636: , p6_a3
637: , p6_a4

Line 668: csi_ctr_datastructures_pub_w.rosetta_table_copy_out_p16(ddp_ctr_derived_filters_tbl, p7_a0

664: , p6_a31
665: , p6_a32
666: );
667:
668: csi_ctr_datastructures_pub_w.rosetta_table_copy_out_p16(ddp_ctr_derived_filters_tbl, p7_a0
669: , p7_a1
670: , p7_a2
671: , p7_a3
672: , p7_a4

Line 705: csi_ctr_datastructures_pub_w.rosetta_table_copy_out_p22(ddp_counter_associations_tbl, p8_a0

701: , p7_a33
702: , p7_a34
703: );
704:
705: csi_ctr_datastructures_pub_w.rosetta_table_copy_out_p22(ddp_counter_associations_tbl, p8_a0
706: , p8_a1
707: , p8_a2
708: , p8_a3
709: , p8_a4

Line 793: ddp_ctr_properties_tbl csi_ctr_datastructures_pub.ctr_properties_tbl;

789: , x_ctr_property_id out nocopy NUMBER
790: )
791:
792: as
793: ddp_ctr_properties_tbl csi_ctr_datastructures_pub.ctr_properties_tbl;
794: ddindx binary_integer; indx binary_integer;
795: begin
796:
797: -- copy data to the local IN or IN-OUT args, if any

Line 802: csi_ctr_datastructures_pub_w.rosetta_table_copy_in_p20(ddp_ctr_properties_tbl, p4_a0

798:
799:
800:
801:
802: csi_ctr_datastructures_pub_w.rosetta_table_copy_in_p20(ddp_ctr_properties_tbl, p4_a0
803: , p4_a1
804: , p4_a2
805: , p4_a3
806: , p4_a4

Line 862: csi_ctr_datastructures_pub_w.rosetta_table_copy_out_p20(ddp_ctr_properties_tbl, p4_a0

858:
859:
860:
861:
862: csi_ctr_datastructures_pub_w.rosetta_table_copy_out_p20(ddp_ctr_properties_tbl, p4_a0
863: , p4_a1
864: , p4_a2
865: , p4_a3
866: , p4_a4

Line 950: ddp_counter_associations_tbl csi_ctr_datastructures_pub.counter_associations_tbl;

946: , x_instance_association_id out nocopy NUMBER
947: )
948:
949: as
950: ddp_counter_associations_tbl csi_ctr_datastructures_pub.counter_associations_tbl;
951: ddindx binary_integer; indx binary_integer;
952: begin
953:
954: -- copy data to the local IN or IN-OUT args, if any

Line 959: csi_ctr_datastructures_pub_w.rosetta_table_copy_in_p22(ddp_counter_associations_tbl, p4_a0

955:
956:
957:
958:
959: csi_ctr_datastructures_pub_w.rosetta_table_copy_in_p22(ddp_counter_associations_tbl, p4_a0
960: , p4_a1
961: , p4_a2
962: , p4_a3
963: , p4_a4

Line 1013: csi_ctr_datastructures_pub_w.rosetta_table_copy_out_p22(ddp_counter_associations_tbl, p4_a0

1009:
1010:
1011:
1012:
1013: csi_ctr_datastructures_pub_w.rosetta_table_copy_out_p22(ddp_counter_associations_tbl, p4_a0
1014: , p4_a1
1015: , p4_a2
1016: , p4_a3
1017: , p4_a4

Line 1082: ddp_ctr_reading_lock_rec csi_ctr_datastructures_pub.ctr_reading_lock_rec;

1078: , x_reading_lock_id out nocopy NUMBER
1079: )
1080:
1081: as
1082: ddp_ctr_reading_lock_rec csi_ctr_datastructures_pub.ctr_reading_lock_rec;
1083: ddindx binary_integer; indx binary_integer;
1084: begin
1085:
1086: -- copy data to the local IN or IN-OUT args, if any

Line 1179: ddp_ctr_usage_forecast_rec csi_ctr_datastructures_pub.ctr_usage_forecast_rec;

1175: , x_instance_forecast_id out nocopy NUMBER
1176: )
1177:
1178: as
1179: ddp_ctr_usage_forecast_rec csi_ctr_datastructures_pub.ctr_usage_forecast_rec;
1180: ddindx binary_integer; indx binary_integer;
1181: begin
1182:
1183: -- copy data to the local IN or IN-OUT args, if any

Line 1465: ddp_counter_instance_rec csi_ctr_datastructures_pub.counter_instance_rec;

1461: , x_msg_data out nocopy VARCHAR2
1462: )
1463:
1464: as
1465: ddp_counter_instance_rec csi_ctr_datastructures_pub.counter_instance_rec;
1466: ddp_ctr_properties_tbl csi_ctr_datastructures_pub.ctr_properties_tbl;
1467: ddp_counter_relationships_tbl csi_ctr_datastructures_pub.counter_relationships_tbl;
1468: ddp_ctr_derived_filters_tbl csi_ctr_datastructures_pub.ctr_derived_filters_tbl;
1469: ddp_counter_associations_tbl csi_ctr_datastructures_pub.counter_associations_tbl;

Line 1466: ddp_ctr_properties_tbl csi_ctr_datastructures_pub.ctr_properties_tbl;

1462: )
1463:
1464: as
1465: ddp_counter_instance_rec csi_ctr_datastructures_pub.counter_instance_rec;
1466: ddp_ctr_properties_tbl csi_ctr_datastructures_pub.ctr_properties_tbl;
1467: ddp_counter_relationships_tbl csi_ctr_datastructures_pub.counter_relationships_tbl;
1468: ddp_ctr_derived_filters_tbl csi_ctr_datastructures_pub.ctr_derived_filters_tbl;
1469: ddp_counter_associations_tbl csi_ctr_datastructures_pub.counter_associations_tbl;
1470: ddindx binary_integer; indx binary_integer;

Line 1467: ddp_counter_relationships_tbl csi_ctr_datastructures_pub.counter_relationships_tbl;

1463:
1464: as
1465: ddp_counter_instance_rec csi_ctr_datastructures_pub.counter_instance_rec;
1466: ddp_ctr_properties_tbl csi_ctr_datastructures_pub.ctr_properties_tbl;
1467: ddp_counter_relationships_tbl csi_ctr_datastructures_pub.counter_relationships_tbl;
1468: ddp_ctr_derived_filters_tbl csi_ctr_datastructures_pub.ctr_derived_filters_tbl;
1469: ddp_counter_associations_tbl csi_ctr_datastructures_pub.counter_associations_tbl;
1470: ddindx binary_integer; indx binary_integer;
1471: begin

Line 1468: ddp_ctr_derived_filters_tbl csi_ctr_datastructures_pub.ctr_derived_filters_tbl;

1464: as
1465: ddp_counter_instance_rec csi_ctr_datastructures_pub.counter_instance_rec;
1466: ddp_ctr_properties_tbl csi_ctr_datastructures_pub.ctr_properties_tbl;
1467: ddp_counter_relationships_tbl csi_ctr_datastructures_pub.counter_relationships_tbl;
1468: ddp_ctr_derived_filters_tbl csi_ctr_datastructures_pub.ctr_derived_filters_tbl;
1469: ddp_counter_associations_tbl csi_ctr_datastructures_pub.counter_associations_tbl;
1470: ddindx binary_integer; indx binary_integer;
1471: begin
1472:

Line 1469: ddp_counter_associations_tbl csi_ctr_datastructures_pub.counter_associations_tbl;

1465: ddp_counter_instance_rec csi_ctr_datastructures_pub.counter_instance_rec;
1466: ddp_ctr_properties_tbl csi_ctr_datastructures_pub.ctr_properties_tbl;
1467: ddp_counter_relationships_tbl csi_ctr_datastructures_pub.counter_relationships_tbl;
1468: ddp_ctr_derived_filters_tbl csi_ctr_datastructures_pub.ctr_derived_filters_tbl;
1469: ddp_counter_associations_tbl csi_ctr_datastructures_pub.counter_associations_tbl;
1470: ddindx binary_integer; indx binary_integer;
1471: begin
1472:
1473: -- copy data to the local IN or IN-OUT args, if any

Line 1557: csi_ctr_datastructures_pub_w.rosetta_table_copy_in_p20(ddp_ctr_properties_tbl, p5_a0

1553: ddp_counter_instance_rec.step_value := rosetta_g_miss_num_map(p4_a75);
1554: ddp_counter_instance_rec.time_based_manual_entry := p4_a76;
1555: ddp_counter_instance_rec.eam_required_flag := p4_a77;
1556:
1557: csi_ctr_datastructures_pub_w.rosetta_table_copy_in_p20(ddp_ctr_properties_tbl, p5_a0
1558: , p5_a1
1559: , p5_a2
1560: , p5_a3
1561: , p5_a4

Line 1597: csi_ctr_datastructures_pub_w.rosetta_table_copy_in_p10(ddp_counter_relationships_tbl, p6_a0

1593: , p5_a36
1594: , p5_a37
1595: );
1596:
1597: csi_ctr_datastructures_pub_w.rosetta_table_copy_in_p10(ddp_counter_relationships_tbl, p6_a0
1598: , p6_a1
1599: , p6_a2
1600: , p6_a3
1601: , p6_a4

Line 1632: csi_ctr_datastructures_pub_w.rosetta_table_copy_in_p16(ddp_ctr_derived_filters_tbl, p7_a0

1628: , p6_a31
1629: , p6_a32
1630: );
1631:
1632: csi_ctr_datastructures_pub_w.rosetta_table_copy_in_p16(ddp_ctr_derived_filters_tbl, p7_a0
1633: , p7_a1
1634: , p7_a2
1635: , p7_a3
1636: , p7_a4

Line 1669: csi_ctr_datastructures_pub_w.rosetta_table_copy_in_p22(ddp_counter_associations_tbl, p8_a0

1665: , p7_a33
1666: , p7_a34
1667: );
1668:
1669: csi_ctr_datastructures_pub_w.rosetta_table_copy_in_p22(ddp_counter_associations_tbl, p8_a0
1670: , p8_a1
1671: , p8_a2
1672: , p8_a3
1673: , p8_a4

Line 1804: csi_ctr_datastructures_pub_w.rosetta_table_copy_out_p20(ddp_ctr_properties_tbl, p5_a0

1800: p4_a75 := rosetta_g_miss_num_map(ddp_counter_instance_rec.step_value);
1801: p4_a76 := ddp_counter_instance_rec.time_based_manual_entry;
1802: p4_a77 := ddp_counter_instance_rec.eam_required_flag;
1803:
1804: csi_ctr_datastructures_pub_w.rosetta_table_copy_out_p20(ddp_ctr_properties_tbl, p5_a0
1805: , p5_a1
1806: , p5_a2
1807: , p5_a3
1808: , p5_a4

Line 1844: csi_ctr_datastructures_pub_w.rosetta_table_copy_out_p10(ddp_counter_relationships_tbl, p6_a0

1840: , p5_a36
1841: , p5_a37
1842: );
1843:
1844: csi_ctr_datastructures_pub_w.rosetta_table_copy_out_p10(ddp_counter_relationships_tbl, p6_a0
1845: , p6_a1
1846: , p6_a2
1847: , p6_a3
1848: , p6_a4

Line 1879: csi_ctr_datastructures_pub_w.rosetta_table_copy_out_p16(ddp_ctr_derived_filters_tbl, p7_a0

1875: , p6_a31
1876: , p6_a32
1877: );
1878:
1879: csi_ctr_datastructures_pub_w.rosetta_table_copy_out_p16(ddp_ctr_derived_filters_tbl, p7_a0
1880: , p7_a1
1881: , p7_a2
1882: , p7_a3
1883: , p7_a4

Line 1916: csi_ctr_datastructures_pub_w.rosetta_table_copy_out_p22(ddp_counter_associations_tbl, p8_a0

1912: , p7_a33
1913: , p7_a34
1914: );
1915:
1916: csi_ctr_datastructures_pub_w.rosetta_table_copy_out_p22(ddp_counter_associations_tbl, p8_a0
1917: , p8_a1
1918: , p8_a2
1919: , p8_a3
1920: , p8_a4

Line 2002: ddp_ctr_properties_tbl csi_ctr_datastructures_pub.ctr_properties_tbl;

1998: , x_msg_data out nocopy VARCHAR2
1999: )
2000:
2001: as
2002: ddp_ctr_properties_tbl csi_ctr_datastructures_pub.ctr_properties_tbl;
2003: ddindx binary_integer; indx binary_integer;
2004: begin
2005:
2006: -- copy data to the local IN or IN-OUT args, if any

Line 2011: csi_ctr_datastructures_pub_w.rosetta_table_copy_in_p20(ddp_ctr_properties_tbl, p4_a0

2007:
2008:
2009:
2010:
2011: csi_ctr_datastructures_pub_w.rosetta_table_copy_in_p20(ddp_ctr_properties_tbl, p4_a0
2012: , p4_a1
2013: , p4_a2
2014: , p4_a3
2015: , p4_a4

Line 2069: csi_ctr_datastructures_pub_w.rosetta_table_copy_out_p20(ddp_ctr_properties_tbl, p4_a0

2065:
2066:
2067:
2068:
2069: csi_ctr_datastructures_pub_w.rosetta_table_copy_out_p20(ddp_ctr_properties_tbl, p4_a0
2070: , p4_a1
2071: , p4_a2
2072: , p4_a3
2073: , p4_a4

Line 2155: ddp_counter_associations_tbl csi_ctr_datastructures_pub.counter_associations_tbl;

2151: , x_msg_data out nocopy VARCHAR2
2152: )
2153:
2154: as
2155: ddp_counter_associations_tbl csi_ctr_datastructures_pub.counter_associations_tbl;
2156: ddindx binary_integer; indx binary_integer;
2157: begin
2158:
2159: -- copy data to the local IN or IN-OUT args, if any

Line 2164: csi_ctr_datastructures_pub_w.rosetta_table_copy_in_p22(ddp_counter_associations_tbl, p4_a0

2160:
2161:
2162:
2163:
2164: csi_ctr_datastructures_pub_w.rosetta_table_copy_in_p22(ddp_counter_associations_tbl, p4_a0
2165: , p4_a1
2166: , p4_a2
2167: , p4_a3
2168: , p4_a4

Line 2216: csi_ctr_datastructures_pub_w.rosetta_table_copy_out_p22(ddp_counter_associations_tbl, p4_a0

2212:
2213:
2214:
2215:
2216: csi_ctr_datastructures_pub_w.rosetta_table_copy_out_p22(ddp_counter_associations_tbl, p4_a0
2217: , p4_a1
2218: , p4_a2
2219: , p4_a3
2220: , p4_a4