DBA Data[Home] [Help]

APPS.AHL_REPORT_UTILS_PVT_W dependencies on AHL_REPORT_UTILS_PVT

Line 1: package body ahl_report_utils_pvt_w as

1: package body ahl_report_utils_pvt_w as
2: /* $Header: AHLWRPTB.pls 120.1.12020000.2 2012/12/14 06:08:47 shnatu ship $ */
3: procedure rosetta_table_copy_in_p6(t out nocopy ahl_report_utils_pvt.rem_counter_tbl_type, a0 JTF_NUMBER_TABLE
4: , a1 JTF_VARCHAR2_TABLE_100
5: , a2 JTF_VARCHAR2_TABLE_100

Line 3: procedure rosetta_table_copy_in_p6(t out nocopy ahl_report_utils_pvt.rem_counter_tbl_type, a0 JTF_NUMBER_TABLE

1: package body ahl_report_utils_pvt_w as
2: /* $Header: AHLWRPTB.pls 120.1.12020000.2 2012/12/14 06:08:47 shnatu ship $ */
3: procedure rosetta_table_copy_in_p6(t out nocopy ahl_report_utils_pvt.rem_counter_tbl_type, a0 JTF_NUMBER_TABLE
4: , a1 JTF_VARCHAR2_TABLE_100
5: , a2 JTF_VARCHAR2_TABLE_100
6: ) as
7: ddindx binary_integer; indx binary_integer;

Line 26: procedure rosetta_table_copy_out_p6(t ahl_report_utils_pvt.rem_counter_tbl_type, a0 out nocopy JTF_NUMBER_TABLE

22: end loop;
23: end if;
24: end if;
25: end rosetta_table_copy_in_p6;
26: procedure rosetta_table_copy_out_p6(t ahl_report_utils_pvt.rem_counter_tbl_type, a0 out nocopy JTF_NUMBER_TABLE
27: , a1 out nocopy JTF_VARCHAR2_TABLE_100
28: , a2 out nocopy JTF_VARCHAR2_TABLE_100
29: ) as
30: ddindx binary_integer; indx binary_integer;

Line 73: ddp_rem_counter_tbl ahl_report_utils_pvt.rem_counter_tbl_type;

69: , x_msg_data out nocopy VARCHAR2
70: )
71:
72: as
73: ddp_rem_counter_tbl ahl_report_utils_pvt.rem_counter_tbl_type;
74: ddindx binary_integer; indx binary_integer;
75: begin
76:
77: -- copy data to the local IN or IN-OUT args, if any

Line 82: ahl_report_utils_pvt_w.rosetta_table_copy_in_p6(ddp_rem_counter_tbl, p4_a0

78:
79:
80:
81:
82: ahl_report_utils_pvt_w.rosetta_table_copy_in_p6(ddp_rem_counter_tbl, p4_a0
83: , p4_a1
84: , p4_a2
85: );
86:

Line 91: ahl_report_utils_pvt.insert_rem_counters(p_api_version,

87:
88:
89:
90: -- here's the delegated call to the old PL/SQL routine
91: ahl_report_utils_pvt.insert_rem_counters(p_api_version,
92: p_init_msg_list,
93: p_commit,
94: p_validation_level,
95: ddp_rem_counter_tbl,

Line 105: ahl_report_utils_pvt_w.rosetta_table_copy_out_p6(ddp_rem_counter_tbl, p4_a0

101:
102:
103:
104:
105: ahl_report_utils_pvt_w.rosetta_table_copy_out_p6(ddp_rem_counter_tbl, p4_a0
106: , p4_a1
107: , p4_a2
108: );
109:

Line 114: end ahl_report_utils_pvt_w;

110:
111:
112: end;
113:
114: end ahl_report_utils_pvt_w;