DBA Data[Home] [Help]

APPS.AMS_IMPORTCLIENT_PVT_W dependencies on JTF_VARCHAR2_TABLE_4000

Line 22: procedure rosetta_table_copy_in_p0(t OUT NOCOPY ams_importclient_pvt.char_data_set_type_w, a0 JTF_VARCHAR2_TABLE_4000) as

18: if d = rosetta_g_mistake_date then return fnd_api.g_miss_date; end if;
19: return d;
20: end;
21:
22: procedure rosetta_table_copy_in_p0(t OUT NOCOPY ams_importclient_pvt.char_data_set_type_w, a0 JTF_VARCHAR2_TABLE_4000) 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 ams_importclient_pvt.char_data_set_type_w, a0 OUT NOCOPY JTF_VARCHAR2_TABLE_4000) 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 ams_importclient_pvt.char_data_set_type_w, a0 OUT NOCOPY JTF_VARCHAR2_TABLE_4000) as
41: ddindx binary_integer; indx binary_integer;
42: begin
43: if t is null or t.count = 0 then
44: a0 := JTF_VARCHAR2_TABLE_4000();

Line 44: a0 := JTF_VARCHAR2_TABLE_4000();

40: procedure rosetta_table_copy_out_p0(t ams_importclient_pvt.char_data_set_type_w, a0 OUT NOCOPY JTF_VARCHAR2_TABLE_4000) as
41: ddindx binary_integer; indx binary_integer;
42: begin
43: if t is null or t.count = 0 then
44: a0 := JTF_VARCHAR2_TABLE_4000();
45: else
46: a0 := JTF_VARCHAR2_TABLE_4000();
47: if t.count > 0 then
48: a0.extend(t.count);

Line 46: a0 := JTF_VARCHAR2_TABLE_4000();

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

Line 104: procedure rosetta_table_copy_in_p2(t OUT NOCOPY ams_importclient_pvt.varchar2_4000_set_type, a0 JTF_VARCHAR2_TABLE_4000) as

100: end if;
101: end if;
102: end rosetta_table_copy_out_p1;
103:
104: procedure rosetta_table_copy_in_p2(t OUT NOCOPY ams_importclient_pvt.varchar2_4000_set_type, a0 JTF_VARCHAR2_TABLE_4000) 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_p2(t ams_importclient_pvt.varchar2_4000_set_type, a0 OUT NOCOPY JTF_VARCHAR2_TABLE_4000) as

118: end loop;
119: end if;
120: end if;
121: end rosetta_table_copy_in_p2;
122: procedure rosetta_table_copy_out_p2(t ams_importclient_pvt.varchar2_4000_set_type, a0 OUT NOCOPY JTF_VARCHAR2_TABLE_4000) 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_4000();

Line 126: a0 := JTF_VARCHAR2_TABLE_4000();

122: procedure rosetta_table_copy_out_p2(t ams_importclient_pvt.varchar2_4000_set_type, a0 OUT NOCOPY JTF_VARCHAR2_TABLE_4000) 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_4000();
127: else
128: a0 := JTF_VARCHAR2_TABLE_4000();
129: if t.count > 0 then
130: a0.extend(t.count);

Line 128: a0 := JTF_VARCHAR2_TABLE_4000();

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

Line 190: , p_data JTF_VARCHAR2_TABLE_4000

186: procedure insert_lead_data(p_api_version NUMBER
187: , p_init_msg_list VARCHAR2
188: , p_commit VARCHAR2
189: , p_import_list_header_id NUMBER
190: , p_data JTF_VARCHAR2_TABLE_4000
191: , p_error_rows JTF_NUMBER_TABLE
192: , p_row_count NUMBER
193: , x_return_status OUT NOCOPY VARCHAR2
194: , x_msg_count OUT NOCOPY NUMBER

Line 245: , p_data JTF_VARCHAR2_TABLE_4000

241: procedure insert_list_data(p_api_version NUMBER
242: , p_init_msg_list VARCHAR2
243: , p_commit VARCHAR2
244: , p_import_list_header_id NUMBER
245: , p_data JTF_VARCHAR2_TABLE_4000
246: , p_row_count NUMBER
247: , p_error_rows JTF_NUMBER_TABLE
248: , x_return_status OUT NOCOPY VARCHAR2
249: , x_msg_count OUT NOCOPY NUMBER