DBA Data[Home] [Help]

APPS.OE_OE_HTML_LINE_W dependencies on JTF_NUMBER_TABLE

Line 22: procedure rosetta_table_copy_in_p0(t out NOCOPY /* file.sql.39 change */ oe_oe_html_line.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_line.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_line.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_line.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_line.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 2433: , p_attr_id_tbl JTF_NUMBER_TABLE

2429: , x_msg_data out NOCOPY /* file.sql.39 change */ VARCHAR2
2430: , p_line_id NUMBER
2431: , p_attr_id NUMBER
2432: , p_attr_value VARCHAR2
2433: , p_attr_id_tbl JTF_NUMBER_TABLE
2434: , p_attr_value_tbl JTF_VARCHAR2_TABLE_2000
2435: , p_reason VARCHAR2
2436: , p_comments VARCHAR2
2437: , p10_a0 in out NOCOPY /* file.sql.39 change */ NUMBER