DBA Data[Home] [Help]

APPS.AHL_PC_ASSOCIATION_PUB_W dependencies on AHL_PC_ASSOCIATION_PUB

Line 1: package body ahl_pc_association_pub_w as

1: package body ahl_pc_association_pub_w as
2: /* $Header: AHLWPCAB.pls 115.10 2003/08/22 13:13:55 tamdas noship $ */
3: rosetta_g_mistake_date date := to_date('01/01/+4713', 'MM/DD/SYYYY');
4: rosetta_g_miss_date date := to_date('01/01/-4712', 'MM/DD/SYYYY');
5:

Line 13: procedure rosetta_table_copy_in_p2(t out nocopy ahl_pc_association_pub.pc_assos_tbl, a0 JTF_NUMBER_TABLE

9: if d = rosetta_g_mistake_date then return fnd_api.g_miss_date; end if;
10: return d;
11: end;
12:
13: procedure rosetta_table_copy_in_p2(t out nocopy ahl_pc_association_pub.pc_assos_tbl, a0 JTF_NUMBER_TABLE
14: , a1 JTF_NUMBER_TABLE
15: , a2 JTF_NUMBER_TABLE
16: , a3 JTF_NUMBER_TABLE
17: , a4 JTF_VARCHAR2_TABLE_300

Line 84: procedure rosetta_table_copy_out_p2(t ahl_pc_association_pub.pc_assos_tbl, a0 out nocopy JTF_NUMBER_TABLE

80: end loop;
81: end if;
82: end if;
83: end rosetta_table_copy_in_p2;
84: procedure rosetta_table_copy_out_p2(t ahl_pc_association_pub.pc_assos_tbl, a0 out nocopy JTF_NUMBER_TABLE
85: , a1 out nocopy JTF_NUMBER_TABLE
86: , a2 out nocopy JTF_NUMBER_TABLE
87: , a3 out nocopy JTF_NUMBER_TABLE
88: , a4 out nocopy JTF_VARCHAR2_TABLE_300

Line 276: ddp_x_assos_tbl ahl_pc_association_pub.pc_assos_tbl;

272: , x_msg_data out nocopy VARCHAR2
273: )
274:
275: as
276: ddp_x_assos_tbl ahl_pc_association_pub.pc_assos_tbl;
277: ddindx binary_integer; indx binary_integer;
278: begin
279:
280: -- copy data to the local IN or IN-OUT args, if any

Line 286: ahl_pc_association_pub_w.rosetta_table_copy_in_p2(ddp_x_assos_tbl, p5_a0

282:
283:
284:
285:
286: ahl_pc_association_pub_w.rosetta_table_copy_in_p2(ddp_x_assos_tbl, p5_a0
287: , p5_a1
288: , p5_a2
289: , p5_a3
290: , p5_a4

Line 319: ahl_pc_association_pub.process_associations(p_api_version,

315:
316:
317:
318: -- here's the delegated call to the old PL/SQL routine
319: ahl_pc_association_pub.process_associations(p_api_version,
320: p_init_msg_list,
321: p_commit,
322: p_validation_level,
323: p_module_type,

Line 335: ahl_pc_association_pub_w.rosetta_table_copy_out_p2(ddp_x_assos_tbl, p5_a0

331:
332:
333:
334:
335: ahl_pc_association_pub_w.rosetta_table_copy_out_p2(ddp_x_assos_tbl, p5_a0
336: , p5_a1
337: , p5_a2
338: , p5_a3
339: , p5_a4

Line 469: ahl_pc_association_pub.process_document(p_api_version,

465:
466:
467:
468: -- here's the delegated call to the old PL/SQL routine
469: ahl_pc_association_pub.process_document(p_api_version,
470: p_init_msg_list,
471: p_commit,
472: p_validation_level,
473: p_module_type,

Line 528: end ahl_pc_association_pub_w;

524:
525:
526: end;
527:
528: end ahl_pc_association_pub_w;