DBA Data[Home] [Help]

APPS.EAM_PROCESS_WO_PUB_W dependencies on JTF_VARCHAR2_TABLE_1000

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

5317: end if;
5318: end if;
5319: end rosetta_table_copy_out_p44;
5320:
5321: procedure rosetta_table_copy_in_p45(t out nocopy eam_process_wo_pub.wo_relationship_exc_tbl_type, a0 JTF_VARCHAR2_TABLE_1000) as
5322: ddindx binary_integer; indx binary_integer;
5323: begin
5324: if a0 is not null and a0.count > 0 then
5325: if a0.count > 0 then

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

5335: end loop;
5336: end if;
5337: end if;
5338: end rosetta_table_copy_in_p45;
5339: procedure rosetta_table_copy_out_p45(t eam_process_wo_pub.wo_relationship_exc_tbl_type, a0 out nocopy JTF_VARCHAR2_TABLE_1000) as
5340: ddindx binary_integer; indx binary_integer;
5341: begin
5342: if t is null or t.count = 0 then
5343: a0 := JTF_VARCHAR2_TABLE_1000();

Line 5343: a0 := JTF_VARCHAR2_TABLE_1000();

5339: procedure rosetta_table_copy_out_p45(t eam_process_wo_pub.wo_relationship_exc_tbl_type, a0 out nocopy JTF_VARCHAR2_TABLE_1000) as
5340: ddindx binary_integer; indx binary_integer;
5341: begin
5342: if t is null or t.count = 0 then
5343: a0 := JTF_VARCHAR2_TABLE_1000();
5344: else
5345: a0 := JTF_VARCHAR2_TABLE_1000();
5346: if t.count > 0 then
5347: a0.extend(t.count);

Line 5345: a0 := JTF_VARCHAR2_TABLE_1000();

5341: begin
5342: if t is null or t.count = 0 then
5343: a0 := JTF_VARCHAR2_TABLE_1000();
5344: else
5345: a0 := JTF_VARCHAR2_TABLE_1000();
5346: if t.count > 0 then
5347: a0.extend(t.count);
5348: ddindx := t.first;
5349: indx := 1;