DBA Data[Home] [Help]

APPS.LNS_COND_ASSIGNMENT_PUB_W dependencies on LNS_COND_ASSIGNMENT_PUB

Line 1: package body lns_cond_assignment_pub_w as

1: package body lns_cond_assignment_pub_w as
2: /* $Header: LNS_CASGM_PUBJ_B.pls 120.2.12010000.2 2010/03/19 08:32:07 gparuchu ship $ */
3: procedure rosetta_table_copy_in_p1(t out nocopy lns_cond_assignment_pub.cond_assignment_tbl_type, a0 JTF_NUMBER_TABLE
4: , a1 JTF_NUMBER_TABLE
5: , a2 JTF_NUMBER_TABLE

Line 3: procedure rosetta_table_copy_in_p1(t out nocopy lns_cond_assignment_pub.cond_assignment_tbl_type, a0 JTF_NUMBER_TABLE

1: package body lns_cond_assignment_pub_w as
2: /* $Header: LNS_CASGM_PUBJ_B.pls 120.2.12010000.2 2010/03/19 08:32:07 gparuchu ship $ */
3: procedure rosetta_table_copy_in_p1(t out nocopy lns_cond_assignment_pub.cond_assignment_tbl_type, a0 JTF_NUMBER_TABLE
4: , a1 JTF_NUMBER_TABLE
5: , a2 JTF_NUMBER_TABLE
6: , a3 JTF_VARCHAR2_TABLE_300
7: , a4 JTF_VARCHAR2_TABLE_100

Line 56: procedure rosetta_table_copy_out_p1(t lns_cond_assignment_pub.cond_assignment_tbl_type, a0 out nocopy JTF_NUMBER_TABLE

52: end loop;
53: end if;
54: end if;
55: end rosetta_table_copy_in_p1;
56: procedure rosetta_table_copy_out_p1(t lns_cond_assignment_pub.cond_assignment_tbl_type, a0 out nocopy JTF_NUMBER_TABLE
57: , a1 out nocopy JTF_NUMBER_TABLE
58: , a2 out nocopy JTF_NUMBER_TABLE
59: , a3 out nocopy JTF_VARCHAR2_TABLE_300
60: , a4 out nocopy JTF_VARCHAR2_TABLE_100

Line 191: ddp_cond_assignment_rec lns_cond_assignment_pub.cond_assignment_rec_type;

187: , x_msg_data out nocopy VARCHAR2
188: )
189:
190: as
191: ddp_cond_assignment_rec lns_cond_assignment_pub.cond_assignment_rec_type;
192: ddindx binary_integer; indx binary_integer;
193: begin
194:
195: -- copy data to the local IN or IN-OUT args, if any

Line 221: lns_cond_assignment_pub.create_cond_assignment(p_init_msg_list,

217:
218:
219:
220: -- here's the delegated call to the old PL/SQL routine
221: lns_cond_assignment_pub.create_cond_assignment(p_init_msg_list,
222: ddp_cond_assignment_rec,
223: x_cond_assignment_id,
224: x_return_status,
225: x_msg_count,

Line 262: ddp_cond_assignment_rec lns_cond_assignment_pub.cond_assignment_rec_type;

258: , x_msg_data out nocopy VARCHAR2
259: )
260:
261: as
262: ddp_cond_assignment_rec lns_cond_assignment_pub.cond_assignment_rec_type;
263: ddindx binary_integer; indx binary_integer;
264: begin
265:
266: -- copy data to the local IN or IN-OUT args, if any

Line 292: lns_cond_assignment_pub.update_cond_assignment(p_init_msg_list,

288:
289:
290:
291: -- here's the delegated call to the old PL/SQL routine
292: lns_cond_assignment_pub.update_cond_assignment(p_init_msg_list,
293: ddp_cond_assignment_rec,
294: p_object_version_number,
295: x_return_status,
296: x_msg_count,

Line 307: end lns_cond_assignment_pub_w;

303:
304:
305: end;
306:
307: end lns_cond_assignment_pub_w;