DBA Data[Home] [Help]

APPS.IBY_DBCCARD_GRAPH_PVT_W dependencies on IBY_DBCCARD_GRAPH_PVT

Line 1: package body iby_dbccard_graph_pvt_w as

1: package body iby_dbccard_graph_pvt_w as
2: /* $Header: ibyrdghb.pls 115.1 2002/11/16 01:42:18 jleybovi 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 22: procedure rosetta_table_copy_in_p12(t out nocopy iby_dbccard_graph_pvt.hourlyvol_tbl_type, a0 JTF_NUMBER_TABLE

18: if d = rosetta_g_mistake_date then return fnd_api.g_miss_date; end if;
19: return d;
20: end;
21:
22: procedure rosetta_table_copy_in_p12(t out nocopy iby_dbccard_graph_pvt.hourlyvol_tbl_type, a0 JTF_NUMBER_TABLE
23: , a1 JTF_NUMBER_TABLE
24: , a2 JTF_VARCHAR2_TABLE_100
25: ) as
26: ddindx binary_integer; indx binary_integer;

Line 45: procedure rosetta_table_copy_out_p12(t iby_dbccard_graph_pvt.hourlyvol_tbl_type, a0 out nocopy JTF_NUMBER_TABLE

41: end loop;
42: end if;
43: end if;
44: end rosetta_table_copy_in_p12;
45: procedure rosetta_table_copy_out_p12(t iby_dbccard_graph_pvt.hourlyvol_tbl_type, a0 out nocopy JTF_NUMBER_TABLE
46: , a1 out nocopy JTF_NUMBER_TABLE
47: , a2 out nocopy JTF_VARCHAR2_TABLE_100
48: ) as
49: ddindx binary_integer; indx binary_integer;

Line 79: procedure rosetta_table_copy_in_p13(t out nocopy iby_dbccard_graph_pvt.trxntrends_tbl_type, a0 JTF_VARCHAR2_TABLE_100

75: end if;
76: end if;
77: end rosetta_table_copy_out_p12;
78:
79: procedure rosetta_table_copy_in_p13(t out nocopy iby_dbccard_graph_pvt.trxntrends_tbl_type, a0 JTF_VARCHAR2_TABLE_100
80: , a1 JTF_NUMBER_TABLE
81: , a2 JTF_VARCHAR2_TABLE_100
82: , a3 JTF_DATE_TABLE
83: ) as

Line 104: procedure rosetta_table_copy_out_p13(t iby_dbccard_graph_pvt.trxntrends_tbl_type, a0 out nocopy JTF_VARCHAR2_TABLE_100

100: end loop;
101: end if;
102: end if;
103: end rosetta_table_copy_in_p13;
104: procedure rosetta_table_copy_out_p13(t iby_dbccard_graph_pvt.trxntrends_tbl_type, a0 out nocopy JTF_VARCHAR2_TABLE_100
105: , a1 out nocopy JTF_NUMBER_TABLE
106: , a2 out nocopy JTF_VARCHAR2_TABLE_100
107: , a3 out nocopy JTF_DATE_TABLE
108: ) as

Line 143: procedure rosetta_table_copy_in_p14(t out nocopy iby_dbccard_graph_pvt.trends_tbl_type, a0 JTF_VARCHAR2_TABLE_100

139: end if;
140: end if;
141: end rosetta_table_copy_out_p13;
142:
143: procedure rosetta_table_copy_in_p14(t out nocopy iby_dbccard_graph_pvt.trends_tbl_type, a0 JTF_VARCHAR2_TABLE_100
144: , a1 JTF_NUMBER_TABLE
145: , a2 JTF_VARCHAR2_TABLE_100
146: , a3 JTF_DATE_TABLE
147: ) as

Line 151: t := iby_dbccard_graph_pvt.trends_tbl_type();

147: ) as
148: ddindx binary_integer; indx binary_integer;
149: begin
150: if a0 is not null and a0.count=0 then
151: t := iby_dbccard_graph_pvt.trends_tbl_type();
152: elsif a0 is not null and a0.count > 0 then
153: if a0.count > 0 then
154: t := iby_dbccard_graph_pvt.trends_tbl_type();
155: t.extend(a0.count);

Line 154: t := iby_dbccard_graph_pvt.trends_tbl_type();

150: if a0 is not null and a0.count=0 then
151: t := iby_dbccard_graph_pvt.trends_tbl_type();
152: elsif a0 is not null and a0.count > 0 then
153: if a0.count > 0 then
154: t := iby_dbccard_graph_pvt.trends_tbl_type();
155: t.extend(a0.count);
156: indx := a0.first;
157: ddindx := 1;
158: while true loop

Line 172: procedure rosetta_table_copy_out_p14(t iby_dbccard_graph_pvt.trends_tbl_type, a0 out nocopy JTF_VARCHAR2_TABLE_100

168: end loop;
169: end if;
170: end if;
171: end rosetta_table_copy_in_p14;
172: procedure rosetta_table_copy_out_p14(t iby_dbccard_graph_pvt.trends_tbl_type, a0 out nocopy JTF_VARCHAR2_TABLE_100
173: , a1 out nocopy JTF_NUMBER_TABLE
174: , a2 out nocopy JTF_VARCHAR2_TABLE_100
175: , a3 out nocopy JTF_DATE_TABLE
176: ) as

Line 222: ddhourlyvol_tbl iby_dbccard_graph_pvt.hourlyvol_tbl_type;

218: , p1_a1 out nocopy JTF_NUMBER_TABLE
219: , p1_a2 out nocopy JTF_VARCHAR2_TABLE_100
220: )
221: as
222: ddhourlyvol_tbl iby_dbccard_graph_pvt.hourlyvol_tbl_type;
223: ddindx binary_integer; indx binary_integer;
224: begin
225:
226: -- copy data to the local IN or IN-OUT args, if any

Line 230: iby_dbccard_graph_pvt.get_hourly_volume(payee_id,

226: -- copy data to the local IN or IN-OUT args, if any
227:
228:
229: -- here's the delegated call to the old PL/SQL routine
230: iby_dbccard_graph_pvt.get_hourly_volume(payee_id,
231: ddhourlyvol_tbl);
232:
233: -- copy data back from the local OUT or IN-OUT args, if any
234:

Line 235: iby_dbccard_graph_pvt_w.rosetta_table_copy_out_p12(ddhourlyvol_tbl, p1_a0

231: ddhourlyvol_tbl);
232:
233: -- copy data back from the local OUT or IN-OUT args, if any
234:
235: iby_dbccard_graph_pvt_w.rosetta_table_copy_out_p12(ddhourlyvol_tbl, p1_a0
236: , p1_a1
237: , p1_a2
238: );
239: end;

Line 249: ddtrxntrend_tbl iby_dbccard_graph_pvt.trxntrends_tbl_type;

245: , p2_a2 out nocopy JTF_VARCHAR2_TABLE_100
246: , p2_a3 out nocopy JTF_DATE_TABLE
247: )
248: as
249: ddtrxntrend_tbl iby_dbccard_graph_pvt.trxntrends_tbl_type;
250: ddindx binary_integer; indx binary_integer;
251: begin
252:
253: -- copy data to the local IN or IN-OUT args, if any

Line 258: iby_dbccard_graph_pvt.get_trxn_trends(payee_id,

254:
255:
256:
257: -- here's the delegated call to the old PL/SQL routine
258: iby_dbccard_graph_pvt.get_trxn_trends(payee_id,
259: output_type,
260: ddtrxntrend_tbl);
261:
262: -- copy data back from the local OUT or IN-OUT args, if any

Line 265: iby_dbccard_graph_pvt_w.rosetta_table_copy_out_p13(ddtrxntrend_tbl, p2_a0

261:
262: -- copy data back from the local OUT or IN-OUT args, if any
263:
264:
265: iby_dbccard_graph_pvt_w.rosetta_table_copy_out_p13(ddtrxntrend_tbl, p2_a0
266: , p2_a1
267: , p2_a2
268: , p2_a3
269: );

Line 280: ddtrxntrend_tbl iby_dbccard_graph_pvt.trxntrends_tbl_type;

276: , p2_a2 out nocopy JTF_VARCHAR2_TABLE_100
277: , p2_a3 out nocopy JTF_DATE_TABLE
278: )
279: as
280: ddtrxntrend_tbl iby_dbccard_graph_pvt.trxntrends_tbl_type;
281: ddindx binary_integer; indx binary_integer;
282: begin
283:
284: -- copy data to the local IN or IN-OUT args, if any

Line 289: iby_dbccard_graph_pvt.get_processor_trends(payee_id,

285:
286:
287:
288: -- here's the delegated call to the old PL/SQL routine
289: iby_dbccard_graph_pvt.get_processor_trends(payee_id,
290: output_type,
291: ddtrxntrend_tbl);
292:
293: -- copy data back from the local OUT or IN-OUT args, if any

Line 296: iby_dbccard_graph_pvt_w.rosetta_table_copy_out_p13(ddtrxntrend_tbl, p2_a0

292:
293: -- copy data back from the local OUT or IN-OUT args, if any
294:
295:
296: iby_dbccard_graph_pvt_w.rosetta_table_copy_out_p13(ddtrxntrend_tbl, p2_a0
297: , p2_a1
298: , p2_a2
299: , p2_a3
300: );

Line 311: ddtrxntrend_tbl iby_dbccard_graph_pvt.trxntrends_tbl_type;

307: , p2_a2 out nocopy JTF_VARCHAR2_TABLE_100
308: , p2_a3 out nocopy JTF_DATE_TABLE
309: )
310: as
311: ddtrxntrend_tbl iby_dbccard_graph_pvt.trxntrends_tbl_type;
312: ddindx binary_integer; indx binary_integer;
313: begin
314:
315: -- copy data to the local IN or IN-OUT args, if any

Line 320: iby_dbccard_graph_pvt.get_subtype_trends(payee_id,

316:
317:
318:
319: -- here's the delegated call to the old PL/SQL routine
320: iby_dbccard_graph_pvt.get_subtype_trends(payee_id,
321: output_type,
322: ddtrxntrend_tbl);
323:
324: -- copy data back from the local OUT or IN-OUT args, if any

Line 327: iby_dbccard_graph_pvt_w.rosetta_table_copy_out_p13(ddtrxntrend_tbl, p2_a0

323:
324: -- copy data back from the local OUT or IN-OUT args, if any
325:
326:
327: iby_dbccard_graph_pvt_w.rosetta_table_copy_out_p13(ddtrxntrend_tbl, p2_a0
328: , p2_a1
329: , p2_a2
330: , p2_a3
331: );

Line 342: ddtrxntrend_tbl iby_dbccard_graph_pvt.trxntrends_tbl_type;

338: , p2_a2 out nocopy JTF_VARCHAR2_TABLE_100
339: , p2_a3 out nocopy JTF_DATE_TABLE
340: )
341: as
342: ddtrxntrend_tbl iby_dbccard_graph_pvt.trxntrends_tbl_type;
343: ddindx binary_integer; indx binary_integer;
344: begin
345:
346: -- copy data to the local IN or IN-OUT args, if any

Line 351: iby_dbccard_graph_pvt.get_failure_trends(payee_id,

347:
348:
349:
350: -- here's the delegated call to the old PL/SQL routine
351: iby_dbccard_graph_pvt.get_failure_trends(payee_id,
352: output_type,
353: ddtrxntrend_tbl);
354:
355: -- copy data back from the local OUT or IN-OUT args, if any

Line 358: iby_dbccard_graph_pvt_w.rosetta_table_copy_out_p13(ddtrxntrend_tbl, p2_a0

354:
355: -- copy data back from the local OUT or IN-OUT args, if any
356:
357:
358: iby_dbccard_graph_pvt_w.rosetta_table_copy_out_p13(ddtrxntrend_tbl, p2_a0
359: , p2_a1
360: , p2_a2
361: , p2_a3
362: );

Line 365: end iby_dbccard_graph_pvt_w;

361: , p2_a3
362: );
363: end;
364:
365: end iby_dbccard_graph_pvt_w;