DBA Data[Home] [Help]

APPS.PV_ATTRIBUTE_PVT_W dependencies on PV_ATTRIBUTE_PVT

Line 1: package body pv_attribute_pvt_w as

1: package body pv_attribute_pvt_w as
2: /* $Header: pvxwatsb.pls 120.1 2005/06/16 11:29 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 22: procedure rosetta_table_copy_in_p3(t out nocopy pv_attribute_pvt.attribute_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 pv_attribute_pvt.attribute_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 93: procedure rosetta_table_copy_out_p3(t pv_attribute_pvt.attribute_tbl_type, a0 out nocopy JTF_NUMBER_TABLE

89: end loop;
90: end if;
91: end if;
92: end rosetta_table_copy_in_p3;
93: procedure rosetta_table_copy_out_p3(t pv_attribute_pvt.attribute_tbl_type, a0 out nocopy JTF_NUMBER_TABLE
94: , a1 out nocopy JTF_DATE_TABLE
95: , a2 out nocopy JTF_NUMBER_TABLE
96: , a3 out nocopy JTF_DATE_TABLE
97: , a4 out nocopy JTF_NUMBER_TABLE

Line 285: ddp_attribute_rec pv_attribute_pvt.attribute_rec_type;

281: , p7_a26 NUMBER := 0-1962.0724
282: )
283:
284: as
285: ddp_attribute_rec pv_attribute_pvt.attribute_rec_type;
286: ddindx binary_integer; indx binary_integer;
287: begin
288:
289: -- copy data to the local IN or IN-OUT args, if any

Line 327: pv_attribute_pvt.create_attribute(p_api_version_number,

323: ddp_attribute_rec.sequence_number := rosetta_g_miss_num_map(p7_a26);
324:
325:
326: -- here's the delegated call to the old PL/SQL routine
327: pv_attribute_pvt.create_attribute(p_api_version_number,
328: p_init_msg_list,
329: p_commit,
330: p_validation_level,
331: x_return_status,

Line 386: ddp_attribute_rec pv_attribute_pvt.attribute_rec_type;

382: , p7_a26 NUMBER := 0-1962.0724
383: )
384:
385: as
386: ddp_attribute_rec pv_attribute_pvt.attribute_rec_type;
387: ddindx binary_integer; indx binary_integer;
388: begin
389:
390: -- copy data to the local IN or IN-OUT args, if any

Line 428: pv_attribute_pvt.update_attribute(p_api_version_number,

424: ddp_attribute_rec.sequence_number := rosetta_g_miss_num_map(p7_a26);
425:
426:
427: -- here's the delegated call to the old PL/SQL routine
428: pv_attribute_pvt.update_attribute(p_api_version_number,
429: p_init_msg_list,
430: p_commit,
431: p_validation_level,
432: x_return_status,

Line 486: ddp_attribute_rec pv_attribute_pvt.attribute_rec_type;

482: , p4_a26 NUMBER := 0-1962.0724
483: )
484:
485: as
486: ddp_attribute_rec pv_attribute_pvt.attribute_rec_type;
487: ddindx binary_integer; indx binary_integer;
488: begin
489:
490: -- copy data to the local IN or IN-OUT args, if any

Line 527: pv_attribute_pvt.validate_attribute(p_api_version_number,

523:
524:
525:
526: -- here's the delegated call to the old PL/SQL routine
527: pv_attribute_pvt.validate_attribute(p_api_version_number,
528: p_init_msg_list,
529: p_validation_level,
530: p_validation_mode,
531: ddp_attribute_rec,

Line 578: ddp_attribute_rec pv_attribute_pvt.attribute_rec_type;

574: , p0_a26 NUMBER := 0-1962.0724
575: )
576:
577: as
578: ddp_attribute_rec pv_attribute_pvt.attribute_rec_type;
579: ddindx binary_integer; indx binary_integer;
580: begin
581:
582: -- copy data to the local IN or IN-OUT args, if any

Line 614: pv_attribute_pvt.check_attribute_items(ddp_attribute_rec,

610:
611:
612:
613: -- here's the delegated call to the old PL/SQL routine
614: pv_attribute_pvt.check_attribute_items(ddp_attribute_rec,
615: p_validation_mode,
616: x_return_status);
617:
618: -- copy data back from the local variables to OUT or IN-OUT args, if any

Line 659: ddp_attribute_rec pv_attribute_pvt.attribute_rec_type;

655: , p5_a26 NUMBER := 0-1962.0724
656: )
657:
658: as
659: ddp_attribute_rec pv_attribute_pvt.attribute_rec_type;
660: ddindx binary_integer; indx binary_integer;
661: begin
662:
663: -- copy data to the local IN or IN-OUT args, if any

Line 699: pv_attribute_pvt.validate_attribute_rec(p_api_version_number,

695: ddp_attribute_rec.sequence_number := rosetta_g_miss_num_map(p5_a26);
696:
697:
698: -- here's the delegated call to the old PL/SQL routine
699: pv_attribute_pvt.validate_attribute_rec(p_api_version_number,
700: p_init_msg_list,
701: x_return_status,
702: x_msg_count,
703: x_msg_data,

Line 716: end pv_attribute_pvt_w;

712:
713:
714: end;
715:
716: end pv_attribute_pvt_w;