DBA Data[Home] [Help]

APPS.AS_MULTI_CURRENCIES_PKG_W dependencies on AS_MULTI_CURRENCIES_PKG

Line 1: package body as_multi_currencies_pkg_w as

1: package body as_multi_currencies_pkg_w as
2: /* $Header: asxwmcpb.pls 120.1 2005/06/24 22:26 appldev 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_p3(t out nocopy as_multi_currencies_pkg.type_mappings_tbl_type, a0 JTF_VARCHAR2_TABLE_100

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

Line 63: procedure rosetta_table_copy_out_p3(t as_multi_currencies_pkg.type_mappings_tbl_type, a0 out nocopy JTF_VARCHAR2_TABLE_100

59: end loop;
60: end if;
61: end if;
62: end rosetta_table_copy_in_p3;
63: procedure rosetta_table_copy_out_p3(t as_multi_currencies_pkg.type_mappings_tbl_type, a0 out nocopy JTF_VARCHAR2_TABLE_100
64: , a1 out nocopy JTF_VARCHAR2_TABLE_100
65: , a2 out nocopy JTF_VARCHAR2_TABLE_100
66: , a3 out nocopy JTF_VARCHAR2_TABLE_100
67: , a4 out nocopy JTF_VARCHAR2_TABLE_100

Line 142: procedure rosetta_table_copy_in_p7(t out nocopy as_multi_currencies_pkg.period_rates_tbl_type, a0 JTF_VARCHAR2_TABLE_100

138: end if;
139: end if;
140: end rosetta_table_copy_out_p3;
141:
142: procedure rosetta_table_copy_in_p7(t out nocopy as_multi_currencies_pkg.period_rates_tbl_type, a0 JTF_VARCHAR2_TABLE_100
143: , a1 JTF_VARCHAR2_TABLE_100
144: , a2 JTF_DATE_TABLE
145: , a3 JTF_VARCHAR2_TABLE_100
146: , a4 JTF_NUMBER_TABLE

Line 169: procedure rosetta_table_copy_out_p7(t as_multi_currencies_pkg.period_rates_tbl_type, a0 out nocopy JTF_VARCHAR2_TABLE_100

165: end loop;
166: end if;
167: end if;
168: end rosetta_table_copy_in_p7;
169: procedure rosetta_table_copy_out_p7(t as_multi_currencies_pkg.period_rates_tbl_type, a0 out nocopy JTF_VARCHAR2_TABLE_100
170: , a1 out nocopy JTF_VARCHAR2_TABLE_100
171: , a2 out nocopy JTF_DATE_TABLE
172: , a3 out nocopy JTF_VARCHAR2_TABLE_100
173: , a4 out nocopy JTF_NUMBER_TABLE

Line 231: ddp_type_mappings_tbl as_multi_currencies_pkg.type_mappings_tbl_type;

227: , x_msg_data out nocopy VARCHAR2
228: )
229:
230: as
231: ddp_type_mappings_tbl as_multi_currencies_pkg.type_mappings_tbl_type;
232: ddindx binary_integer; indx binary_integer;
233: begin
234:
235: -- copy data to the local IN or IN-OUT args, if any

Line 236: as_multi_currencies_pkg_w.rosetta_table_copy_in_p3(ddp_type_mappings_tbl, p0_a0

232: ddindx binary_integer; indx binary_integer;
233: begin
234:
235: -- copy data to the local IN or IN-OUT args, if any
236: as_multi_currencies_pkg_w.rosetta_table_copy_in_p3(ddp_type_mappings_tbl, p0_a0
237: , p0_a1
238: , p0_a2
239: , p0_a3
240: , p0_a4

Line 254: as_multi_currencies_pkg.insert_type_mappings(ddp_type_mappings_tbl,

250:
251:
252:
253: -- here's the delegated call to the old PL/SQL routine
254: as_multi_currencies_pkg.insert_type_mappings(ddp_type_mappings_tbl,
255: x_return_status,
256: x_msg_count,
257: x_msg_data);
258:

Line 283: ddp_type_mappings_tbl as_multi_currencies_pkg.type_mappings_tbl_type;

279: , x_msg_data out nocopy VARCHAR2
280: )
281:
282: as
283: ddp_type_mappings_tbl as_multi_currencies_pkg.type_mappings_tbl_type;
284: ddindx binary_integer; indx binary_integer;
285: begin
286:
287: -- copy data to the local IN or IN-OUT args, if any

Line 288: as_multi_currencies_pkg_w.rosetta_table_copy_in_p3(ddp_type_mappings_tbl, p0_a0

284: ddindx binary_integer; indx binary_integer;
285: begin
286:
287: -- copy data to the local IN or IN-OUT args, if any
288: as_multi_currencies_pkg_w.rosetta_table_copy_in_p3(ddp_type_mappings_tbl, p0_a0
289: , p0_a1
290: , p0_a2
291: , p0_a3
292: , p0_a4

Line 306: as_multi_currencies_pkg.update_type_mappings(ddp_type_mappings_tbl,

302:
303:
304:
305: -- here's the delegated call to the old PL/SQL routine
306: as_multi_currencies_pkg.update_type_mappings(ddp_type_mappings_tbl,
307: x_return_status,
308: x_msg_count,
309: x_msg_data);
310:

Line 335: ddp_type_mappings_tbl as_multi_currencies_pkg.type_mappings_tbl_type;

331: , x_msg_data out nocopy VARCHAR2
332: )
333:
334: as
335: ddp_type_mappings_tbl as_multi_currencies_pkg.type_mappings_tbl_type;
336: ddindx binary_integer; indx binary_integer;
337: begin
338:
339: -- copy data to the local IN or IN-OUT args, if any

Line 340: as_multi_currencies_pkg_w.rosetta_table_copy_in_p3(ddp_type_mappings_tbl, p0_a0

336: ddindx binary_integer; indx binary_integer;
337: begin
338:
339: -- copy data to the local IN or IN-OUT args, if any
340: as_multi_currencies_pkg_w.rosetta_table_copy_in_p3(ddp_type_mappings_tbl, p0_a0
341: , p0_a1
342: , p0_a2
343: , p0_a3
344: , p0_a4

Line 358: as_multi_currencies_pkg.delete_type_mappings(ddp_type_mappings_tbl,

354:
355:
356:
357: -- here's the delegated call to the old PL/SQL routine
358: as_multi_currencies_pkg.delete_type_mappings(ddp_type_mappings_tbl,
359: x_return_status,
360: x_msg_count,
361: x_msg_data);
362:

Line 380: ddp_period_rates_tbl as_multi_currencies_pkg.period_rates_tbl_type;

376: , x_msg_data out nocopy VARCHAR2
377: )
378:
379: as
380: ddp_period_rates_tbl as_multi_currencies_pkg.period_rates_tbl_type;
381: ddindx binary_integer; indx binary_integer;
382: begin
383:
384: -- copy data to the local IN or IN-OUT args, if any

Line 385: as_multi_currencies_pkg_w.rosetta_table_copy_in_p7(ddp_period_rates_tbl, p0_a0

381: ddindx binary_integer; indx binary_integer;
382: begin
383:
384: -- copy data to the local IN or IN-OUT args, if any
385: as_multi_currencies_pkg_w.rosetta_table_copy_in_p7(ddp_period_rates_tbl, p0_a0
386: , p0_a1
387: , p0_a2
388: , p0_a3
389: , p0_a4

Line 396: as_multi_currencies_pkg.insert_period_rates(ddp_period_rates_tbl,

392:
393:
394:
395: -- here's the delegated call to the old PL/SQL routine
396: as_multi_currencies_pkg.insert_period_rates(ddp_period_rates_tbl,
397: x_return_status,
398: x_msg_count,
399: x_msg_data);
400:

Line 418: ddp_period_rates_tbl as_multi_currencies_pkg.period_rates_tbl_type;

414: , x_msg_data out nocopy VARCHAR2
415: )
416:
417: as
418: ddp_period_rates_tbl as_multi_currencies_pkg.period_rates_tbl_type;
419: ddindx binary_integer; indx binary_integer;
420: begin
421:
422: -- copy data to the local IN or IN-OUT args, if any

Line 423: as_multi_currencies_pkg_w.rosetta_table_copy_in_p7(ddp_period_rates_tbl, p0_a0

419: ddindx binary_integer; indx binary_integer;
420: begin
421:
422: -- copy data to the local IN or IN-OUT args, if any
423: as_multi_currencies_pkg_w.rosetta_table_copy_in_p7(ddp_period_rates_tbl, p0_a0
424: , p0_a1
425: , p0_a2
426: , p0_a3
427: , p0_a4

Line 434: as_multi_currencies_pkg.update_period_rates(ddp_period_rates_tbl,

430:
431:
432:
433: -- here's the delegated call to the old PL/SQL routine
434: as_multi_currencies_pkg.update_period_rates(ddp_period_rates_tbl,
435: x_return_status,
436: x_msg_count,
437: x_msg_data);
438:

Line 456: ddp_period_rates_tbl as_multi_currencies_pkg.period_rates_tbl_type;

452: , x_msg_data out nocopy VARCHAR2
453: )
454:
455: as
456: ddp_period_rates_tbl as_multi_currencies_pkg.period_rates_tbl_type;
457: ddindx binary_integer; indx binary_integer;
458: begin
459:
460: -- copy data to the local IN or IN-OUT args, if any

Line 461: as_multi_currencies_pkg_w.rosetta_table_copy_in_p7(ddp_period_rates_tbl, p0_a0

457: ddindx binary_integer; indx binary_integer;
458: begin
459:
460: -- copy data to the local IN or IN-OUT args, if any
461: as_multi_currencies_pkg_w.rosetta_table_copy_in_p7(ddp_period_rates_tbl, p0_a0
462: , p0_a1
463: , p0_a2
464: , p0_a3
465: , p0_a4

Line 472: as_multi_currencies_pkg.delete_period_rates(ddp_period_rates_tbl,

468:
469:
470:
471: -- here's the delegated call to the old PL/SQL routine
472: as_multi_currencies_pkg.delete_period_rates(ddp_period_rates_tbl,
473: x_return_status,
474: x_msg_count,
475: x_msg_data);
476:

Line 483: end as_multi_currencies_pkg_w;

479:
480:
481: end;
482:
483: end as_multi_currencies_pkg_w;