DBA Data[Home] [Help]

APPS.EAM_PROCESS_WO_PUB_W dependencies on JTF_VARCHAR2_TABLE_1000

Line 5286: procedure rosetta_table_copy_in_p45(t out nocopy eam_process_wo_pub.wo_relationship_exc_tbl_type, a0 JTF_VARCHAR2_TABLE_1000) as

5282: end if;
5283: end if;
5284: end rosetta_table_copy_out_p44;
5285:
5286: procedure rosetta_table_copy_in_p45(t out nocopy eam_process_wo_pub.wo_relationship_exc_tbl_type, a0 JTF_VARCHAR2_TABLE_1000) as
5287: ddindx binary_integer; indx binary_integer;
5288: begin
5289: if a0 is not null and a0.count > 0 then
5290: if a0.count > 0 then

Line 5304: procedure rosetta_table_copy_out_p45(t eam_process_wo_pub.wo_relationship_exc_tbl_type, a0 out nocopy JTF_VARCHAR2_TABLE_1000) as

5300: end loop;
5301: end if;
5302: end if;
5303: end rosetta_table_copy_in_p45;
5304: procedure rosetta_table_copy_out_p45(t eam_process_wo_pub.wo_relationship_exc_tbl_type, a0 out nocopy JTF_VARCHAR2_TABLE_1000) as
5305: ddindx binary_integer; indx binary_integer;
5306: begin
5307: if t is null or t.count = 0 then
5308: a0 := JTF_VARCHAR2_TABLE_1000();

Line 5308: a0 := JTF_VARCHAR2_TABLE_1000();

5304: procedure rosetta_table_copy_out_p45(t eam_process_wo_pub.wo_relationship_exc_tbl_type, a0 out nocopy JTF_VARCHAR2_TABLE_1000) as
5305: ddindx binary_integer; indx binary_integer;
5306: begin
5307: if t is null or t.count = 0 then
5308: a0 := JTF_VARCHAR2_TABLE_1000();
5309: else
5310: a0 := JTF_VARCHAR2_TABLE_1000();
5311: if t.count > 0 then
5312: a0.extend(t.count);

Line 5310: a0 := JTF_VARCHAR2_TABLE_1000();

5306: begin
5307: if t is null or t.count = 0 then
5308: a0 := JTF_VARCHAR2_TABLE_1000();
5309: else
5310: a0 := JTF_VARCHAR2_TABLE_1000();
5311: if t.count > 0 then
5312: a0.extend(t.count);
5313: ddindx := t.first;
5314: indx := 1;