DBA Data[Home] [Help]

APPS.OE_OE_HTML_HEADER_W dependencies on JTF_NUMBER_TABLE

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 44: a0 := JTF_NUMBER_TABLE();

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();
45: else
46: a0 := JTF_NUMBER_TABLE();
47: if t.count > 0 then
48: a0.extend(t.count);

Line 46: a0 := JTF_NUMBER_TABLE();

42: begin
43: if t is null or t.count = 0 then
44: a0 := JTF_NUMBER_TABLE();
45: else
46: a0 := JTF_NUMBER_TABLE();
47: if t.count > 0 then
48: a0.extend(t.count);
49: ddindx := t.first;
50: indx := 1;

Line 1219: , p_attr_id_tbl JTF_NUMBER_TABLE

1215: , x_msg_data out NOCOPY /* file.sql.39 change */ VARCHAR2
1216: , p_header_id NUMBER
1217: , p_attr_id NUMBER
1218: , p_attr_value VARCHAR2
1219: , p_attr_id_tbl JTF_NUMBER_TABLE
1220: , p_attr_value_tbl JTF_VARCHAR2_TABLE_2000
1221: , p8_a0 in out NOCOPY /* file.sql.39 change */ NUMBER
1222: , p8_a1 in out NOCOPY /* file.sql.39 change */ NUMBER
1223: , p8_a2 in out NOCOPY /* file.sql.39 change */ VARCHAR2