[Home] [Help]
1: package body eam_process_wo_pub_w as
2: /* $Header: EAMVWORB.pls 120.3.12020000.3 2013/01/17 13:48:47 vchidura ship $ */
3: procedure rosetta_table_copy_in_p26(t out nocopy eam_process_wo_pub.eam_wo_relations_tbl_type, a0 JTF_NUMBER_TABLE
4: , a1 JTF_NUMBER_TABLE
5: , a2 JTF_NUMBER_TABLE
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
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();
5399: end if;
5400: end if;
5401: end rosetta_table_copy_out_p72;
5402:
5403: end eam_process_wo_pub_w;