DBA Data[Home] [Help]

APPS.OZF_PROCESS_SETUP_PVT_W dependencies on OZF_PROCESS_SETUP_PVT

Line 1: package body ozf_process_setup_pvt_w as

1: package body ozf_process_setup_pvt_w as
2: /* $Header: ozfwpseb.pls 120.0 2007/12/21 07:19:36 gdeepika 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 13: procedure rosetta_table_copy_in_p3(t out nocopy ozf_process_setup_pvt.process_setup_tbl_type, a0 JTF_NUMBER_TABLE

9: if d = rosetta_g_mistake_date then return fnd_api.g_miss_date; end if;
10: return d;
11: end;
12:
13: procedure rosetta_table_copy_in_p3(t out nocopy ozf_process_setup_pvt.process_setup_tbl_type, a0 JTF_NUMBER_TABLE
14: , a1 JTF_NUMBER_TABLE
15: , a2 JTF_DATE_TABLE
16: , a3 JTF_NUMBER_TABLE
17: , a4 JTF_DATE_TABLE

Line 51: t := ozf_process_setup_pvt.process_setup_tbl_type();

47: ) as
48: ddindx binary_integer; indx binary_integer;
49: begin
50: if a0 is not null and a0.count=0 then
51: t := ozf_process_setup_pvt.process_setup_tbl_type();
52: elsif a0 is not null and a0.count > 0 then
53: if a0.count > 0 then
54: t := ozf_process_setup_pvt.process_setup_tbl_type();
55: t.extend(a0.count);

Line 54: t := ozf_process_setup_pvt.process_setup_tbl_type();

50: if a0 is not null and a0.count=0 then
51: t := ozf_process_setup_pvt.process_setup_tbl_type();
52: elsif a0 is not null and a0.count > 0 then
53: if a0.count > 0 then
54: t := ozf_process_setup_pvt.process_setup_tbl_type();
55: t.extend(a0.count);
56: indx := a0.first;
57: ddindx := 1;
58: while true loop

Line 102: procedure rosetta_table_copy_out_p3(t ozf_process_setup_pvt.process_setup_tbl_type, a0 out nocopy JTF_NUMBER_TABLE

98: end loop;
99: end if;
100: end if;
101: end rosetta_table_copy_in_p3;
102: procedure rosetta_table_copy_out_p3(t ozf_process_setup_pvt.process_setup_tbl_type, a0 out nocopy JTF_NUMBER_TABLE
103: , a1 out nocopy JTF_NUMBER_TABLE
104: , a2 out nocopy JTF_DATE_TABLE
105: , a3 out nocopy JTF_NUMBER_TABLE
106: , a4 out nocopy JTF_DATE_TABLE

Line 370: ddp_process_setup_tbl ozf_process_setup_pvt.process_setup_tbl_type;

366: , p7_a33 JTF_NUMBER_TABLE
367: )
368:
369: as
370: ddp_process_setup_tbl ozf_process_setup_pvt.process_setup_tbl_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 382: ozf_process_setup_pvt_w.rosetta_table_copy_in_p3(ddp_process_setup_tbl, p7_a0

378:
379:
380:
381:
382: ozf_process_setup_pvt_w.rosetta_table_copy_in_p3(ddp_process_setup_tbl, p7_a0
383: , p7_a1
384: , p7_a2
385: , p7_a3
386: , p7_a4

Line 419: ozf_process_setup_pvt.update_process_setup_tbl(p_api_version_number,

415: , p7_a33
416: );
417:
418: -- here's the delegated call to the old PL/SQL routine
419: ozf_process_setup_pvt.update_process_setup_tbl(p_api_version_number,
420: p_init_msg_list,
421: p_commit,
422: p_validation_level,
423: x_return_status,

Line 477: ddp_process_setup_rec ozf_process_setup_pvt.process_setup_rec_type;

473: , x_return_status out nocopy VARCHAR2
474: )
475:
476: as
477: ddp_process_setup_rec ozf_process_setup_pvt.process_setup_rec_type;
478: ddindx binary_integer; indx binary_integer;
479: begin
480:
481: -- copy data to the local IN or IN-OUT args, if any

Line 520: ozf_process_setup_pvt.check_uniq_process_setup(ddp_process_setup_rec,

516:
517:
518:
519: -- here's the delegated call to the old PL/SQL routine
520: ozf_process_setup_pvt.check_uniq_process_setup(ddp_process_setup_rec,
521: p_validation_mode,
522: x_return_status);
523:
524: -- copy data back from the local variables to OUT or IN-OUT args, if any

Line 573: ddp_process_setup_tbl ozf_process_setup_pvt.process_setup_tbl_type;

569: , x_msg_data out nocopy VARCHAR2
570: )
571:
572: as
573: ddp_process_setup_tbl ozf_process_setup_pvt.process_setup_tbl_type;
574: ddindx binary_integer; indx binary_integer;
575: begin
576:
577: -- copy data to the local IN or IN-OUT args, if any

Line 582: ozf_process_setup_pvt_w.rosetta_table_copy_in_p3(ddp_process_setup_tbl, p4_a0

578:
579:
580:
581:
582: ozf_process_setup_pvt_w.rosetta_table_copy_in_p3(ddp_process_setup_tbl, p4_a0
583: , p4_a1
584: , p4_a2
585: , p4_a3
586: , p4_a4

Line 622: ozf_process_setup_pvt.validate_process_setup(p_api_version_number,

618:
619:
620:
621: -- here's the delegated call to the old PL/SQL routine
622: ozf_process_setup_pvt.validate_process_setup(p_api_version_number,
623: p_init_msg_list,
624: p_validation_level,
625: p_validation_mode,
626: ddp_process_setup_tbl,

Line 641: end ozf_process_setup_pvt_w;

637:
638:
639: end;
640:
641: end ozf_process_setup_pvt_w;