DBA Data[Home] [Help]

APPS.AMS_CUST_SETUP_PVT_W dependencies on AMS_CUST_SETUP_PVT

Line 1: package body ams_cust_setup_pvt_w as

1: package body ams_cust_setup_pvt_w as
2: /* $Header: amswcusb.pls 120.1 2005/08/25 23:42 vmodur 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 50: ddp_cust_setup_rec ams_cust_setup_pvt.cust_setup_rec_type;

46: , p7_a16 NUMBER := 0-1962.0724
47: )
48:
49: as
50: ddp_cust_setup_rec ams_cust_setup_pvt.cust_setup_rec_type;
51: ddindx binary_integer; indx binary_integer;
52: begin
53:
54: -- copy data to the local IN or IN-OUT args, if any

Line 82: ams_cust_setup_pvt.create_cust_setup(p_api_version,

78: ddp_cust_setup_rec.application_id := rosetta_g_miss_num_map(p7_a16);
79:
80:
81: -- here's the delegated call to the old PL/SQL routine
82: ams_cust_setup_pvt.create_cust_setup(p_api_version,
83: p_init_msg_list,
84: p_commit,
85: p_validation_level,
86: x_return_status,

Line 130: ddp_cust_setup_rec ams_cust_setup_pvt.cust_setup_rec_type;

126: , p7_a16 NUMBER := 0-1962.0724
127: )
128:
129: as
130: ddp_cust_setup_rec ams_cust_setup_pvt.cust_setup_rec_type;
131: ddindx binary_integer; indx binary_integer;
132: begin
133:
134: -- copy data to the local IN or IN-OUT args, if any

Line 161: ams_cust_setup_pvt.update_cust_setup(p_api_version,

157: ddp_cust_setup_rec.description := p7_a15;
158: ddp_cust_setup_rec.application_id := rosetta_g_miss_num_map(p7_a16);
159:
160: -- here's the delegated call to the old PL/SQL routine
161: ams_cust_setup_pvt.update_cust_setup(p_api_version,
162: p_init_msg_list,
163: p_commit,
164: p_validation_level,
165: x_return_status,

Line 206: ddp_cust_setup_rec ams_cust_setup_pvt.cust_setup_rec_type;

202: , p6_a16 NUMBER := 0-1962.0724
203: )
204:
205: as
206: ddp_cust_setup_rec ams_cust_setup_pvt.cust_setup_rec_type;
207: ddindx binary_integer; indx binary_integer;
208: begin
209:
210: -- copy data to the local IN or IN-OUT args, if any

Line 236: ams_cust_setup_pvt.validate_cust_setup(p_api_version,

232: ddp_cust_setup_rec.description := p6_a15;
233: ddp_cust_setup_rec.application_id := rosetta_g_miss_num_map(p6_a16);
234:
235: -- here's the delegated call to the old PL/SQL routine
236: ams_cust_setup_pvt.validate_cust_setup(p_api_version,
237: p_init_msg_list,
238: p_validation_level,
239: x_return_status,
240: x_msg_count,

Line 275: ddp_cust_setup_rec ams_cust_setup_pvt.cust_setup_rec_type;

271: , p2_a16 NUMBER := 0-1962.0724
272: )
273:
274: as
275: ddp_cust_setup_rec ams_cust_setup_pvt.cust_setup_rec_type;
276: ddindx binary_integer; indx binary_integer;
277: begin
278:
279: -- copy data to the local IN or IN-OUT args, if any

Line 301: ams_cust_setup_pvt.check_items(p_validation_mode,

297: ddp_cust_setup_rec.description := p2_a15;
298: ddp_cust_setup_rec.application_id := rosetta_g_miss_num_map(p2_a16);
299:
300: -- here's the delegated call to the old PL/SQL routine
301: ams_cust_setup_pvt.check_items(p_validation_mode,
302: x_return_status,
303: ddp_cust_setup_rec);
304:
305: -- copy data back from the local variables to OUT or IN-OUT args, if any

Line 332: ddp_cust_setup_rec ams_cust_setup_pvt.cust_setup_rec_type;

328: , p1_a16 NUMBER := 0-1962.0724
329: )
330:
331: as
332: ddp_cust_setup_rec ams_cust_setup_pvt.cust_setup_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 358: ams_cust_setup_pvt.check_cust_setup_req_items(p_validation_mode,

354: ddp_cust_setup_rec.application_id := rosetta_g_miss_num_map(p1_a16);
355:
356:
357: -- here's the delegated call to the old PL/SQL routine
358: ams_cust_setup_pvt.check_cust_setup_req_items(p_validation_mode,
359: ddp_cust_setup_rec,
360: x_return_status);
361:
362: -- copy data back from the local variables to OUT or IN-OUT args, if any

Line 389: ddp_cust_setup_rec ams_cust_setup_pvt.cust_setup_rec_type;

385: , p1_a16 NUMBER := 0-1962.0724
386: )
387:
388: as
389: ddp_cust_setup_rec ams_cust_setup_pvt.cust_setup_rec_type;
390: ddindx binary_integer; indx binary_integer;
391: begin
392:
393: -- copy data to the local IN or IN-OUT args, if any

Line 415: ams_cust_setup_pvt.check_cust_setup_uk_items(p_validation_mode,

411: ddp_cust_setup_rec.application_id := rosetta_g_miss_num_map(p1_a16);
412:
413:
414: -- here's the delegated call to the old PL/SQL routine
415: ams_cust_setup_pvt.check_cust_setup_uk_items(p_validation_mode,
416: ddp_cust_setup_rec,
417: x_return_status);
418:
419: -- copy data back from the local variables to OUT or IN-OUT args, if any

Line 445: ddp_cust_setup_rec ams_cust_setup_pvt.cust_setup_rec_type;

441: , p0_a16 NUMBER := 0-1962.0724
442: )
443:
444: as
445: ddp_cust_setup_rec ams_cust_setup_pvt.cust_setup_rec_type;
446: ddindx binary_integer; indx binary_integer;
447: begin
448:
449: -- copy data to the local IN or IN-OUT args, if any

Line 470: ams_cust_setup_pvt.check_cust_setup_fk_items(ddp_cust_setup_rec,

466: ddp_cust_setup_rec.application_id := rosetta_g_miss_num_map(p0_a16);
467:
468:
469: -- here's the delegated call to the old PL/SQL routine
470: ams_cust_setup_pvt.check_cust_setup_fk_items(ddp_cust_setup_rec,
471: x_return_status);
472:
473: -- copy data back from the local variables to OUT or IN-OUT args, if any
474:

Line 498: ddp_cust_setup_rec ams_cust_setup_pvt.cust_setup_rec_type;

494: , p0_a16 NUMBER := 0-1962.0724
495: )
496:
497: as
498: ddp_cust_setup_rec ams_cust_setup_pvt.cust_setup_rec_type;
499: ddindx binary_integer; indx binary_integer;
500: begin
501:
502: -- copy data to the local IN or IN-OUT args, if any

Line 523: ams_cust_setup_pvt.check_cust_setup_flag_items(ddp_cust_setup_rec,

519: ddp_cust_setup_rec.application_id := rosetta_g_miss_num_map(p0_a16);
520:
521:
522: -- here's the delegated call to the old PL/SQL routine
523: ams_cust_setup_pvt.check_cust_setup_flag_items(ddp_cust_setup_rec,
524: x_return_status);
525:
526: -- copy data back from the local variables to OUT or IN-OUT args, if any
527:

Line 567: ddp_cust_setup_rec ams_cust_setup_pvt.cust_setup_rec_type;

563: , p0_a16 NUMBER := 0-1962.0724
564: )
565:
566: as
567: ddp_cust_setup_rec ams_cust_setup_pvt.cust_setup_rec_type;
568: ddx_complete_rec ams_cust_setup_pvt.cust_setup_rec_type;
569: ddindx binary_integer; indx binary_integer;
570: begin
571:

Line 568: ddx_complete_rec ams_cust_setup_pvt.cust_setup_rec_type;

564: )
565:
566: as
567: ddp_cust_setup_rec ams_cust_setup_pvt.cust_setup_rec_type;
568: ddx_complete_rec ams_cust_setup_pvt.cust_setup_rec_type;
569: ddindx binary_integer; indx binary_integer;
570: begin
571:
572: -- copy data to the local IN or IN-OUT args, if any

Line 593: ams_cust_setup_pvt.complete_cust_setup_rec(ddp_cust_setup_rec,

589: ddp_cust_setup_rec.application_id := rosetta_g_miss_num_map(p0_a16);
590:
591:
592: -- here's the delegated call to the old PL/SQL routine
593: ams_cust_setup_pvt.complete_cust_setup_rec(ddp_cust_setup_rec,
594: ddx_complete_rec);
595:
596: -- copy data back from the local variables to OUT or IN-OUT args, if any
597:

Line 637: ddx_cust_setup_rec ams_cust_setup_pvt.cust_setup_rec_type;

633: , p0_a16 out nocopy NUMBER
634: )
635:
636: as
637: ddx_cust_setup_rec ams_cust_setup_pvt.cust_setup_rec_type;
638: ddindx binary_integer; indx binary_integer;
639: begin
640:
641: -- copy data to the local IN or IN-OUT args, if any

Line 644: ams_cust_setup_pvt.init_rec(ddx_cust_setup_rec);

640:
641: -- copy data to the local IN or IN-OUT args, if any
642:
643: -- here's the delegated call to the old PL/SQL routine
644: ams_cust_setup_pvt.init_rec(ddx_cust_setup_rec);
645:
646: -- copy data back from the local variables to OUT or IN-OUT args, if any
647: p0_a0 := rosetta_g_miss_num_map(ddx_cust_setup_rec.custom_setup_id);
648: p0_a1 := ddx_cust_setup_rec.last_update_date;

Line 666: end ams_cust_setup_pvt_w;

662: p0_a15 := ddx_cust_setup_rec.description;
663: p0_a16 := rosetta_g_miss_num_map(ddx_cust_setup_rec.application_id);
664: end;
665:
666: end ams_cust_setup_pvt_w;