DBA Data[Home] [Help]

APPS.PVX_LEAD_PSS_LINES_PVT_W dependencies on PVX_LEAD_PSS_LINES_PVT

Line 1: package body pvx_lead_pss_lines_pvt_w as

1: package body pvx_lead_pss_lines_pvt_w as
2: /* $Header: pvxwpssb.pls 115.9 2002/11/20 02:05:23 pklin 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 67: ddp_lead_pss_lines_rec pvx_lead_pss_lines_pvt.lead_pss_lines_rec_type;

63: , p7_a33 NUMBER := 0-1962.0724
64: , p7_a34 NUMBER := 0-1962.0724
65: )
66: as
67: ddp_lead_pss_lines_rec pvx_lead_pss_lines_pvt.lead_pss_lines_rec_type;
68: ddindx binary_integer; indx binary_integer;
69: begin
70:
71: -- copy data to the local IN or IN-OUT args, if any

Line 117: pvx_lead_pss_lines_pvt.create_lead_pss_line(p_api_version_number,

113: ddp_lead_pss_lines_rec.partner_id := rosetta_g_miss_num_map(p7_a34);
114:
115:
116: -- here's the delegated call to the old PL/SQL routine
117: pvx_lead_pss_lines_pvt.create_lead_pss_line(p_api_version_number,
118: p_init_msg_list,
119: p_commit,
120: p_validation_level,
121: x_return_status,

Line 182: ddp_lead_pss_lines_rec pvx_lead_pss_lines_pvt.lead_pss_lines_rec_type;

178: , p7_a33 NUMBER := 0-1962.0724
179: , p7_a34 NUMBER := 0-1962.0724
180: )
181: as
182: ddp_lead_pss_lines_rec pvx_lead_pss_lines_pvt.lead_pss_lines_rec_type;
183: ddindx binary_integer; indx binary_integer;
184: begin
185:
186: -- copy data to the local IN or IN-OUT args, if any

Line 231: pvx_lead_pss_lines_pvt.update_lead_pss_line(p_api_version_number,

227: ddp_lead_pss_lines_rec.object_id := rosetta_g_miss_num_map(p7_a33);
228: ddp_lead_pss_lines_rec.partner_id := rosetta_g_miss_num_map(p7_a34);
229:
230: -- here's the delegated call to the old PL/SQL routine
231: pvx_lead_pss_lines_pvt.update_lead_pss_line(p_api_version_number,
232: p_init_msg_list,
233: p_commit,
234: p_validation_level,
235: x_return_status,

Line 293: ddp_lead_pss_lines_rec pvx_lead_pss_lines_pvt.lead_pss_lines_rec_type;

289: , p6_a33 NUMBER := 0-1962.0724
290: , p6_a34 NUMBER := 0-1962.0724
291: )
292: as
293: ddp_lead_pss_lines_rec pvx_lead_pss_lines_pvt.lead_pss_lines_rec_type;
294: ddindx binary_integer; indx binary_integer;
295: begin
296:
297: -- copy data to the local IN or IN-OUT args, if any

Line 341: pvx_lead_pss_lines_pvt.validate_lead_pss_line(p_api_version_number,

337: ddp_lead_pss_lines_rec.object_id := rosetta_g_miss_num_map(p6_a33);
338: ddp_lead_pss_lines_rec.partner_id := rosetta_g_miss_num_map(p6_a34);
339:
340: -- here's the delegated call to the old PL/SQL routine
341: pvx_lead_pss_lines_pvt.validate_lead_pss_line(p_api_version_number,
342: p_init_msg_list,
343: p_validation_level,
344: x_return_status,
345: x_msg_count,

Line 397: ddp_lead_pss_lines_rec pvx_lead_pss_lines_pvt.lead_pss_lines_rec_type;

393: , p2_a33 NUMBER := 0-1962.0724
394: , p2_a34 NUMBER := 0-1962.0724
395: )
396: as
397: ddp_lead_pss_lines_rec pvx_lead_pss_lines_pvt.lead_pss_lines_rec_type;
398: ddindx binary_integer; indx binary_integer;
399: begin
400:
401: -- copy data to the local IN or IN-OUT args, if any

Line 441: pvx_lead_pss_lines_pvt.check_lead_pss_line_items(p_validation_mode,

437: ddp_lead_pss_lines_rec.object_id := rosetta_g_miss_num_map(p2_a33);
438: ddp_lead_pss_lines_rec.partner_id := rosetta_g_miss_num_map(p2_a34);
439:
440: -- here's the delegated call to the old PL/SQL routine
441: pvx_lead_pss_lines_pvt.check_lead_pss_line_items(p_validation_mode,
442: x_return_status,
443: ddp_lead_pss_lines_rec);
444:
445: -- copy data back from the local OUT or IN-OUT args, if any

Line 524: ddp_lead_pss_lines_rec pvx_lead_pss_lines_pvt.lead_pss_lines_rec_type;

520: , p1_a33 NUMBER := 0-1962.0724
521: , p1_a34 NUMBER := 0-1962.0724
522: )
523: as
524: ddp_lead_pss_lines_rec pvx_lead_pss_lines_pvt.lead_pss_lines_rec_type;
525: ddp_complete_rec pvx_lead_pss_lines_pvt.lead_pss_lines_rec_type;
526: ddindx binary_integer; indx binary_integer;
527: begin
528:

Line 525: ddp_complete_rec pvx_lead_pss_lines_pvt.lead_pss_lines_rec_type;

521: , p1_a34 NUMBER := 0-1962.0724
522: )
523: as
524: ddp_lead_pss_lines_rec pvx_lead_pss_lines_pvt.lead_pss_lines_rec_type;
525: ddp_complete_rec pvx_lead_pss_lines_pvt.lead_pss_lines_rec_type;
526: ddindx binary_integer; indx binary_integer;
527: begin
528:
529: -- copy data to the local IN or IN-OUT args, if any

Line 605: pvx_lead_pss_lines_pvt.check_lead_pss_line_record(ddp_lead_pss_lines_rec,

601:
602:
603:
604: -- here's the delegated call to the old PL/SQL routine
605: pvx_lead_pss_lines_pvt.check_lead_pss_line_record(ddp_lead_pss_lines_rec,
606: ddp_complete_rec,
607: p_mode,
608: x_return_status);
609:

Line 653: ddx_lead_pss_lines_rec pvx_lead_pss_lines_pvt.lead_pss_lines_rec_type;

649: , p0_a33 out nocopy NUMBER
650: , p0_a34 out nocopy NUMBER
651: )
652: as
653: ddx_lead_pss_lines_rec pvx_lead_pss_lines_pvt.lead_pss_lines_rec_type;
654: ddindx binary_integer; indx binary_integer;
655: begin
656:
657: -- copy data to the local IN or IN-OUT args, if any

Line 660: pvx_lead_pss_lines_pvt.init_lead_pss_line_rec(ddx_lead_pss_lines_rec);

656:
657: -- copy data to the local IN or IN-OUT args, if any
658:
659: -- here's the delegated call to the old PL/SQL routine
660: pvx_lead_pss_lines_pvt.init_lead_pss_line_rec(ddx_lead_pss_lines_rec);
661:
662: -- copy data back from the local OUT or IN-OUT args, if any
663: p0_a0 := rosetta_g_miss_num_map(ddx_lead_pss_lines_rec.lead_pss_line_id);
664: p0_a1 := ddx_lead_pss_lines_rec.last_update_date;

Line 772: ddp_lead_pss_lines_rec pvx_lead_pss_lines_pvt.lead_pss_lines_rec_type;

768: , p0_a33 NUMBER := 0-1962.0724
769: , p0_a34 NUMBER := 0-1962.0724
770: )
771: as
772: ddp_lead_pss_lines_rec pvx_lead_pss_lines_pvt.lead_pss_lines_rec_type;
773: ddx_complete_rec pvx_lead_pss_lines_pvt.lead_pss_lines_rec_type;
774: ddindx binary_integer; indx binary_integer;
775: begin
776:

Line 773: ddx_complete_rec pvx_lead_pss_lines_pvt.lead_pss_lines_rec_type;

769: , p0_a34 NUMBER := 0-1962.0724
770: )
771: as
772: ddp_lead_pss_lines_rec pvx_lead_pss_lines_pvt.lead_pss_lines_rec_type;
773: ddx_complete_rec pvx_lead_pss_lines_pvt.lead_pss_lines_rec_type;
774: ddindx binary_integer; indx binary_integer;
775: begin
776:
777: -- copy data to the local IN or IN-OUT args, if any

Line 816: pvx_lead_pss_lines_pvt.complete_lead_pss_line_rec(ddp_lead_pss_lines_rec,

812: ddp_lead_pss_lines_rec.partner_id := rosetta_g_miss_num_map(p0_a34);
813:
814:
815: -- here's the delegated call to the old PL/SQL routine
816: pvx_lead_pss_lines_pvt.complete_lead_pss_line_rec(ddp_lead_pss_lines_rec,
817: ddx_complete_rec);
818:
819: -- copy data back from the local OUT or IN-OUT args, if any
820:

Line 858: end pvx_lead_pss_lines_pvt_w;

854: p1_a33 := rosetta_g_miss_num_map(ddx_complete_rec.object_id);
855: p1_a34 := rosetta_g_miss_num_map(ddx_complete_rec.partner_id);
856: end;
857:
858: end pvx_lead_pss_lines_pvt_w;