DBA Data[Home] [Help]

APPS.OE_OE_HTML_HEADER_W dependencies on JTF_VARCHAR2_TABLE_2000

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 85: a0 := JTF_VARCHAR2_TABLE_2000();

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();
86: else
87: a0 := JTF_VARCHAR2_TABLE_2000();
88: if t.count > 0 then
89: a0.extend(t.count);

Line 87: a0 := JTF_VARCHAR2_TABLE_2000();

83: begin
84: if t is null or t.count = 0 then
85: a0 := JTF_VARCHAR2_TABLE_2000();
86: else
87: a0 := JTF_VARCHAR2_TABLE_2000();
88: if t.count > 0 then
89: a0.extend(t.count);
90: ddindx := t.first;
91: indx := 1;

Line 1220: , p_attr_value_tbl JTF_VARCHAR2_TABLE_2000

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
1224: , p8_a3 in out NOCOPY /* file.sql.39 change */ VARCHAR2