DBA Data[Home] [Help]

APPS.AHL_RM_ROUTE_PVT_W dependencies on AHL_RM_ROUTE_PVT

Line 1: package body ahl_rm_route_pvt_w as

1: package body ahl_rm_route_pvt_w as
2: /* $Header: AHLWROMB.pls 120.1.12010000.3 2008/11/23 14:31:55 bachandr ship $ */
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: rosetta_g_mistake_date_high date := to_date('01/01/+4710', 'MM/DD/SYYYY');

Line 107: ddp_x_route_rec ahl_rm_route_pvt.route_rec_type;

103: , p9_a78 in out nocopy VARCHAR2
104: )
105:
106: as
107: ddp_x_route_rec ahl_rm_route_pvt.route_rec_type;
108: ddindx binary_integer; indx binary_integer;
109: begin
110:
111: -- copy data to the local IN or IN-OUT args, if any

Line 202: ahl_rm_route_pvt.process_route(p_api_version,

198: ddp_x_route_rec.last_update_login := p9_a77;
199: ddp_x_route_rec.dml_operation := p9_a78;
200:
201: -- here's the delegated call to the old PL/SQL routine
202: ahl_rm_route_pvt.process_route(p_api_version,
203: p_init_msg_list,
204: p_commit,
205: p_validation_level,
206: p_default,

Line 304: end ahl_rm_route_pvt_w;

300: p9_a77 := ddp_x_route_rec.last_update_login;
301: p9_a78 := ddp_x_route_rec.dml_operation;
302: end;
303:
304: end ahl_rm_route_pvt_w;