DBA Data[Home] [Help]

APPS.CS_CTR_CAPTURE_READING_PUB_W dependencies on CS_CTR_CAPTURE_READING_PUB

Line 1: package body cs_ctr_capture_reading_pub_w as

1: package body cs_ctr_capture_reading_pub_w as
2: /* $Header: csxwcrdb.pls 115.17 2004/08/25 19:17:37 rktow 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 22: procedure rosetta_table_copy_in_p4(t out nocopy cs_ctr_capture_reading_pub.ctr_rdg_tbl_type, a0 JTF_NUMBER_TABLE

18: if n=b then return a; end if;
19: return n;
20: end;
21:
22: procedure rosetta_table_copy_in_p4(t out nocopy cs_ctr_capture_reading_pub.ctr_rdg_tbl_type, a0 JTF_NUMBER_TABLE
23: , a1 JTF_NUMBER_TABLE
24: , a2 JTF_DATE_TABLE
25: , a3 JTF_NUMBER_TABLE
26: , a4 JTF_VARCHAR2_TABLE_100

Line 101: procedure rosetta_table_copy_out_p4(t cs_ctr_capture_reading_pub.ctr_rdg_tbl_type, a0 out nocopy JTF_NUMBER_TABLE

97: end loop;
98: end if;
99: end if;
100: end rosetta_table_copy_in_p4;
101: procedure rosetta_table_copy_out_p4(t cs_ctr_capture_reading_pub.ctr_rdg_tbl_type, a0 out nocopy JTF_NUMBER_TABLE
102: , a1 out nocopy JTF_NUMBER_TABLE
103: , a2 out nocopy JTF_DATE_TABLE
104: , a3 out nocopy JTF_NUMBER_TABLE
105: , a4 out nocopy JTF_VARCHAR2_TABLE_100

Line 275: procedure rosetta_table_copy_in_p8(t out nocopy cs_ctr_capture_reading_pub.prop_rdg_tbl_type, a0 JTF_NUMBER_TABLE

271: end if;
272: end if;
273: end rosetta_table_copy_out_p4;
274:
275: procedure rosetta_table_copy_in_p8(t out nocopy cs_ctr_capture_reading_pub.prop_rdg_tbl_type, a0 JTF_NUMBER_TABLE
276: , a1 JTF_NUMBER_TABLE
277: , a2 JTF_DATE_TABLE
278: , a3 JTF_VARCHAR2_TABLE_300
279: , a4 JTF_NUMBER_TABLE

Line 334: procedure rosetta_table_copy_out_p8(t cs_ctr_capture_reading_pub.prop_rdg_tbl_type, a0 out nocopy JTF_NUMBER_TABLE

330: end loop;
331: end if;
332: end if;
333: end rosetta_table_copy_in_p8;
334: procedure rosetta_table_copy_out_p8(t cs_ctr_capture_reading_pub.prop_rdg_tbl_type, a0 out nocopy JTF_NUMBER_TABLE
335: , a1 out nocopy JTF_NUMBER_TABLE
336: , a2 out nocopy JTF_DATE_TABLE
337: , a3 out nocopy JTF_VARCHAR2_TABLE_300
338: , a4 out nocopy JTF_NUMBER_TABLE

Line 541: ddp_ctr_grp_log_rec cs_ctr_capture_reading_pub.ctr_grp_log_rec_type;

537: , p4_a20 VARCHAR2 := fnd_api.g_miss_char
538: )
539:
540: as
541: ddp_ctr_grp_log_rec cs_ctr_capture_reading_pub.ctr_grp_log_rec_type;
542: ddp_ctr_rdg_tbl cs_ctr_capture_reading_pub.ctr_rdg_tbl_type;
543: ddp_prop_rdg_tbl cs_ctr_capture_reading_pub.prop_rdg_tbl_type;
544: ddindx binary_integer; indx binary_integer;
545: begin

Line 542: ddp_ctr_rdg_tbl cs_ctr_capture_reading_pub.ctr_rdg_tbl_type;

538: )
539:
540: as
541: ddp_ctr_grp_log_rec cs_ctr_capture_reading_pub.ctr_grp_log_rec_type;
542: ddp_ctr_rdg_tbl cs_ctr_capture_reading_pub.ctr_rdg_tbl_type;
543: ddp_prop_rdg_tbl cs_ctr_capture_reading_pub.prop_rdg_tbl_type;
544: ddindx binary_integer; indx binary_integer;
545: begin
546:

Line 543: ddp_prop_rdg_tbl cs_ctr_capture_reading_pub.prop_rdg_tbl_type;

539:
540: as
541: ddp_ctr_grp_log_rec cs_ctr_capture_reading_pub.ctr_grp_log_rec_type;
542: ddp_ctr_rdg_tbl cs_ctr_capture_reading_pub.ctr_rdg_tbl_type;
543: ddp_prop_rdg_tbl cs_ctr_capture_reading_pub.prop_rdg_tbl_type;
544: ddindx binary_integer; indx binary_integer;
545: begin
546:
547: -- copy data to the local IN or IN-OUT args, if any

Line 574: cs_ctr_capture_reading_pub_w.rosetta_table_copy_in_p4(ddp_ctr_rdg_tbl, p5_a0

570: ddp_ctr_grp_log_rec.attribute14 := p4_a18;
571: ddp_ctr_grp_log_rec.attribute15 := p4_a19;
572: ddp_ctr_grp_log_rec.context := p4_a20;
573:
574: cs_ctr_capture_reading_pub_w.rosetta_table_copy_in_p4(ddp_ctr_rdg_tbl, p5_a0
575: , p5_a1
576: , p5_a2
577: , p5_a3
578: , p5_a4

Line 607: cs_ctr_capture_reading_pub_w.rosetta_table_copy_in_p8(ddp_prop_rdg_tbl, p6_a0

603: , p5_a29
604: , p5_a30
605: );
606:
607: cs_ctr_capture_reading_pub_w.rosetta_table_copy_in_p8(ddp_prop_rdg_tbl, p6_a0
608: , p6_a1
609: , p6_a2
610: , p6_a3
611: , p6_a4

Line 634: cs_ctr_capture_reading_pub.capture_counter_reading(p_api_version_number,

630:
631:
632:
633: -- here's the delegated call to the old PL/SQL routine
634: cs_ctr_capture_reading_pub.capture_counter_reading(p_api_version_number,
635: p_init_msg_list,
636: p_commit,
637: p_validation_level,
638: ddp_ctr_grp_log_rec,

Line 722: ddp_ctr_rdg_tbl cs_ctr_capture_reading_pub.ctr_rdg_tbl_type;

718: , x_msg_data out nocopy VARCHAR2
719: )
720:
721: as
722: ddp_ctr_rdg_tbl cs_ctr_capture_reading_pub.ctr_rdg_tbl_type;
723: ddp_prop_rdg_tbl cs_ctr_capture_reading_pub.prop_rdg_tbl_type;
724: ddindx binary_integer; indx binary_integer;
725: begin
726:

Line 723: ddp_prop_rdg_tbl cs_ctr_capture_reading_pub.prop_rdg_tbl_type;

719: )
720:
721: as
722: ddp_ctr_rdg_tbl cs_ctr_capture_reading_pub.ctr_rdg_tbl_type;
723: ddp_prop_rdg_tbl cs_ctr_capture_reading_pub.prop_rdg_tbl_type;
724: ddindx binary_integer; indx binary_integer;
725: begin
726:
727: -- copy data to the local IN or IN-OUT args, if any

Line 733: cs_ctr_capture_reading_pub_w.rosetta_table_copy_in_p4(ddp_ctr_rdg_tbl, p5_a0

729:
730:
731:
732:
733: cs_ctr_capture_reading_pub_w.rosetta_table_copy_in_p4(ddp_ctr_rdg_tbl, p5_a0
734: , p5_a1
735: , p5_a2
736: , p5_a3
737: , p5_a4

Line 766: cs_ctr_capture_reading_pub_w.rosetta_table_copy_in_p8(ddp_prop_rdg_tbl, p6_a0

762: , p5_a29
763: , p5_a30
764: );
765:
766: cs_ctr_capture_reading_pub_w.rosetta_table_copy_in_p8(ddp_prop_rdg_tbl, p6_a0
767: , p6_a1
768: , p6_a2
769: , p6_a3
770: , p6_a4

Line 793: cs_ctr_capture_reading_pub.update_counter_reading(p_api_version_number,

789:
790:
791:
792: -- here's the delegated call to the old PL/SQL routine
793: cs_ctr_capture_reading_pub.update_counter_reading(p_api_version_number,
794: p_init_msg_list,
795: p_commit,
796: p_validation_level,
797: p_ctr_grp_log_id,

Line 858: ddp_ctr_rdg_rec cs_ctr_capture_reading_pub.ctr_rdg_rec_type;

854: , p4_a30 NUMBER := 0-1962.0724
855: )
856:
857: as
858: ddp_ctr_rdg_rec cs_ctr_capture_reading_pub.ctr_rdg_rec_type;
859: ddindx binary_integer; indx binary_integer;
860: begin
861:
862: -- copy data to the local IN or IN-OUT args, if any

Line 904: cs_ctr_capture_reading_pub.capture_counter_reading(p_api_version_number,

900:
901:
902:
903: -- here's the delegated call to the old PL/SQL routine
904: cs_ctr_capture_reading_pub.capture_counter_reading(p_api_version_number,
905: p_init_msg_list,
906: p_commit,
907: p_validation_level,
908: ddp_ctr_rdg_rec,

Line 968: ddp_ctr_rdg_rec cs_ctr_capture_reading_pub.ctr_rdg_rec_type;

964: , p4_a30 NUMBER := 0-1962.0724
965: )
966:
967: as
968: ddp_ctr_rdg_rec cs_ctr_capture_reading_pub.ctr_rdg_rec_type;
969: ddindx binary_integer; indx binary_integer;
970: begin
971:
972: -- copy data to the local IN or IN-OUT args, if any

Line 1015: cs_ctr_capture_reading_pub.update_counter_reading(p_api_version_number,

1011:
1012:
1013:
1014: -- here's the delegated call to the old PL/SQL routine
1015: cs_ctr_capture_reading_pub.update_counter_reading(p_api_version_number,
1016: p_init_msg_list,
1017: p_commit,
1018: p_validation_level,
1019: ddp_ctr_rdg_rec,

Line 1070: ddp_ctr_grp_log_rec cs_ctr_capture_reading_pub.ctr_grp_log_rec_type;

1066: , p4_a20 VARCHAR2 := fnd_api.g_miss_char
1067: )
1068:
1069: as
1070: ddp_ctr_grp_log_rec cs_ctr_capture_reading_pub.ctr_grp_log_rec_type;
1071: ddindx binary_integer; indx binary_integer;
1072: begin
1073:
1074: -- copy data to the local IN or IN-OUT args, if any

Line 1106: cs_ctr_capture_reading_pub.pre_capture_ctr_reading(p_api_version_number,

1102:
1103:
1104:
1105: -- here's the delegated call to the old PL/SQL routine
1106: cs_ctr_capture_reading_pub.pre_capture_ctr_reading(p_api_version_number,
1107: p_init_msg_list,
1108: p_commit,
1109: p_validation_level,
1110: ddp_ctr_grp_log_rec,

Line 1159: ddp_prop_rdg_rec cs_ctr_capture_reading_pub.prop_rdg_rec_type;

1155: , p4_a20 VARCHAR2 := fnd_api.g_miss_char
1156: )
1157:
1158: as
1159: ddp_prop_rdg_rec cs_ctr_capture_reading_pub.prop_rdg_rec_type;
1160: ddindx binary_integer; indx binary_integer;
1161: begin
1162:
1163: -- copy data to the local IN or IN-OUT args, if any

Line 1195: cs_ctr_capture_reading_pub.capture_ctr_prop_reading(p_api_version_number,

1191:
1192:
1193:
1194: -- here's the delegated call to the old PL/SQL routine
1195: cs_ctr_capture_reading_pub.capture_ctr_prop_reading(p_api_version_number,
1196: p_init_msg_list,
1197: p_commit,
1198: p_validation_level,
1199: ddp_prop_rdg_rec,

Line 1249: ddp_prop_rdg_rec cs_ctr_capture_reading_pub.prop_rdg_rec_type;

1245: , p4_a20 VARCHAR2 := fnd_api.g_miss_char
1246: )
1247:
1248: as
1249: ddp_prop_rdg_rec cs_ctr_capture_reading_pub.prop_rdg_rec_type;
1250: ddindx binary_integer; indx binary_integer;
1251: begin
1252:
1253: -- copy data to the local IN or IN-OUT args, if any

Line 1286: cs_ctr_capture_reading_pub.update_ctr_prop_reading(p_api_version_number,

1282:
1283:
1284:
1285: -- here's the delegated call to the old PL/SQL routine
1286: cs_ctr_capture_reading_pub.update_ctr_prop_reading(p_api_version_number,
1287: p_init_msg_list,
1288: p_commit,
1289: p_validation_level,
1290: ddp_prop_rdg_rec,

Line 1309: end cs_ctr_capture_reading_pub_w;

1305:
1306:
1307: end;
1308:
1309: end cs_ctr_capture_reading_pub_w;