DBA Data[Home] [Help]

APPS.AMS_ACTRESOURCE_PUB_W dependencies on AMS_ACTRESOURCE_PUB

Line 1: package body ams_actresource_pub_w as

1: package body ams_actresource_pub_w as
2: /* $Header: amswrscb.pls 115.8 2002/11/16 01:47:19 dbiswas 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_actresource_pub.act_resource_rec_tbl, a0 JTF_NUMBER_TABLE

18: if d = rosetta_g_mistake_date then return fnd_api.g_miss_date; end if;
19: return d;
20: end;
21:
22: procedure rosetta_table_copy_in_p3(t OUT NOCOPY ams_actresource_pub.act_resource_rec_tbl, 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 105: procedure rosetta_table_copy_out_p3(t ams_actresource_pub.act_resource_rec_tbl, a0 OUT NOCOPY JTF_NUMBER_TABLE

101: end loop;
102: end if;
103: end if;
104: end rosetta_table_copy_in_p3;
105: procedure rosetta_table_copy_out_p3(t ams_actresource_pub.act_resource_rec_tbl, a0 OUT NOCOPY JTF_NUMBER_TABLE
106: , a1 OUT NOCOPY JTF_DATE_TABLE
107: , a2 OUT NOCOPY JTF_NUMBER_TABLE
108: , a3 OUT NOCOPY JTF_DATE_TABLE
109: , a4 OUT NOCOPY JTF_NUMBER_TABLE

Line 332: ddp_act_resource_rec ams_actresource_pub.act_resource_rec_type;

328: , p7_a31 VARCHAR2 := fnd_api.g_miss_char
329: , p7_a32 VARCHAR2 := fnd_api.g_miss_char
330: )
331: as
332: ddp_act_resource_rec ams_actresource_pub.act_resource_rec_type;
333: ddindx binary_integer; indx binary_integer;
334: begin
335:
336: -- copy data to the local IN or IN-OUT args, if any

Line 380: ams_actresource_pub.create_act_resource(p_api_version,

376: ddp_act_resource_rec.attribute15 := p7_a32;
377:
378:
379: -- here's the delegated call to the old PL/SQL routine
380: ams_actresource_pub.create_act_resource(p_api_version,
381: p_init_msg_list,
382: p_commit,
383: p_validation_level,
384: x_return_status,

Line 443: ddp_act_resource_rec ams_actresource_pub.act_resource_rec_type;

439: , p7_a31 VARCHAR2 := fnd_api.g_miss_char
440: , p7_a32 VARCHAR2 := fnd_api.g_miss_char
441: )
442: as
443: ddp_act_resource_rec ams_actresource_pub.act_resource_rec_type;
444: ddindx binary_integer; indx binary_integer;
445: begin
446:
447: -- copy data to the local IN or IN-OUT args, if any

Line 490: ams_actresource_pub.update_act_resource(p_api_version,

486: ddp_act_resource_rec.attribute14 := p7_a31;
487: ddp_act_resource_rec.attribute15 := p7_a32;
488:
489: -- here's the delegated call to the old PL/SQL routine
490: ams_actresource_pub.update_act_resource(p_api_version,
491: p_init_msg_list,
492: p_commit,
493: p_validation_level,
494: x_return_status,

Line 550: ddp_act_resource_rec ams_actresource_pub.act_resource_rec_type;

546: , p6_a31 VARCHAR2 := fnd_api.g_miss_char
547: , p6_a32 VARCHAR2 := fnd_api.g_miss_char
548: )
549: as
550: ddp_act_resource_rec ams_actresource_pub.act_resource_rec_type;
551: ddindx binary_integer; indx binary_integer;
552: begin
553:
554: -- copy data to the local IN or IN-OUT args, if any

Line 596: ams_actresource_pub.validate_act_resource(p_api_version,

592: ddp_act_resource_rec.attribute14 := p6_a31;
593: ddp_act_resource_rec.attribute15 := p6_a32;
594:
595: -- here's the delegated call to the old PL/SQL routine
596: ams_actresource_pub.validate_act_resource(p_api_version,
597: p_init_msg_list,
598: p_validation_level,
599: x_return_status,
600: x_msg_count,

Line 613: end ams_actresource_pub_w;

609:
610:
611: end;
612:
613: end ams_actresource_pub_w;