DBA Data[Home] [Help]

APPS.AMS_CT_RULE_PVT_W dependencies on AMS_CT_RULE_PVT

Line 1: package body ams_ct_rule_pvt_w as

1: package body ams_ct_rule_pvt_w as
2: /* $Header: amswctrb.pls 120.2 2006/05/30 11:11:11 prageorg 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_p3(t out nocopy ams_ct_rule_pvt.ct_rule_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_p3(t out nocopy ams_ct_rule_pvt.ct_rule_tbl_type, a0 JTF_NUMBER_TABLE
23: , a1 JTF_NUMBER_TABLE
24: , a2 JTF_DATE_TABLE
25: , a3 JTF_NUMBER_TABLE
26: , a4 JTF_DATE_TABLE

Line 75: procedure rosetta_table_copy_out_p3(t ams_ct_rule_pvt.ct_rule_tbl_type, a0 out nocopy JTF_NUMBER_TABLE

71: end loop;
72: end if;
73: end if;
74: end rosetta_table_copy_in_p3;
75: procedure rosetta_table_copy_out_p3(t ams_ct_rule_pvt.ct_rule_tbl_type, a0 out nocopy JTF_NUMBER_TABLE
76: , a1 out nocopy JTF_NUMBER_TABLE
77: , a2 out nocopy JTF_DATE_TABLE
78: , a3 out nocopy JTF_NUMBER_TABLE
79: , a4 out nocopy JTF_DATE_TABLE

Line 213: ddp_ct_rule_rec ams_ct_rule_pvt.ct_rule_rec_type;

209: , p7_a17 VARCHAR2 := fnd_api.g_miss_char
210: )
211:
212: as
213: ddp_ct_rule_rec ams_ct_rule_pvt.ct_rule_rec_type;
214: ddindx binary_integer; indx binary_integer;
215: begin
216:
217: -- copy data to the local IN or IN-OUT args, if any

Line 246: ams_ct_rule_pvt.create_ct_rule(p_api_version_number,

242: ddp_ct_rule_rec.delivery_mode := p7_a17;
243:
244:
245: -- here's the delegated call to the old PL/SQL routine
246: ams_ct_rule_pvt.create_ct_rule(p_api_version_number,
247: p_init_msg_list,
248: p_commit,
249: p_validation_level,
250: x_return_status,

Line 296: ddp_ct_rule_rec ams_ct_rule_pvt.ct_rule_rec_type;

292: , p7_a17 VARCHAR2 := fnd_api.g_miss_char
293: )
294:
295: as
296: ddp_ct_rule_rec ams_ct_rule_pvt.ct_rule_rec_type;
297: ddindx binary_integer; indx binary_integer;
298: begin
299:
300: -- copy data to the local IN or IN-OUT args, if any

Line 329: ams_ct_rule_pvt.update_ct_rule(p_api_version_number,

325: ddp_ct_rule_rec.delivery_mode := p7_a17;
326:
327:
328: -- here's the delegated call to the old PL/SQL routine
329: ams_ct_rule_pvt.update_ct_rule(p_api_version_number,
330: p_init_msg_list,
331: p_commit,
332: p_validation_level,
333: x_return_status,

Line 378: ddp_ct_rule_rec ams_ct_rule_pvt.ct_rule_rec_type;

374: , p3_a17 VARCHAR2 := fnd_api.g_miss_char
375: )
376:
377: as
378: ddp_ct_rule_rec ams_ct_rule_pvt.ct_rule_rec_type;
379: ddindx binary_integer; indx binary_integer;
380: begin
381:
382: -- copy data to the local IN or IN-OUT args, if any

Line 410: ams_ct_rule_pvt.validate_ct_rule(p_api_version_number,

406:
407:
408:
409: -- here's the delegated call to the old PL/SQL routine
410: ams_ct_rule_pvt.validate_ct_rule(p_api_version_number,
411: p_init_msg_list,
412: p_validation_level,
413: ddp_ct_rule_rec,
414: p_validation_mode,

Line 452: ddp_ct_rule_rec ams_ct_rule_pvt.ct_rule_rec_type;

448: , p0_a17 VARCHAR2 := fnd_api.g_miss_char
449: )
450:
451: as
452: ddp_ct_rule_rec ams_ct_rule_pvt.ct_rule_rec_type;
453: ddindx binary_integer; indx binary_integer;
454: begin
455:
456: -- copy data to the local IN or IN-OUT args, if any

Line 479: ams_ct_rule_pvt.check_ct_rule_items(ddp_ct_rule_rec,

475:
476:
477:
478: -- here's the delegated call to the old PL/SQL routine
479: ams_ct_rule_pvt.check_ct_rule_items(ddp_ct_rule_rec,
480: p_validation_mode,
481: x_return_status);
482:
483: -- copy data back from the local variables to OUT or IN-OUT args, if any

Line 514: ddp_ct_rule_rec ams_ct_rule_pvt.ct_rule_rec_type;

510: , p5_a17 VARCHAR2 := fnd_api.g_miss_char
511: )
512:
513: as
514: ddp_ct_rule_rec ams_ct_rule_pvt.ct_rule_rec_type;
515: ddindx binary_integer; indx binary_integer;
516: begin
517:
518: -- copy data to the local IN or IN-OUT args, if any

Line 544: ams_ct_rule_pvt.validate_ct_rule_rec(p_api_version_number,

540: ddp_ct_rule_rec.sender_display_name := p5_a16;
541: ddp_ct_rule_rec.delivery_mode := p5_a17;
542:
543: -- here's the delegated call to the old PL/SQL routine
544: ams_ct_rule_pvt.validate_ct_rule_rec(p_api_version_number,
545: p_init_msg_list,
546: x_return_status,
547: x_msg_count,
548: x_msg_data,

Line 559: end ams_ct_rule_pvt_w;

555:
556:
557: end;
558:
559: end ams_ct_rule_pvt_w;