DBA Data[Home] [Help]

APPS.AMS_ASSOCIATIONS_PVT_W dependencies on AMS_ASSOCIATIONS_PVT

Line 1: package body ams_associations_pvt_w as

1: package body ams_associations_pvt_w as
2: /* $Header: amswassb.pls 120.1 2005/06/15 11:44 appldev $ */
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 72: ddp_association_rec ams_associations_pvt.association_rec_type;

68: , p7_a38 NUMBER := 0-1962.0724
69: )
70:
71: as
72: ddp_association_rec ams_associations_pvt.association_rec_type;
73: ddindx binary_integer; indx binary_integer;
74: begin
75:
76: -- copy data to the local IN or IN-OUT args, if any

Line 126: ams_associations_pvt.create_association(p_api_version,

122: ddp_association_rec.sequence_no := rosetta_g_miss_num_map(p7_a38);
123:
124:
125: -- here's the delegated call to the old PL/SQL routine
126: ams_associations_pvt.create_association(p_api_version,
127: p_init_msg_list,
128: p_commit,
129: p_validation_level,
130: x_return_status,

Line 196: ddp_association_rec ams_associations_pvt.association_rec_type;

192: , p7_a38 NUMBER := 0-1962.0724
193: )
194:
195: as
196: ddp_association_rec ams_associations_pvt.association_rec_type;
197: ddindx binary_integer; indx binary_integer;
198: begin
199:
200: -- copy data to the local IN or IN-OUT args, if any

Line 249: ams_associations_pvt.update_association(p_api_version,

245: ddp_association_rec.content_type := p7_a37;
246: ddp_association_rec.sequence_no := rosetta_g_miss_num_map(p7_a38);
247:
248: -- here's the delegated call to the old PL/SQL routine
249: ams_associations_pvt.update_association(p_api_version,
250: p_init_msg_list,
251: p_commit,
252: p_validation_level,
253: x_return_status,

Line 316: ddp_association_rec ams_associations_pvt.association_rec_type;

312: , p6_a38 NUMBER := 0-1962.0724
313: )
314:
315: as
316: ddp_association_rec ams_associations_pvt.association_rec_type;
317: ddindx binary_integer; indx binary_integer;
318: begin
319:
320: -- copy data to the local IN or IN-OUT args, if any

Line 368: ams_associations_pvt.validate_association(p_api_version,

364: ddp_association_rec.content_type := p6_a37;
365: ddp_association_rec.sequence_no := rosetta_g_miss_num_map(p6_a38);
366:
367: -- here's the delegated call to the old PL/SQL routine
368: ams_associations_pvt.validate_association(p_api_version,
369: p_init_msg_list,
370: p_validation_level,
371: x_return_status,
372: x_msg_count,

Line 429: ddp_association_rec ams_associations_pvt.association_rec_type;

425: , p0_a38 NUMBER := 0-1962.0724
426: )
427:
428: as
429: ddp_association_rec ams_associations_pvt.association_rec_type;
430: ddindx binary_integer; indx binary_integer;
431: begin
432:
433: -- copy data to the local IN or IN-OUT args, if any

Line 477: ams_associations_pvt.check_association_items(ddp_association_rec,

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

Line 529: ddp_association_rec ams_associations_pvt.association_rec_type;

525: , p0_a38 NUMBER := 0-1962.0724
526: )
527:
528: as
529: ddp_association_rec ams_associations_pvt.association_rec_type;
530: ddindx binary_integer; indx binary_integer;
531: begin
532:
533: -- copy data to the local IN or IN-OUT args, if any

Line 576: ams_associations_pvt.check_association_record(ddp_association_rec,

572: ddp_association_rec.sequence_no := rosetta_g_miss_num_map(p0_a38);
573:
574:
575: -- here's the delegated call to the old PL/SQL routine
576: ams_associations_pvt.check_association_record(ddp_association_rec,
577: x_return_status);
578:
579: -- copy data back from the local variables to OUT or IN-OUT args, if any
580:

Line 664: ddp_association_rec ams_associations_pvt.association_rec_type;

660: , p0_a38 NUMBER := 0-1962.0724
661: )
662:
663: as
664: ddp_association_rec ams_associations_pvt.association_rec_type;
665: ddx_complete_rec ams_associations_pvt.association_rec_type;
666: ddindx binary_integer; indx binary_integer;
667: begin
668:

Line 665: ddx_complete_rec ams_associations_pvt.association_rec_type;

661: )
662:
663: as
664: ddp_association_rec ams_associations_pvt.association_rec_type;
665: ddx_complete_rec ams_associations_pvt.association_rec_type;
666: ddindx binary_integer; indx binary_integer;
667: begin
668:
669: -- copy data to the local IN or IN-OUT args, if any

Line 712: ams_associations_pvt.complete_association_rec(ddp_association_rec,

708: ddp_association_rec.sequence_no := rosetta_g_miss_num_map(p0_a38);
709:
710:
711: -- here's the delegated call to the old PL/SQL routine
712: ams_associations_pvt.complete_association_rec(ddp_association_rec,
713: ddx_complete_rec);
714:
715: -- copy data back from the local variables to OUT or IN-OUT args, if any
716:

Line 800: ddx_association_rec ams_associations_pvt.association_rec_type;

796: , p0_a38 out nocopy NUMBER
797: )
798:
799: as
800: ddx_association_rec ams_associations_pvt.association_rec_type;
801: ddindx binary_integer; indx binary_integer;
802: begin
803:
804: -- copy data to the local IN or IN-OUT args, if any

Line 807: ams_associations_pvt.init_association_rec(ddx_association_rec);

803:
804: -- copy data to the local IN or IN-OUT args, if any
805:
806: -- here's the delegated call to the old PL/SQL routine
807: ams_associations_pvt.init_association_rec(ddx_association_rec);
808:
809: -- copy data back from the local variables to OUT or IN-OUT args, if any
810: p0_a0 := rosetta_g_miss_num_map(ddx_association_rec.object_association_id);
811: p0_a1 := ddx_association_rec.last_update_date;

Line 851: end ams_associations_pvt_w;

847: p0_a37 := ddx_association_rec.content_type;
848: p0_a38 := rosetta_g_miss_num_map(ddx_association_rec.sequence_no);
849: end;
850:
851: end ams_associations_pvt_w;