DBA Data[Home] [Help]

APPS.AMS_LIST_SRC_MAPPING_W dependencies on JTF_VARCHAR2_TABLE_1000

Line 22: procedure rosetta_table_copy_in_p1(t out nocopy ams_list_src_mapping.l_tbl_type, a0 JTF_VARCHAR2_TABLE_1000) as

18: if n=b then return a; end if;
19: return n;
20: end;
21:
22: procedure rosetta_table_copy_in_p1(t out nocopy ams_list_src_mapping.l_tbl_type, a0 JTF_VARCHAR2_TABLE_1000) 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_p1(t ams_list_src_mapping.l_tbl_type, a0 out nocopy JTF_VARCHAR2_TABLE_1000) as

36: end loop;
37: end if;
38: end if;
39: end rosetta_table_copy_in_p1;
40: procedure rosetta_table_copy_out_p1(t ams_list_src_mapping.l_tbl_type, a0 out nocopy JTF_VARCHAR2_TABLE_1000) 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_1000();

Line 44: a0 := JTF_VARCHAR2_TABLE_1000();

40: procedure rosetta_table_copy_out_p1(t ams_list_src_mapping.l_tbl_type, a0 out nocopy JTF_VARCHAR2_TABLE_1000) 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_1000();
45: else
46: a0 := JTF_VARCHAR2_TABLE_1000();
47: if t.count > 0 then
48: a0.extend(t.count);

Line 46: a0 := JTF_VARCHAR2_TABLE_1000();

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

Line 73: , p_list_src_fields JTF_VARCHAR2_TABLE_1000

69: , x_msg_data out nocopy VARCHAR2
70: , p_imp_list_header_id NUMBER
71: , p_source_name VARCHAR2
72: , p_table_name VARCHAR2
73: , p_list_src_fields JTF_VARCHAR2_TABLE_1000
74: , p_list_target_fields JTF_VARCHAR2_TABLE_1000
75: , px_src_type_id in out nocopy NUMBER
76: )
77:

Line 74: , p_list_target_fields JTF_VARCHAR2_TABLE_1000

70: , p_imp_list_header_id NUMBER
71: , p_source_name VARCHAR2
72: , p_table_name VARCHAR2
73: , p_list_src_fields JTF_VARCHAR2_TABLE_1000
74: , p_list_target_fields JTF_VARCHAR2_TABLE_1000
75: , px_src_type_id in out nocopy NUMBER
76: )
77:
78: as