DBA Data[Home] [Help]

APPS.AMS_MANUAL_LIST_GEN_W dependencies on JTF_VARCHAR2_TABLE_100

Line 104: procedure rosetta_table_copy_in_p3(t out nocopy ams_manual_list_gen.child_type, a0 JTF_VARCHAR2_TABLE_100) as

100: end if;
101: end if;
102: end rosetta_table_copy_out_p2;
103:
104: procedure rosetta_table_copy_in_p3(t out nocopy ams_manual_list_gen.child_type, a0 JTF_VARCHAR2_TABLE_100) as
105: ddindx binary_integer; indx binary_integer;
106: begin
107: if a0 is not null and a0.count > 0 then
108: if a0.count > 0 then

Line 122: procedure rosetta_table_copy_out_p3(t ams_manual_list_gen.child_type, a0 out nocopy JTF_VARCHAR2_TABLE_100) as

118: end loop;
119: end if;
120: end if;
121: end rosetta_table_copy_in_p3;
122: procedure rosetta_table_copy_out_p3(t ams_manual_list_gen.child_type, a0 out nocopy JTF_VARCHAR2_TABLE_100) as
123: ddindx binary_integer; indx binary_integer;
124: begin
125: if t is null or t.count = 0 then
126: a0 := JTF_VARCHAR2_TABLE_100();

Line 126: a0 := JTF_VARCHAR2_TABLE_100();

122: procedure rosetta_table_copy_out_p3(t ams_manual_list_gen.child_type, a0 out nocopy JTF_VARCHAR2_TABLE_100) as
123: ddindx binary_integer; indx binary_integer;
124: begin
125: if t is null or t.count = 0 then
126: a0 := JTF_VARCHAR2_TABLE_100();
127: else
128: a0 := JTF_VARCHAR2_TABLE_100();
129: if t.count > 0 then
130: a0.extend(t.count);

Line 128: a0 := JTF_VARCHAR2_TABLE_100();

124: begin
125: if t is null or t.count = 0 then
126: a0 := JTF_VARCHAR2_TABLE_100();
127: else
128: a0 := JTF_VARCHAR2_TABLE_100();
129: if t.count > 0 then
130: a0.extend(t.count);
131: ddindx := t.first;
132: indx := 1;