DBA Data[Home] [Help]

APPS.AMS_OA_CUST_SETUP_PVT_W dependencies on AMS_CUST_SETUP_PVT

Line 31: ddp_cust_setup_rec ams_cust_setup_pvt.cust_setup_rec_type;

27: , x_cust_setup_id out nocopy NUMBER
28: )
29:
30: as
31: ddp_cust_setup_rec ams_cust_setup_pvt.cust_setup_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_cust_setup_pvt.create_cust_setup(p_api_version,

59: ddp_cust_setup_rec.application_id := p7_a16;
60:
61:
62: -- here's the delegated call to the old PL/SQL routine
63: ams_cust_setup_pvt.create_cust_setup(p_api_version,
64: p_init_msg_list,
65: p_commit,
66: p_validation_level,
67: x_return_status,

Line 111: ddp_cust_setup_rec ams_cust_setup_pvt.cust_setup_rec_type;

107: , p7_a16 NUMBER
108: )
109:
110: as
111: ddp_cust_setup_rec ams_cust_setup_pvt.cust_setup_rec_type;
112: ddindx binary_integer; indx binary_integer;
113: begin
114:
115: -- copy data to the local IN or IN-OUT args, if any

Line 142: ams_cust_setup_pvt.update_cust_setup(p_api_version,

138: ddp_cust_setup_rec.description := p7_a15;
139: ddp_cust_setup_rec.application_id := p7_a16;
140:
141: -- here's the delegated call to the old PL/SQL routine
142: ams_cust_setup_pvt.update_cust_setup(p_api_version,
143: p_init_msg_list,
144: p_commit,
145: p_validation_level,
146: x_return_status,

Line 187: ddp_cust_setup_rec ams_cust_setup_pvt.cust_setup_rec_type;

183: , p6_a16 NUMBER
184: )
185:
186: as
187: ddp_cust_setup_rec ams_cust_setup_pvt.cust_setup_rec_type;
188: ddindx binary_integer; indx binary_integer;
189: begin
190:
191: -- copy data to the local IN or IN-OUT args, if any

Line 217: ams_cust_setup_pvt.validate_cust_setup(p_api_version,

213: ddp_cust_setup_rec.description := p6_a15;
214: ddp_cust_setup_rec.application_id := p6_a16;
215:
216: -- here's the delegated call to the old PL/SQL routine
217: ams_cust_setup_pvt.validate_cust_setup(p_api_version,
218: p_init_msg_list,
219: p_validation_level,
220: x_return_status,
221: x_msg_count,

Line 256: ddp_cust_setup_rec ams_cust_setup_pvt.cust_setup_rec_type;

252: , p2_a16 NUMBER
253: )
254:
255: as
256: ddp_cust_setup_rec ams_cust_setup_pvt.cust_setup_rec_type;
257: ddindx binary_integer; indx binary_integer;
258: begin
259:
260: -- copy data to the local IN or IN-OUT args, if any

Line 282: ams_cust_setup_pvt.check_items(p_validation_mode,

278: ddp_cust_setup_rec.description := p2_a15;
279: ddp_cust_setup_rec.application_id := p2_a16;
280:
281: -- here's the delegated call to the old PL/SQL routine
282: ams_cust_setup_pvt.check_items(p_validation_mode,
283: x_return_status,
284: ddp_cust_setup_rec);
285:
286: -- copy data back from the local variables to OUT or IN-OUT args, if any

Line 313: ddp_cust_setup_rec ams_cust_setup_pvt.cust_setup_rec_type;

309: , x_return_status out nocopy VARCHAR2
310: )
311:
312: as
313: ddp_cust_setup_rec ams_cust_setup_pvt.cust_setup_rec_type;
314: ddindx binary_integer; indx binary_integer;
315: begin
316:
317: -- copy data to the local IN or IN-OUT args, if any

Line 339: ams_cust_setup_pvt.check_cust_setup_req_items(p_validation_mode,

335: ddp_cust_setup_rec.application_id := p1_a16;
336:
337:
338: -- here's the delegated call to the old PL/SQL routine
339: ams_cust_setup_pvt.check_cust_setup_req_items(p_validation_mode,
340: ddp_cust_setup_rec,
341: x_return_status);
342:
343: -- copy data back from the local variables to OUT or IN-OUT args, if any

Line 370: ddp_cust_setup_rec ams_cust_setup_pvt.cust_setup_rec_type;

366: , x_return_status out nocopy VARCHAR2
367: )
368:
369: as
370: ddp_cust_setup_rec ams_cust_setup_pvt.cust_setup_rec_type;
371: ddindx binary_integer; indx binary_integer;
372: begin
373:
374: -- copy data to the local IN or IN-OUT args, if any

Line 396: ams_cust_setup_pvt.check_cust_setup_uk_items(p_validation_mode,

392: ddp_cust_setup_rec.application_id := p1_a16;
393:
394:
395: -- here's the delegated call to the old PL/SQL routine
396: ams_cust_setup_pvt.check_cust_setup_uk_items(p_validation_mode,
397: ddp_cust_setup_rec,
398: x_return_status);
399:
400: -- copy data back from the local variables to OUT or IN-OUT args, if any

Line 426: ddp_cust_setup_rec ams_cust_setup_pvt.cust_setup_rec_type;

422: , x_return_status out nocopy VARCHAR2
423: )
424:
425: as
426: ddp_cust_setup_rec ams_cust_setup_pvt.cust_setup_rec_type;
427: ddindx binary_integer; indx binary_integer;
428: begin
429:
430: -- copy data to the local IN or IN-OUT args, if any

Line 451: ams_cust_setup_pvt.check_cust_setup_fk_items(ddp_cust_setup_rec,

447: ddp_cust_setup_rec.application_id := p0_a16;
448:
449:
450: -- here's the delegated call to the old PL/SQL routine
451: ams_cust_setup_pvt.check_cust_setup_fk_items(ddp_cust_setup_rec,
452: x_return_status);
453:
454: -- copy data back from the local variables to OUT or IN-OUT args, if any
455:

Line 479: ddp_cust_setup_rec ams_cust_setup_pvt.cust_setup_rec_type;

475: , x_return_status out nocopy VARCHAR2
476: )
477:
478: as
479: ddp_cust_setup_rec ams_cust_setup_pvt.cust_setup_rec_type;
480: ddindx binary_integer; indx binary_integer;
481: begin
482:
483: -- copy data to the local IN or IN-OUT args, if any

Line 504: ams_cust_setup_pvt.check_cust_setup_flag_items(ddp_cust_setup_rec,

500: ddp_cust_setup_rec.application_id := p0_a16;
501:
502:
503: -- here's the delegated call to the old PL/SQL routine
504: ams_cust_setup_pvt.check_cust_setup_flag_items(ddp_cust_setup_rec,
505: x_return_status);
506:
507: -- copy data back from the local variables to OUT or IN-OUT args, if any
508:

Line 548: ddp_cust_setup_rec ams_cust_setup_pvt.cust_setup_rec_type;

544: , p1_a16 out nocopy NUMBER
545: )
546:
547: as
548: ddp_cust_setup_rec ams_cust_setup_pvt.cust_setup_rec_type;
549: ddx_complete_rec ams_cust_setup_pvt.cust_setup_rec_type;
550: ddindx binary_integer; indx binary_integer;
551: begin
552:

Line 549: ddx_complete_rec ams_cust_setup_pvt.cust_setup_rec_type;

545: )
546:
547: as
548: ddp_cust_setup_rec ams_cust_setup_pvt.cust_setup_rec_type;
549: ddx_complete_rec ams_cust_setup_pvt.cust_setup_rec_type;
550: ddindx binary_integer; indx binary_integer;
551: begin
552:
553: -- copy data to the local IN or IN-OUT args, if any

Line 574: ams_cust_setup_pvt.complete_cust_setup_rec(ddp_cust_setup_rec,

570: ddp_cust_setup_rec.application_id := p0_a16;
571:
572:
573: -- here's the delegated call to the old PL/SQL routine
574: ams_cust_setup_pvt.complete_cust_setup_rec(ddp_cust_setup_rec,
575: ddx_complete_rec);
576:
577: -- copy data back from the local variables to OUT or IN-OUT args, if any
578:

Line 618: ddx_cust_setup_rec ams_cust_setup_pvt.cust_setup_rec_type;

614: , p0_a16 out nocopy NUMBER
615: )
616:
617: as
618: ddx_cust_setup_rec ams_cust_setup_pvt.cust_setup_rec_type;
619: ddindx binary_integer; indx binary_integer;
620: begin
621:
622: -- copy data to the local IN or IN-OUT args, if any

Line 625: ams_cust_setup_pvt.init_rec(ddx_cust_setup_rec);

621:
622: -- copy data to the local IN or IN-OUT args, if any
623:
624: -- here's the delegated call to the old PL/SQL routine
625: ams_cust_setup_pvt.init_rec(ddx_cust_setup_rec);
626:
627: -- copy data back from the local variables to OUT or IN-OUT args, if any
628: p0_a0 := ddx_cust_setup_rec.custom_setup_id;
629: p0_a1 := ddx_cust_setup_rec.last_update_date;