DBA Data[Home] [Help]

APPS.AHL_UTIL_PKG_W dependencies on AHL_UTIL_PKG_W

Line 1: package body ahl_util_pkg_w as

1: package body ahl_util_pkg_w as
2: /* $Header: AHLUTLWB.pls 115.7 2003/03/20 10:45:56 sjayacha 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 78: ahl_util_pkg_w.rosetta_table_copy_out_p1(ddx_err_table, p0_a0

74: -- here's the delegated call to the old PL/SQL routine
75: ahl_util_pkg.err_mesg_to_table(ddx_err_table);
76:
77: -- copy data back from the local variables to OUT or IN-OUT args, if any
78: ahl_util_pkg_w.rosetta_table_copy_out_p1(ddx_err_table, p0_a0
79: , p0_a1
80: );
81: end;
82:

Line 83: end ahl_util_pkg_w;

79: , p0_a1
80: );
81: end;
82:
83: end ahl_util_pkg_w;