DBA Data[Home] [Help]

APPS.AHL_DI_ASSO_DOC_GEN_PUB_W dependencies on AHL_DI_ASSO_DOC_GEN_PUB

Line 1: package body ahl_di_asso_doc_gen_pub_w as

1: package body ahl_di_asso_doc_gen_pub_w as
2: /* $Header: AHLWDAGB.pls 115.1 2003/07/02 14:00:44 pbarman 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_p1(t out nocopy ahl_di_asso_doc_gen_pub.association_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_p1(t out nocopy ahl_di_asso_doc_gen_pub.association_tbl, a0 JTF_NUMBER_TABLE
14: , a1 JTF_NUMBER_TABLE
15: , a2 JTF_VARCHAR2_TABLE_100
16: , a3 JTF_NUMBER_TABLE
17: , a4 JTF_VARCHAR2_TABLE_100

Line 104: procedure rosetta_table_copy_out_p1(t ahl_di_asso_doc_gen_pub.association_tbl, a0 out nocopy JTF_NUMBER_TABLE

100: end loop;
101: end if;
102: end if;
103: end rosetta_table_copy_in_p1;
104: procedure rosetta_table_copy_out_p1(t ahl_di_asso_doc_gen_pub.association_tbl, a0 out nocopy JTF_NUMBER_TABLE
105: , a1 out nocopy JTF_NUMBER_TABLE
106: , a2 out nocopy JTF_VARCHAR2_TABLE_100
107: , a3 out nocopy JTF_NUMBER_TABLE
108: , a4 out nocopy JTF_VARCHAR2_TABLE_100

Line 357: ddp_x_association_tbl ahl_di_asso_doc_gen_pub.association_tbl;

353: , p9_a36 in out nocopy JTF_VARCHAR2_TABLE_100
354: )
355:
356: as
357: ddp_x_association_tbl ahl_di_asso_doc_gen_pub.association_tbl;
358: ddindx binary_integer; indx binary_integer;
359: begin
360:
361: -- copy data to the local IN or IN-OUT args, if any

Line 371: ahl_di_asso_doc_gen_pub_w.rosetta_table_copy_in_p1(ddp_x_association_tbl, p9_a0

367:
368:
369:
370:
371: ahl_di_asso_doc_gen_pub_w.rosetta_table_copy_in_p1(ddp_x_association_tbl, p9_a0
372: , p9_a1
373: , p9_a2
374: , p9_a3
375: , p9_a4

Line 411: ahl_di_asso_doc_gen_pub.process_association(p_api_version,

407: , p9_a36
408: );
409:
410: -- here's the delegated call to the old PL/SQL routine
411: ahl_di_asso_doc_gen_pub.process_association(p_api_version,
412: p_init_msg_list,
413: p_commit,
414: p_validation_level,
415: p_validate_only,

Line 432: ahl_di_asso_doc_gen_pub_w.rosetta_table_copy_out_p1(ddp_x_association_tbl, p9_a0

428:
429:
430:
431:
432: ahl_di_asso_doc_gen_pub_w.rosetta_table_copy_out_p1(ddp_x_association_tbl, p9_a0
433: , p9_a1
434: , p9_a2
435: , p9_a3
436: , p9_a4

Line 472: end ahl_di_asso_doc_gen_pub_w;

468: , p9_a36
469: );
470: end;
471:
472: end ahl_di_asso_doc_gen_pub_w;