DBA Data[Home] [Help]

APPS.AMS_MANUAL_LIST_GEN_W dependencies on JTF_VARCHAR2_TABLE_400

Line 63: procedure rosetta_table_copy_in_p2(t out nocopy ams_manual_list_gen.varchar2_tbl_type, a0 JTF_VARCHAR2_TABLE_400) as

59: end if;
60: end if;
61: end rosetta_table_copy_out_p1;
62:
63: procedure rosetta_table_copy_in_p2(t out nocopy ams_manual_list_gen.varchar2_tbl_type, a0 JTF_VARCHAR2_TABLE_400) 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_p2(t ams_manual_list_gen.varchar2_tbl_type, a0 out nocopy JTF_VARCHAR2_TABLE_400) as

77: end loop;
78: end if;
79: end if;
80: end rosetta_table_copy_in_p2;
81: procedure rosetta_table_copy_out_p2(t ams_manual_list_gen.varchar2_tbl_type, a0 out nocopy JTF_VARCHAR2_TABLE_400) 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_400();

Line 85: a0 := JTF_VARCHAR2_TABLE_400();

81: procedure rosetta_table_copy_out_p2(t ams_manual_list_gen.varchar2_tbl_type, a0 out nocopy JTF_VARCHAR2_TABLE_400) 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_400();
86: else
87: a0 := JTF_VARCHAR2_TABLE_400();
88: if t.count > 0 then
89: a0.extend(t.count);

Line 87: a0 := JTF_VARCHAR2_TABLE_400();

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

Line 266: , p_last_name_tbl JTF_VARCHAR2_TABLE_400

262: , x_msg_count out nocopy NUMBER
263: , x_msg_data out nocopy VARCHAR2
264: , p_list_header_id NUMBER
265: , p_primary_key_tbl JTF_NUMBER_TABLE
266: , p_last_name_tbl JTF_VARCHAR2_TABLE_400
267: , p_first_name_tbl JTF_VARCHAR2_TABLE_400
268: , p_email_tbl JTF_VARCHAR2_TABLE_400
269: , p_master_type VARCHAR2
270: )

Line 267: , p_first_name_tbl JTF_VARCHAR2_TABLE_400

263: , x_msg_data out nocopy VARCHAR2
264: , p_list_header_id NUMBER
265: , p_primary_key_tbl JTF_NUMBER_TABLE
266: , p_last_name_tbl JTF_VARCHAR2_TABLE_400
267: , p_first_name_tbl JTF_VARCHAR2_TABLE_400
268: , p_email_tbl JTF_VARCHAR2_TABLE_400
269: , p_master_type VARCHAR2
270: )
271:

Line 268: , p_email_tbl JTF_VARCHAR2_TABLE_400

264: , p_list_header_id NUMBER
265: , p_primary_key_tbl JTF_NUMBER_TABLE
266: , p_last_name_tbl JTF_VARCHAR2_TABLE_400
267: , p_first_name_tbl JTF_VARCHAR2_TABLE_400
268: , p_email_tbl JTF_VARCHAR2_TABLE_400
269: , p_master_type VARCHAR2
270: )
271:
272: as