DBA Data[Home] [Help]

APPS.OE_OE_HTML_HEADER_W dependencies on OE_OE_HTML_HEADER

Line 1: package body oe_oe_html_header_w as

1: package body oe_oe_html_header_w as
2: /* $Header: ONTRHDRB.pls 120.0 2005/06/01 00:25:16 appldev 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 22: procedure rosetta_table_copy_in_p0(t out NOCOPY /* file.sql.39 change */ oe_oe_html_header.number_tbl_type, a0 JTF_NUMBER_TABLE) as

18: if n=b then return a; end if;
19: return n;
20: end;
21:
22: procedure rosetta_table_copy_in_p0(t out NOCOPY /* file.sql.39 change */ oe_oe_html_header.number_tbl_type, a0 JTF_NUMBER_TABLE) as
23: ddindx binary_integer; indx binary_integer;
24: begin
25: if a0 is not null and a0.count > 0 then
26: if a0.count > 0 then

Line 40: procedure rosetta_table_copy_out_p0(t oe_oe_html_header.number_tbl_type, a0 out NOCOPY /* file.sql.39 change */ JTF_NUMBER_TABLE) as

36: end loop;
37: end if;
38: end if;
39: end rosetta_table_copy_in_p0;
40: procedure rosetta_table_copy_out_p0(t oe_oe_html_header.number_tbl_type, a0 out NOCOPY /* file.sql.39 change */ JTF_NUMBER_TABLE) as
41: ddindx binary_integer; indx binary_integer;
42: begin
43: if t is null or t.count = 0 then
44: a0 := JTF_NUMBER_TABLE();

Line 63: procedure rosetta_table_copy_in_p1(t out NOCOPY /* file.sql.39 change */ oe_oe_html_header.varchar2_tbl_type, a0 JTF_VARCHAR2_TABLE_2000) as

59: end if;
60: end if;
61: end rosetta_table_copy_out_p0;
62:
63: procedure rosetta_table_copy_in_p1(t out NOCOPY /* file.sql.39 change */ oe_oe_html_header.varchar2_tbl_type, a0 JTF_VARCHAR2_TABLE_2000) as
64: ddindx binary_integer; indx binary_integer;
65: begin
66: if a0 is not null and a0.count > 0 then
67: if a0.count > 0 then

Line 81: procedure rosetta_table_copy_out_p1(t oe_oe_html_header.varchar2_tbl_type, a0 out NOCOPY /* file.sql.39 change */ JTF_VARCHAR2_TABLE_2000) as

77: end loop;
78: end if;
79: end if;
80: end rosetta_table_copy_in_p1;
81: procedure rosetta_table_copy_out_p1(t oe_oe_html_header.varchar2_tbl_type, a0 out NOCOPY /* file.sql.39 change */ JTF_VARCHAR2_TABLE_2000) as
82: ddindx binary_integer; indx binary_integer;
83: begin
84: if t is null or t.count = 0 then
85: a0 := JTF_VARCHAR2_TABLE_2000();

Line 840: oe_oe_html_header.default_attributes(x_return_status,

836: ddx_header_val_rec.blanket_agreement_name := p4_a141;
837:
838:
839: -- here's the delegated call to the old PL/SQL routine
840: oe_oe_html_header.default_attributes(x_return_status,
841: x_msg_count,
842: x_msg_data,
843: ddx_header_rec,
844: ddx_header_val_rec,

Line 1798: ddp_attr_id_tbl oe_oe_html_header.number_tbl_type;

1794: , p10_a215 in out NOCOPY /* file.sql.39 change */ NUMBER
1795: )
1796:
1797: as
1798: ddp_attr_id_tbl oe_oe_html_header.number_tbl_type;
1799: ddp_attr_value_tbl oe_oe_html_header.varchar2_tbl_type;
1800: ddx_header_rec oe_order_pub.header_rec_type;
1801: ddx_header_val_rec oe_order_pub.header_val_rec_type;
1802: ddx_old_header_rec oe_order_pub.header_rec_type;

Line 1799: ddp_attr_value_tbl oe_oe_html_header.varchar2_tbl_type;

1795: )
1796:
1797: as
1798: ddp_attr_id_tbl oe_oe_html_header.number_tbl_type;
1799: ddp_attr_value_tbl oe_oe_html_header.varchar2_tbl_type;
1800: ddx_header_rec oe_order_pub.header_rec_type;
1801: ddx_header_val_rec oe_order_pub.header_val_rec_type;
1802: ddx_old_header_rec oe_order_pub.header_rec_type;
1803: ddindx binary_integer; indx binary_integer;

Line 1813: oe_oe_html_header_w.rosetta_table_copy_in_p0(ddp_attr_id_tbl, p_attr_id_tbl);

1809:
1810:
1811:
1812:
1813: oe_oe_html_header_w.rosetta_table_copy_in_p0(ddp_attr_id_tbl, p_attr_id_tbl);
1814:
1815: oe_oe_html_header_w.rosetta_table_copy_in_p1(ddp_attr_value_tbl, p_attr_value_tbl);
1816:
1817: ddx_header_rec.accounting_rule_id := rosetta_g_miss_num_map(p8_a0);

Line 1815: oe_oe_html_header_w.rosetta_table_copy_in_p1(ddp_attr_value_tbl, p_attr_value_tbl);

1811:
1812:
1813: oe_oe_html_header_w.rosetta_table_copy_in_p0(ddp_attr_id_tbl, p_attr_id_tbl);
1814:
1815: oe_oe_html_header_w.rosetta_table_copy_in_p1(ddp_attr_value_tbl, p_attr_value_tbl);
1816:
1817: ddx_header_rec.accounting_rule_id := rosetta_g_miss_num_map(p8_a0);
1818: ddx_header_rec.agreement_id := rosetta_g_miss_num_map(p8_a1);
1819: ddx_header_rec.attribute1 := p8_a2;

Line 2395: oe_oe_html_header.change_attribute(x_return_status,

2391: ddx_old_header_rec.contract_source_doc_type_code := p10_a214;
2392: ddx_old_header_rec.contract_source_document_id := rosetta_g_miss_num_map(p10_a215);
2393:
2394: -- here's the delegated call to the old PL/SQL routine
2395: oe_oe_html_header.change_attribute(x_return_status,
2396: x_msg_count,
2397: x_msg_data,
2398: p_header_id,
2399: p_attr_id,

Line 4173: oe_oe_html_header.save_header(x_return_status,

4169: ddx_old_header_rec.contract_source_doc_type_code := p7_a214;
4170: ddx_old_header_rec.contract_source_document_id := rosetta_g_miss_num_map(p7_a215);
4171:
4172: -- here's the delegated call to the old PL/SQL routine
4173: oe_oe_html_header.save_header(x_return_status,
4174: x_msg_count,
4175: x_msg_data,
4176: p_header_id,
4177: ddp_process,

Line 4785: oe_oe_html_header.process_object(p_init_msg_list,

4781:
4782:
4783:
4784: -- here's the delegated call to the old PL/SQL routine
4785: oe_oe_html_header.process_object(p_init_msg_list,
4786: x_return_status,
4787: x_msg_count,
4788: x_msg_data,
4789: ddx_cascade_flag);

Line 5396: oe_oe_html_header.populate_transient_attributes(ddp_header_rec,

5392:
5393:
5394:
5395: -- here's the delegated call to the old PL/SQL routine
5396: oe_oe_html_header.populate_transient_attributes(ddp_header_rec,
5397: ddx_header_val_rec,
5398: x_return_status,
5399: x_msg_count,
5400: x_msg_data);

Line 5551: end oe_oe_html_header_w;

5547:
5548:
5549: end;
5550:
5551: end oe_oe_html_header_w;