DBA Data[Home] [Help]

APPS.AR_CREDIT_MEMO_API_PUB_W dependencies on JTF_VARCHAR2_TABLE_300

Line 86: procedure rosetta_table_copy_in_p4(t out nocopy ar_credit_memo_api_pub.cm_notes_tbl_type_cover, a0 JTF_VARCHAR2_TABLE_300

82: end if;
83: end if;
84: end rosetta_table_copy_out_p1;
85:
86: procedure rosetta_table_copy_in_p4(t out nocopy ar_credit_memo_api_pub.cm_notes_tbl_type_cover, a0 JTF_VARCHAR2_TABLE_300
87: ) as
88: ddindx binary_integer; indx binary_integer;
89: begin
90: if a0 is not null and a0.count > 0 then

Line 105: procedure rosetta_table_copy_out_p4(t ar_credit_memo_api_pub.cm_notes_tbl_type_cover, a0 out nocopy JTF_VARCHAR2_TABLE_300

101: end loop;
102: end if;
103: end if;
104: end rosetta_table_copy_in_p4;
105: procedure rosetta_table_copy_out_p4(t ar_credit_memo_api_pub.cm_notes_tbl_type_cover, a0 out nocopy JTF_VARCHAR2_TABLE_300
106: ) as
107: ddindx binary_integer; indx binary_integer;
108: begin
109: if t is null or t.count = 0 then

Line 110: a0 := JTF_VARCHAR2_TABLE_300();

106: ) as
107: ddindx binary_integer; indx binary_integer;
108: begin
109: if t is null or t.count = 0 then
110: a0 := JTF_VARCHAR2_TABLE_300();
111: else
112: a0 := JTF_VARCHAR2_TABLE_300();
113: if t.count > 0 then
114: a0.extend(t.count);

Line 112: a0 := JTF_VARCHAR2_TABLE_300();

108: begin
109: if t is null or t.count = 0 then
110: a0 := JTF_VARCHAR2_TABLE_300();
111: else
112: a0 := JTF_VARCHAR2_TABLE_300();
113: if t.count > 0 then
114: a0.extend(t.count);
115: ddindx := t.first;
116: indx := 1;