DBA Data[Home] [Help]

APPS.AMS_COPYACTIVITIES_PVT_W dependencies on AMS_COPYACTIVITIES_PVT

Line 1: package body ams_copyactivities_pvt_w as

1: package body ams_copyactivities_pvt_w as
2: /* $Header: amsacpab.pls 120.0 2005/08/10 00:02:13 appldev noship $ */
3: procedure copy_campaign(p_api_version NUMBER
4: , p_init_msg_list VARCHAR2
5: , x_return_status out nocopy VARCHAR2

Line 31: ddp_camp_elements_rec ams_copyactivities_pvt.camp_elements_rec_type;

27: , p_start_date DATE
28: )
29:
30: as
31: ddp_camp_elements_rec ams_copyactivities_pvt.camp_elements_rec_type;
32: ddindx binary_integer; indx binary_integer;
33: begin
34:
35: -- copy data to the local IN or IN-OUT args, if any

Line 63: ams_copyactivities_pvt.copy_campaign(p_api_version,

59:
60:
61:
62: -- here's the delegated call to the old PL/SQL routine
63: ams_copyactivities_pvt.copy_campaign(p_api_version,
64: p_init_msg_list,
65: x_return_status,
66: x_msg_count,
67: x_msg_data,

Line 121: ddp_camp_elements_rec ams_copyactivities_pvt.camp_elements_rec_type;

117: , x_transaction_id out nocopy NUMBER
118: )
119:
120: as
121: ddp_camp_elements_rec ams_copyactivities_pvt.camp_elements_rec_type;
122: ddindx binary_integer; indx binary_integer;
123: begin
124:
125: -- copy data to the local IN or IN-OUT args, if any

Line 154: ams_copyactivities_pvt.copy_campaign(p_api_version,

150:
151:
152:
153: -- here's the delegated call to the old PL/SQL routine
154: ams_copyactivities_pvt.copy_campaign(p_api_version,
155: p_init_msg_list,
156: x_return_status,
157: x_msg_count,
158: x_msg_data,

Line 210: ddp_eveh_elements_rec ams_copyactivities_pvt.eveh_elements_rec_type;

206: , p_source_code VARCHAR2
207: )
208:
209: as
210: ddp_eveh_elements_rec ams_copyactivities_pvt.eveh_elements_rec_type;
211: ddindx binary_integer; indx binary_integer;
212: begin
213:
214: -- copy data to the local IN or IN-OUT args, if any

Line 239: ams_copyactivities_pvt.copy_event_header(p_api_version,

235:
236:
237:
238: -- here's the delegated call to the old PL/SQL routine
239: ams_copyactivities_pvt.copy_event_header(p_api_version,
240: p_init_msg_list,
241: x_return_status,
242: x_msg_count,
243: x_msg_data,

Line 293: ddp_eveo_elements_rec ams_copyactivities_pvt.eveo_elements_rec_type;

289: , p_source_code VARCHAR2
290: )
291:
292: as
293: ddp_eveo_elements_rec ams_copyactivities_pvt.eveo_elements_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 322: ams_copyactivities_pvt.copy_event_offer(p_api_version,

318:
319:
320:
321: -- here's the delegated call to the old PL/SQL routine
322: ams_copyactivities_pvt.copy_event_offer(p_api_version,
323: p_init_msg_list,
324: x_return_status,
325: x_msg_count,
326: x_msg_data,

Line 375: ddp_deli_elements_rec ams_copyactivities_pvt.deli_elements_rec_type;

371: , p_new_version VARCHAR2
372: )
373:
374: as
375: ddp_deli_elements_rec ams_copyactivities_pvt.deli_elements_rec_type;
376: ddindx binary_integer; indx binary_integer;
377: begin
378:
379: -- copy data to the local IN or IN-OUT args, if any

Line 401: ams_copyactivities_pvt.copy_deliverables(p_api_version,

397: ddp_deli_elements_rec.p_categories := p9_a8;
398:
399:
400: -- here's the delegated call to the old PL/SQL routine
401: ams_copyactivities_pvt.copy_deliverables(p_api_version,
402: p_init_msg_list,
403: x_return_status,
404: x_msg_count,
405: x_msg_data,

Line 452: ddp_eveh_elements_rec ams_copyactivities_pvt.eveh_elements_rec_type;

448: , p_source_code VARCHAR2
449: )
450:
451: as
452: ddp_eveh_elements_rec ams_copyactivities_pvt.eveh_elements_rec_type;
453: ddindx binary_integer; indx binary_integer;
454: begin
455:
456: -- copy data to the local IN or IN-OUT args, if any

Line 482: ams_copyactivities_pvt.copy_event_header(p_api_version,

478:
479:
480:
481: -- here's the delegated call to the old PL/SQL routine
482: ams_copyactivities_pvt.copy_event_header(p_api_version,
483: p_init_msg_list,
484: x_return_status,
485: x_msg_count,
486: x_msg_data,

Line 539: ddp_eveo_elements_rec ams_copyactivities_pvt.eveo_elements_rec_type;

535: , p_source_code VARCHAR2
536: )
537:
538: as
539: ddp_eveo_elements_rec ams_copyactivities_pvt.eveo_elements_rec_type;
540: ddindx binary_integer; indx binary_integer;
541: begin
542:
543: -- copy data to the local IN or IN-OUT args, if any

Line 569: ams_copyactivities_pvt.copy_event_offer(p_api_version,

565:
566:
567:
568: -- here's the delegated call to the old PL/SQL routine
569: ams_copyactivities_pvt.copy_event_offer(p_api_version,
570: p_init_msg_list,
571: x_return_status,
572: x_msg_count,
573: x_msg_data,

Line 625: ddp_deli_elements_rec ams_copyactivities_pvt.deli_elements_rec_type;

621: , x_transaction_id out nocopy NUMBER
622: )
623:
624: as
625: ddp_deli_elements_rec ams_copyactivities_pvt.deli_elements_rec_type;
626: ddindx binary_integer; indx binary_integer;
627: begin
628:
629: -- copy data to the local IN or IN-OUT args, if any

Line 652: ams_copyactivities_pvt.copy_deliverables(p_api_version,

648:
649:
650:
651: -- here's the delegated call to the old PL/SQL routine
652: ams_copyactivities_pvt.copy_deliverables(p_api_version,
653: p_init_msg_list,
654: x_return_status,
655: x_msg_count,
656: x_msg_data,

Line 703: ddp_attr_list ams_copyactivities_pvt.schedule_attr_rec_type;

699: , p9_a11 VARCHAR2
700: )
701:
702: as
703: ddp_attr_list ams_copyactivities_pvt.schedule_attr_rec_type;
704: ddindx binary_integer; indx binary_integer;
705: begin
706:
707: -- copy data to the local IN or IN-OUT args, if any

Line 731: ams_copyactivities_pvt.copy_schedule_attributes(p_api_version,

727: ddp_attr_list.p_tgrp := p9_a10;
728: ddp_attr_list.p_colt := p9_a11;
729:
730: -- here's the delegated call to the old PL/SQL routine
731: ams_copyactivities_pvt.copy_schedule_attributes(p_api_version,
732: p_init_msg_list,
733: p_commit,
734: x_return_status,
735: x_msg_count,

Line 793: ams_copyactivities_pvt.copy_campaign_new(p_api_version,

789:
790:
791:
792: -- here's the delegated call to the old PL/SQL routine
793: ams_copyactivities_pvt.copy_campaign_new(p_api_version,
794: p_init_msg_list,
795: p_commit,
796: p_validation_level,
797: x_return_status,

Line 820: end ams_copyactivities_pvt_w;

816:
817:
818: end;
819:
820: end ams_copyactivities_pvt_w;