DBA Data[Home] [Help]

APPS.HZ_FORMAT_PUB_W dependencies on HZ_FORMAT_PUB

Line 1: package body hz_format_pub_w as

1: package body hz_format_pub_w as
2: /* $Header: ARHFMTJB.pls 120.1 2005/07/29 19:45:29 jhuang 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_p0(t out nocopy hz_format_pub.string_tbl_type, a0 JTF_VARCHAR2_TABLE_300) as

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_p0(t out nocopy hz_format_pub.string_tbl_type, a0 JTF_VARCHAR2_TABLE_300) as
14: ddindx binary_integer; indx binary_integer;
15: begin
16: if a0 is not null and a0.count > 0 then
17: if a0.count > 0 then

Line 31: procedure rosetta_table_copy_out_p0(t hz_format_pub.string_tbl_type, a0 out nocopy JTF_VARCHAR2_TABLE_300) as

27: end loop;
28: end if;
29: end if;
30: end rosetta_table_copy_in_p0;
31: procedure rosetta_table_copy_out_p0(t hz_format_pub.string_tbl_type, a0 out nocopy JTF_VARCHAR2_TABLE_300) as
32: ddindx binary_integer; indx binary_integer;
33: begin
34: if t is null or t.count = 0 then
35: a0 := JTF_VARCHAR2_TABLE_300();

Line 54: procedure rosetta_table_copy_in_p2(t out nocopy hz_format_pub.layout_tbl_type, a0 JTF_NUMBER_TABLE

50: end if;
51: end if;
52: end rosetta_table_copy_out_p0;
53:
54: procedure rosetta_table_copy_in_p2(t out nocopy hz_format_pub.layout_tbl_type, a0 JTF_NUMBER_TABLE
55: , a1 JTF_NUMBER_TABLE
56: , a2 JTF_VARCHAR2_TABLE_100
57: , a3 JTF_VARCHAR2_TABLE_100
58: , a4 JTF_VARCHAR2_TABLE_100

Line 93: procedure rosetta_table_copy_out_p2(t hz_format_pub.layout_tbl_type, a0 out nocopy JTF_NUMBER_TABLE

89: end loop;
90: end if;
91: end if;
92: end rosetta_table_copy_in_p2;
93: procedure rosetta_table_copy_out_p2(t hz_format_pub.layout_tbl_type, a0 out nocopy JTF_NUMBER_TABLE
94: , a1 out nocopy JTF_NUMBER_TABLE
95: , a2 out nocopy JTF_VARCHAR2_TABLE_100
96: , a3 out nocopy JTF_VARCHAR2_TABLE_100
97: , a4 out nocopy JTF_VARCHAR2_TABLE_100

Line 184: ddx_formatted_address_tbl hz_format_pub.string_tbl_type;

180: , x_formatted_address_tbl out nocopy JTF_VARCHAR2_TABLE_300
181: )
182:
183: as
184: ddx_formatted_address_tbl hz_format_pub.string_tbl_type;
185: ddindx binary_integer; indx binary_integer;
186: begin
187:
188: -- copy data to the local IN or IN-OUT args, if any

Line 204: hz_format_pub.format_address(p_location_id,

200:
201:
202:
203: -- here's the delegated call to the old PL/SQL routine
204: hz_format_pub.format_address(p_location_id,
205: p_style_code,
206: p_style_format_code,
207: p_line_break,
208: p_space_replace,

Line 233: hz_format_pub_w.rosetta_table_copy_out_p0(ddx_formatted_address_tbl, x_formatted_address_tbl);

229:
230:
231:
232:
233: hz_format_pub_w.rosetta_table_copy_out_p0(ddx_formatted_address_tbl, x_formatted_address_tbl);
234: end;
235:
236: procedure format_address_2(p_style_code VARCHAR2
237: , p_style_format_code VARCHAR2

Line 263: ddx_formatted_address_tbl hz_format_pub.string_tbl_type;

259: , x_formatted_address_tbl out nocopy JTF_VARCHAR2_TABLE_300
260: )
261:
262: as
263: ddx_formatted_address_tbl hz_format_pub.string_tbl_type;
264: ddindx binary_integer; indx binary_integer;
265: begin
266:
267: -- copy data to the local IN or IN-OUT args, if any

Line 293: hz_format_pub.format_address(p_style_code,

289:
290:
291:
292: -- here's the delegated call to the old PL/SQL routine
293: hz_format_pub.format_address(p_style_code,
294: p_style_format_code,
295: p_line_break,
296: p_space_replace,
297: p_to_language_code,

Line 342: hz_format_pub_w.rosetta_table_copy_out_p0(ddx_formatted_address_tbl, x_formatted_address_tbl);

338:
339:
340:
341:
342: hz_format_pub_w.rosetta_table_copy_out_p0(ddx_formatted_address_tbl, x_formatted_address_tbl);
343: end;
344:
345: procedure format_address_layout_3(p_location_id NUMBER
346: , p_style_code VARCHAR2

Line 371: ddx_layout_tbl hz_format_pub.layout_tbl_type;

367: , p12_a10 out nocopy JTF_VARCHAR2_TABLE_300
368: )
369:
370: as
371: ddx_layout_tbl hz_format_pub.layout_tbl_type;
372: ddindx binary_integer; indx binary_integer;
373: begin
374:
375: -- copy data to the local IN or IN-OUT args, if any

Line 390: hz_format_pub.format_address_layout(p_location_id,

386:
387:
388:
389: -- here's the delegated call to the old PL/SQL routine
390: hz_format_pub.format_address_layout(p_location_id,
391: p_style_code,
392: p_style_format_code,
393: p_line_break,
394: p_space_replace,

Line 417: hz_format_pub_w.rosetta_table_copy_out_p2(ddx_layout_tbl, p12_a0

413:
414:
415:
416:
417: hz_format_pub_w.rosetta_table_copy_out_p2(ddx_layout_tbl, p12_a0
418: , p12_a1
419: , p12_a2
420: , p12_a3
421: , p12_a4

Line 467: ddx_layout_tbl hz_format_pub.layout_tbl_type;

463: , p22_a10 out nocopy JTF_VARCHAR2_TABLE_300
464: )
465:
466: as
467: ddx_layout_tbl hz_format_pub.layout_tbl_type;
468: ddindx binary_integer; indx binary_integer;
469: begin
470:
471: -- copy data to the local IN or IN-OUT args, if any

Line 496: hz_format_pub.format_address_layout(p_style_code,

492:
493:
494:
495: -- here's the delegated call to the old PL/SQL routine
496: hz_format_pub.format_address_layout(p_style_code,
497: p_style_format_code,
498: p_line_break,
499: p_space_replace,
500: p_to_language_code,

Line 543: hz_format_pub_w.rosetta_table_copy_out_p2(ddx_layout_tbl, p22_a0

539:
540:
541:
542:
543: hz_format_pub_w.rosetta_table_copy_out_p2(ddx_layout_tbl, p22_a0
544: , p22_a1
545: , p22_a2
546: , p22_a3
547: , p22_a4

Line 573: ddx_formatted_name_tbl hz_format_pub.string_tbl_type;

569: , x_formatted_name_tbl out nocopy JTF_VARCHAR2_TABLE_300
570: )
571:
572: as
573: ddx_formatted_name_tbl hz_format_pub.string_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 592: hz_format_pub.format_name(p_party_id,

588:
589:
590:
591: -- here's the delegated call to the old PL/SQL routine
592: hz_format_pub.format_name(p_party_id,
593: p_style_code,
594: p_style_format_code,
595: p_line_break,
596: p_space_replace,

Line 619: hz_format_pub_w.rosetta_table_copy_out_p0(ddx_formatted_name_tbl, x_formatted_name_tbl);

615:
616:
617:
618:
619: hz_format_pub_w.rosetta_table_copy_out_p0(ddx_formatted_name_tbl, x_formatted_name_tbl);
620: end;
621:
622: procedure format_name_6(p_style_code VARCHAR2
623: , p_style_format_code VARCHAR2

Line 646: ddx_formatted_name_tbl hz_format_pub.string_tbl_type;

642: , x_formatted_name_tbl out nocopy JTF_VARCHAR2_TABLE_300
643: )
644:
645: as
646: ddx_formatted_name_tbl hz_format_pub.string_tbl_type;
647: ddindx binary_integer; indx binary_integer;
648: begin
649:
650: -- copy data to the local IN or IN-OUT args, if any

Line 673: hz_format_pub.format_name(p_style_code,

669:
670:
671:
672: -- here's the delegated call to the old PL/SQL routine
673: hz_format_pub.format_name(p_style_code,
674: p_style_format_code,
675: p_line_break,
676: p_space_replace,
677: p_ref_language_code,

Line 716: hz_format_pub_w.rosetta_table_copy_out_p0(ddx_formatted_name_tbl, x_formatted_name_tbl);

712:
713:
714:
715:
716: hz_format_pub_w.rosetta_table_copy_out_p0(ddx_formatted_name_tbl, x_formatted_name_tbl);
717: end;
718:
719: procedure format_data_7(p_object_code VARCHAR2
720: , p_object_key_1 VARCHAR2

Line 739: ddx_formatted_data_tbl hz_format_pub.string_tbl_type;

735: , x_formatted_data_tbl out nocopy JTF_VARCHAR2_TABLE_300
736: )
737:
738: as
739: ddx_formatted_data_tbl hz_format_pub.string_tbl_type;
740: ddindx binary_integer; indx binary_integer;
741: begin
742:
743: -- copy data to the local IN or IN-OUT args, if any

Line 762: hz_format_pub.format_data(p_object_code,

758:
759:
760:
761: -- here's the delegated call to the old PL/SQL routine
762: hz_format_pub.format_data(p_object_code,
763: p_object_key_1,
764: p_object_key_2,
765: p_object_key_3,
766: p_object_key_4,

Line 797: hz_format_pub_w.rosetta_table_copy_out_p0(ddx_formatted_data_tbl, x_formatted_data_tbl);

793:
794:
795:
796:
797: hz_format_pub_w.rosetta_table_copy_out_p0(ddx_formatted_data_tbl, x_formatted_data_tbl);
798: end;
799:
800: procedure get_context_8(p0_a0 out nocopy VARCHAR2
801: , p0_a1 out nocopy VARCHAR2

Line 810: ddx_context hz_format_pub.context_rec_type;

806: , p0_a6 out nocopy VARCHAR2
807: )
808:
809: as
810: ddx_context hz_format_pub.context_rec_type;
811: ddindx binary_integer; indx binary_integer;
812: begin
813:
814: -- copy data to the local IN or IN-OUT args, if any

Line 817: hz_format_pub.get_context(ddx_context);

813:
814: -- copy data to the local IN or IN-OUT args, if any
815:
816: -- here's the delegated call to the old PL/SQL routine
817: hz_format_pub.get_context(ddx_context);
818:
819: -- copy data back from the local variables to OUT or IN-OUT args, if any
820: p0_a0 := ddx_context.style_code;
821: p0_a1 := ddx_context.style_format_code;

Line 829: end hz_format_pub_w;

825: p0_a5 := ddx_context.from_language_code;
826: p0_a6 := ddx_context.country_name_lang;
827: end;
828:
829: end hz_format_pub_w;