DBA Data[Home] [Help]

APPS.AHL_WF_MAPPING_PVT_W dependencies on AHL_WF_MAPPING_PVT

Line 1: package body ahl_wf_mapping_pvt_w as

1: package body ahl_wf_mapping_pvt_w as
2: /* $Header: AHLWWFMB.pls 120.1 2006/05/02 07:23 sathapli 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: rosetta_g_mistake_date_high date := to_date('01/01/+4710', 'MM/DD/SYYYY');

Line 16: procedure rosetta_table_copy_in_p1(t out nocopy ahl_wf_mapping_pvt.wf_mapping_tbl, a0 JTF_NUMBER_TABLE

12: if d < rosetta_g_mistake_date_low then return fnd_api.g_miss_date; end if;
13: return d;
14: end;
15:
16: procedure rosetta_table_copy_in_p1(t out nocopy ahl_wf_mapping_pvt.wf_mapping_tbl, a0 JTF_NUMBER_TABLE
17: , a1 JTF_NUMBER_TABLE
18: , a2 JTF_DATE_TABLE
19: , a3 JTF_NUMBER_TABLE
20: , a4 JTF_DATE_TABLE

Line 63: procedure rosetta_table_copy_out_p1(t ahl_wf_mapping_pvt.wf_mapping_tbl, a0 out nocopy JTF_NUMBER_TABLE

59: end loop;
60: end if;
61: end if;
62: end rosetta_table_copy_in_p1;
63: procedure rosetta_table_copy_out_p1(t ahl_wf_mapping_pvt.wf_mapping_tbl, a0 out nocopy JTF_NUMBER_TABLE
64: , a1 out nocopy JTF_NUMBER_TABLE
65: , a2 out nocopy JTF_DATE_TABLE
66: , a3 out nocopy JTF_NUMBER_TABLE
67: , a4 out nocopy JTF_DATE_TABLE

Line 182: ddp_x_wf_mapping_tbl ahl_wf_mapping_pvt.wf_mapping_tbl;

178: , x_msg_data out nocopy VARCHAR2
179: )
180:
181: as
182: ddp_x_wf_mapping_tbl ahl_wf_mapping_pvt.wf_mapping_tbl;
183: ddindx binary_integer; indx binary_integer;
184: begin
185:
186: -- copy data to the local IN or IN-OUT args, if any

Line 191: ahl_wf_mapping_pvt_w.rosetta_table_copy_in_p1(ddp_x_wf_mapping_tbl, p4_a0

187:
188:
189:
190:
191: ahl_wf_mapping_pvt_w.rosetta_table_copy_in_p1(ddp_x_wf_mapping_tbl, p4_a0
192: , p4_a1
193: , p4_a2
194: , p4_a3
195: , p4_a4

Line 212: ahl_wf_mapping_pvt.process_wf_mapping(p_api_version,

208:
209:
210:
211: -- here's the delegated call to the old PL/SQL routine
212: ahl_wf_mapping_pvt.process_wf_mapping(p_api_version,
213: p_init_msg_list,
214: p_commit,
215: p_validation_level,
216: ddp_x_wf_mapping_tbl,

Line 226: ahl_wf_mapping_pvt_w.rosetta_table_copy_out_p1(ddp_x_wf_mapping_tbl, p4_a0

222:
223:
224:
225:
226: ahl_wf_mapping_pvt_w.rosetta_table_copy_out_p1(ddp_x_wf_mapping_tbl, p4_a0
227: , p4_a1
228: , p4_a2
229: , p4_a3
230: , p4_a4

Line 273: ddp_wf_mapping_rec ahl_wf_mapping_pvt.wf_mapping_rec_type;

269: , x_wf_mapping_id out nocopy NUMBER
270: )
271:
272: as
273: ddp_wf_mapping_rec ahl_wf_mapping_pvt.wf_mapping_rec_type;
274: ddindx binary_integer; indx binary_integer;
275: begin
276:
277: -- copy data to the local IN or IN-OUT args, if any

Line 303: ahl_wf_mapping_pvt.create_wf_mapping(p_api_version,

299:
300:
301:
302: -- here's the delegated call to the old PL/SQL routine
303: ahl_wf_mapping_pvt.create_wf_mapping(p_api_version,
304: p_init_msg_list,
305: p_commit,
306: p_validation_level,
307: ddp_wf_mapping_rec,

Line 349: ddp_wf_mapping_rec ahl_wf_mapping_pvt.wf_mapping_rec_type;

345: , x_msg_data out nocopy VARCHAR2
346: )
347:
348: as
349: ddp_wf_mapping_rec ahl_wf_mapping_pvt.wf_mapping_rec_type;
350: ddindx binary_integer; indx binary_integer;
351: begin
352:
353: -- copy data to the local IN or IN-OUT args, if any

Line 378: ahl_wf_mapping_pvt.update_wf_mapping(p_api_version,

374:
375:
376:
377: -- here's the delegated call to the old PL/SQL routine
378: ahl_wf_mapping_pvt.update_wf_mapping(p_api_version,
379: p_init_msg_list,
380: p_commit,
381: p_validation_level,
382: ddp_wf_mapping_rec,

Line 422: ddp_wf_mapping_rec ahl_wf_mapping_pvt.wf_mapping_rec_type;

418: , p7_a14 VARCHAR2
419: )
420:
421: as
422: ddp_wf_mapping_rec ahl_wf_mapping_pvt.wf_mapping_rec_type;
423: ddindx binary_integer; indx binary_integer;
424: begin
425:
426: -- copy data to the local IN or IN-OUT args, if any

Line 451: ahl_wf_mapping_pvt.validate_wf_mapping(p_api_version,

447: ddp_wf_mapping_rec.application_usg := p7_a13;
448: ddp_wf_mapping_rec.operation_flag := p7_a14;
449:
450: -- here's the delegated call to the old PL/SQL routine
451: ahl_wf_mapping_pvt.validate_wf_mapping(p_api_version,
452: p_init_msg_list,
453: p_commit,
454: p_validation_level,
455: x_return_status,

Line 490: ddp_wf_mapping_rec ahl_wf_mapping_pvt.wf_mapping_rec_type;

486: , x_return_status out nocopy VARCHAR2
487: )
488:
489: as
490: ddp_wf_mapping_rec ahl_wf_mapping_pvt.wf_mapping_rec_type;
491: ddindx binary_integer; indx binary_integer;
492: begin
493:
494: -- copy data to the local IN or IN-OUT args, if any

Line 514: ahl_wf_mapping_pvt.check_wf_mapping_items(ddp_wf_mapping_rec,

510:
511:
512:
513: -- here's the delegated call to the old PL/SQL routine
514: ahl_wf_mapping_pvt.check_wf_mapping_items(ddp_wf_mapping_rec,
515: p_validation_mode,
516: x_return_status);
517:
518: -- copy data back from the local variables to OUT or IN-OUT args, if any

Line 556: ddp_wf_mapping_rec ahl_wf_mapping_pvt.wf_mapping_rec_type;

552: , p1_a14 out nocopy VARCHAR2
553: )
554:
555: as
556: ddp_wf_mapping_rec ahl_wf_mapping_pvt.wf_mapping_rec_type;
557: ddx_complete_rec ahl_wf_mapping_pvt.wf_mapping_rec_type;
558: ddindx binary_integer; indx binary_integer;
559: begin
560:

Line 557: ddx_complete_rec ahl_wf_mapping_pvt.wf_mapping_rec_type;

553: )
554:
555: as
556: ddp_wf_mapping_rec ahl_wf_mapping_pvt.wf_mapping_rec_type;
557: ddx_complete_rec ahl_wf_mapping_pvt.wf_mapping_rec_type;
558: ddindx binary_integer; indx binary_integer;
559: begin
560:
561: -- copy data to the local IN or IN-OUT args, if any

Line 580: ahl_wf_mapping_pvt.complete_wf_mapping_rec(ddp_wf_mapping_rec,

576: ddp_wf_mapping_rec.operation_flag := p0_a14;
577:
578:
579: -- here's the delegated call to the old PL/SQL routine
580: ahl_wf_mapping_pvt.complete_wf_mapping_rec(ddp_wf_mapping_rec,
581: ddx_complete_rec);
582:
583: -- copy data back from the local variables to OUT or IN-OUT args, if any
584:

Line 602: end ahl_wf_mapping_pvt_w;

598: p1_a13 := ddx_complete_rec.application_usg;
599: p1_a14 := ddx_complete_rec.operation_flag;
600: end;
601:
602: end ahl_wf_mapping_pvt_w;