DBA Data[Home] [Help]

APPS.AMS_DELIVERABLE_PUB_W dependencies on AMS_DELIVERABLE_PUB

Line 1: package body ams_deliverable_pub_w as

1: package body ams_deliverable_pub_w as
2: /* $Header: amswpdlb.pls 120.0 2005/05/31 15:52:12 appldev noship $ */
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 115: ddp_deliv_rec ams_deliverable_pub.deliv_rec_type;

111: , p7_a81 VARCHAR2 := fnd_api.g_miss_char
112: )
113:
114: as
115: ddp_deliv_rec ams_deliverable_pub.deliv_rec_type;
116: ddindx binary_integer; indx binary_integer;
117: begin
118:
119: -- copy data to the local IN or IN-OUT args, if any

Line 212: ams_deliverable_pub.create_deliverable(p_api_version_number,

208: ddp_deliv_rec.email_content_type := p7_a81;
209:
210:
211: -- here's the delegated call to the old PL/SQL routine
212: ams_deliverable_pub.create_deliverable(p_api_version_number,
213: p_init_msg_list,
214: p_commit,
215: p_validation_level,
216: x_return_status,

Line 325: ddp_deliv_rec ams_deliverable_pub.deliv_rec_type;

321: , p7_a81 VARCHAR2 := fnd_api.g_miss_char
322: )
323:
324: as
325: ddp_deliv_rec ams_deliverable_pub.deliv_rec_type;
326: ddindx binary_integer; indx binary_integer;
327: begin
328:
329: -- copy data to the local IN or IN-OUT args, if any

Line 421: ams_deliverable_pub.update_deliverable(p_api_version_number,

417: ddp_deliv_rec.master_object_type := p7_a80;
418: ddp_deliv_rec.email_content_type := p7_a81;
419:
420: -- here's the delegated call to the old PL/SQL routine
421: ams_deliverable_pub.update_deliverable(p_api_version_number,
422: p_init_msg_list,
423: p_commit,
424: p_validation_level,
425: x_return_status,

Line 440: end ams_deliverable_pub_w;

436:
437:
438: end;
439:
440: end ams_deliverable_pub_w;