DBA Data[Home] [Help]

APPS.OE_GLOBALS_W dependencies on JTF_VARCHAR2_TABLE_100

Line 115: , a2 JTF_VARCHAR2_TABLE_100

111: end rosetta_table_copy_out_p222;
112:
113: procedure rosetta_table_copy_in_p226(t out NOCOPY /* file.sql.39 change */ oe_globals.oe_audit_trail_history_tbl, a0 JTF_NUMBER_TABLE
114: , a1 JTF_NUMBER_TABLE
115: , a2 JTF_VARCHAR2_TABLE_100
116: ) as
117: ddindx binary_integer; indx binary_integer;
118: begin
119: if a0 is not null and a0.count > 0 then

Line 138: , a2 out NOCOPY /* file.sql.39 change */ JTF_VARCHAR2_TABLE_100

134: end if;
135: end rosetta_table_copy_in_p226;
136: procedure rosetta_table_copy_out_p226(t oe_globals.oe_audit_trail_history_tbl, a0 out NOCOPY /* file.sql.39 change */ JTF_NUMBER_TABLE
137: , a1 out NOCOPY /* file.sql.39 change */ JTF_NUMBER_TABLE
138: , a2 out NOCOPY /* file.sql.39 change */ JTF_VARCHAR2_TABLE_100
139: ) as
140: ddindx binary_integer; indx binary_integer;
141: begin
142: if t is null or t.count = 0 then

Line 145: a2 := JTF_VARCHAR2_TABLE_100();

141: begin
142: if t is null or t.count = 0 then
143: a0 := JTF_NUMBER_TABLE();
144: a1 := JTF_NUMBER_TABLE();
145: a2 := JTF_VARCHAR2_TABLE_100();
146: else
147: a0 := JTF_NUMBER_TABLE();
148: a1 := JTF_NUMBER_TABLE();
149: a2 := JTF_VARCHAR2_TABLE_100();

Line 149: a2 := JTF_VARCHAR2_TABLE_100();

145: a2 := JTF_VARCHAR2_TABLE_100();
146: else
147: a0 := JTF_NUMBER_TABLE();
148: a1 := JTF_NUMBER_TABLE();
149: a2 := JTF_VARCHAR2_TABLE_100();
150: if t.count > 0 then
151: a0.extend(t.count);
152: a1.extend(t.count);
153: a2.extend(t.count);

Line 262: procedure rosetta_table_copy_in_p232(t out NOCOPY /* file.sql.39 change */ oe_globals.access_list, a0 JTF_VARCHAR2_TABLE_100) as

258: end if;
259: end if;
260: end rosetta_table_copy_out_p229;
261:
262: procedure rosetta_table_copy_in_p232(t out NOCOPY /* file.sql.39 change */ oe_globals.access_list, a0 JTF_VARCHAR2_TABLE_100) as
263: ddindx binary_integer; indx binary_integer;
264: begin
265: if a0 is not null and a0.count > 0 then
266: if a0.count > 0 then

Line 280: procedure rosetta_table_copy_out_p232(t oe_globals.access_list, a0 out NOCOPY /* file.sql.39 change */ JTF_VARCHAR2_TABLE_100) as

276: end loop;
277: end if;
278: end if;
279: end rosetta_table_copy_in_p232;
280: procedure rosetta_table_copy_out_p232(t oe_globals.access_list, a0 out NOCOPY /* file.sql.39 change */ JTF_VARCHAR2_TABLE_100) as
281: ddindx binary_integer; indx binary_integer;
282: begin
283: if t is null or t.count = 0 then
284: a0 := JTF_VARCHAR2_TABLE_100();

Line 284: a0 := JTF_VARCHAR2_TABLE_100();

280: procedure rosetta_table_copy_out_p232(t oe_globals.access_list, a0 out NOCOPY /* file.sql.39 change */ JTF_VARCHAR2_TABLE_100) as
281: ddindx binary_integer; indx binary_integer;
282: begin
283: if t is null or t.count = 0 then
284: a0 := JTF_VARCHAR2_TABLE_100();
285: else
286: a0 := JTF_VARCHAR2_TABLE_100();
287: if t.count > 0 then
288: a0.extend(t.count);

Line 286: a0 := JTF_VARCHAR2_TABLE_100();

282: begin
283: if t is null or t.count = 0 then
284: a0 := JTF_VARCHAR2_TABLE_100();
285: else
286: a0 := JTF_VARCHAR2_TABLE_100();
287: if t.count > 0 then
288: a0.extend(t.count);
289: ddindx := t.first;
290: indx := 1;