DBA Data[Home] [Help]

APPS.AMS_PS_POSTING_PVT_W dependencies on AMS_PS_POSTING_PVT

Line 1: package body ams_ps_posting_pvt_w as

1: package body ams_ps_posting_pvt_w as
2: /* $Header: amswpstb.pls 115.5 2002/12/19 04:17:09 ryedator 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 ams_ps_posting_pvt.ps_posting_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_ps_posting_pvt.ps_posting_tbl_type, a0 JTF_NUMBER_TABLE
23: , a1 JTF_DATE_TABLE
24: , a2 JTF_NUMBER_TABLE
25: , a3 JTF_DATE_TABLE
26: , a4 JTF_NUMBER_TABLE

Line 101: procedure rosetta_table_copy_out_p3(t ams_ps_posting_pvt.ps_posting_tbl_type, a0 out nocopy JTF_NUMBER_TABLE

97: end loop;
98: end if;
99: end if;
100: end rosetta_table_copy_in_p3;
101: procedure rosetta_table_copy_out_p3(t ams_ps_posting_pvt.ps_posting_tbl_type, a0 out nocopy JTF_NUMBER_TABLE
102: , a1 out nocopy JTF_DATE_TABLE
103: , a2 out nocopy JTF_NUMBER_TABLE
104: , a3 out nocopy JTF_DATE_TABLE
105: , a4 out nocopy JTF_NUMBER_TABLE

Line 317: ddp_ps_posting_rec ams_ps_posting_pvt.ps_posting_rec_type;

313: , p7_a30 VARCHAR2 := fnd_api.g_miss_char
314: )
315:
316: as
317: ddp_ps_posting_rec ams_ps_posting_pvt.ps_posting_rec_type;
318: ddindx binary_integer; indx binary_integer;
319: begin
320:
321: -- copy data to the local IN or IN-OUT args, if any

Line 363: ams_ps_posting_pvt.create_ps_posting(p_api_version_number,

359: ddp_ps_posting_rec.attribute15 := p7_a30;
360:
361:
362: -- here's the delegated call to the old PL/SQL routine
363: ams_ps_posting_pvt.create_ps_posting(p_api_version_number,
364: p_init_msg_list,
365: p_commit,
366: p_validation_level,
367: x_return_status,

Line 426: ddp_ps_posting_rec ams_ps_posting_pvt.ps_posting_rec_type;

422: , p7_a30 VARCHAR2 := fnd_api.g_miss_char
423: )
424:
425: as
426: ddp_ps_posting_rec ams_ps_posting_pvt.ps_posting_rec_type;
427: ddindx binary_integer; indx binary_integer;
428: begin
429:
430: -- copy data to the local IN or IN-OUT args, if any

Line 472: ams_ps_posting_pvt.update_ps_posting(p_api_version_number,

468: ddp_ps_posting_rec.attribute15 := p7_a30;
469:
470:
471: -- here's the delegated call to the old PL/SQL routine
472: ams_ps_posting_pvt.update_ps_posting(p_api_version_number,
473: p_init_msg_list,
474: p_commit,
475: p_validation_level,
476: x_return_status,

Line 533: ddp_ps_posting_rec ams_ps_posting_pvt.ps_posting_rec_type;

529: , p3_a30 VARCHAR2 := fnd_api.g_miss_char
530: )
531:
532: as
533: ddp_ps_posting_rec ams_ps_posting_pvt.ps_posting_rec_type;
534: ddindx binary_integer; indx binary_integer;
535: begin
536:
537: -- copy data to the local IN or IN-OUT args, if any

Line 577: ams_ps_posting_pvt.validate_ps_posting(p_api_version_number,

573:
574:
575:
576: -- here's the delegated call to the old PL/SQL routine
577: ams_ps_posting_pvt.validate_ps_posting(p_api_version_number,
578: p_init_msg_list,
579: p_validation_level,
580: ddp_ps_posting_rec,
581: x_return_status,

Line 630: ddp_ps_posting_rec ams_ps_posting_pvt.ps_posting_rec_type;

626: , p0_a30 VARCHAR2 := fnd_api.g_miss_char
627: )
628:
629: as
630: ddp_ps_posting_rec ams_ps_posting_pvt.ps_posting_rec_type;
631: ddindx binary_integer; indx binary_integer;
632: begin
633:
634: -- copy data to the local IN or IN-OUT args, if any

Line 670: ams_ps_posting_pvt.check_ps_posting_items(ddp_ps_posting_rec,

666:
667:
668:
669: -- here's the delegated call to the old PL/SQL routine
670: ams_ps_posting_pvt.check_ps_posting_items(ddp_ps_posting_rec,
671: p_validation_mode,
672: x_return_status);
673:
674: -- copy data back from the local variables to OUT or IN-OUT args, if any

Line 715: ddp_ps_posting_rec ams_ps_posting_pvt.ps_posting_rec_type;

711: , p1_a30 VARCHAR2 := fnd_api.g_miss_char
712: )
713:
714: as
715: ddp_ps_posting_rec ams_ps_posting_pvt.ps_posting_rec_type;
716: ddindx binary_integer; indx binary_integer;
717: begin
718:
719: -- copy data to the local IN or IN-OUT args, if any

Line 755: ams_ps_posting_pvt.check_ps_posting_req_items(p_validation_mode,

751: ddp_ps_posting_rec.attribute15 := p1_a30;
752:
753:
754: -- here's the delegated call to the old PL/SQL routine
755: ams_ps_posting_pvt.check_ps_posting_req_items(p_validation_mode,
756: ddp_ps_posting_rec,
757: x_return_status);
758:
759: -- copy data back from the local variables to OUT or IN-OUT args, if any

Line 799: ddp_ps_posting_rec ams_ps_posting_pvt.ps_posting_rec_type;

795: , p0_a30 VARCHAR2 := fnd_api.g_miss_char
796: )
797:
798: as
799: ddp_ps_posting_rec ams_ps_posting_pvt.ps_posting_rec_type;
800: ddindx binary_integer; indx binary_integer;
801: begin
802:
803: -- copy data to the local IN or IN-OUT args, if any

Line 838: ams_ps_posting_pvt.check_ps_posting_fk_items(ddp_ps_posting_rec,

834: ddp_ps_posting_rec.attribute15 := p0_a30;
835:
836:
837: -- here's the delegated call to the old PL/SQL routine
838: ams_ps_posting_pvt.check_ps_posting_fk_items(ddp_ps_posting_rec,
839: x_return_status);
840:
841: -- copy data back from the local variables to OUT or IN-OUT args, if any
842:

Line 884: ddp_ps_posting_rec ams_ps_posting_pvt.ps_posting_rec_type;

880: , p5_a30 VARCHAR2 := fnd_api.g_miss_char
881: )
882:
883: as
884: ddp_ps_posting_rec ams_ps_posting_pvt.ps_posting_rec_type;
885: ddindx binary_integer; indx binary_integer;
886: begin
887:
888: -- copy data to the local IN or IN-OUT args, if any

Line 927: ams_ps_posting_pvt.validate_ps_posting_rec(p_api_version_number,

923: ddp_ps_posting_rec.attribute14 := p5_a29;
924: ddp_ps_posting_rec.attribute15 := p5_a30;
925:
926: -- here's the delegated call to the old PL/SQL routine
927: ams_ps_posting_pvt.validate_ps_posting_rec(p_api_version_number,
928: p_init_msg_list,
929: x_return_status,
930: x_msg_count,
931: x_msg_data,

Line 942: end ams_ps_posting_pvt_w;

938:
939:
940: end;
941:
942: end ams_ps_posting_pvt_w;