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.5.12020000.2 2012/12/14 05:59:22 shnatu 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 115: ddp_x_route_rec ahl_rm_route_pvt.route_rec_type;

111: , p9_a86 in out nocopy VARCHAR2
112: )
113:
114: as
115: ddp_x_route_rec ahl_rm_route_pvt.route_rec_type;
116: ddindx binary_integer; indx binary_integer;
117: begin
118:
119: -- copy data to the local IN or IN-OUT args, if any

Line 218: ahl_rm_route_pvt.process_route(p_api_version,

214: ddp_x_route_rec.last_update_login := p9_a85;
215: ddp_x_route_rec.dml_operation := p9_a86;
216:
217: -- here's the delegated call to the old PL/SQL routine
218: ahl_rm_route_pvt.process_route(p_api_version,
219: p_init_msg_list,
220: p_commit,
221: p_validation_level,
222: p_default,

Line 328: end ahl_rm_route_pvt_w;

324: p9_a85 := ddp_x_route_rec.last_update_login;
325: p9_a86 := ddp_x_route_rec.dml_operation;
326: end;
327:
328: end ahl_rm_route_pvt_w;