DBA Data[Home] [Help]

APPS.AHL_RM_OPERATION_PVT_W dependencies on AHL_RM_OPERATION_PVT

Line 1: package body ahl_rm_operation_pvt_w as

1: package body ahl_rm_operation_pvt_w as
2: /* $Header: AHLWOPMB.pls 120.3.12020000.2 2012/12/13 06:37:40 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 89: ddp_x_operation_rec ahl_rm_operation_pvt.operation_rec_type;

85: , p9_a60 in out nocopy VARCHAR2
86: )
87:
88: as
89: ddp_x_operation_rec ahl_rm_operation_pvt.operation_rec_type;
90: ddindx binary_integer; indx binary_integer;
91: begin
92:
93: -- copy data to the local IN or IN-OUT args, if any

Line 166: ahl_rm_operation_pvt.process_operation(p_api_version,

162: ddp_x_operation_rec.attribute15 := p9_a59;
163: ddp_x_operation_rec.dml_operation := p9_a60;
164:
165: -- here's the delegated call to the old PL/SQL routine
166: ahl_rm_operation_pvt.process_operation(p_api_version,
167: p_init_msg_list,
168: p_commit,
169: p_validation_level,
170: p_default,

Line 250: end ahl_rm_operation_pvt_w;

246: p9_a59 := ddp_x_operation_rec.attribute15;
247: p9_a60 := ddp_x_operation_rec.dml_operation;
248: end;
249:
250: end ahl_rm_operation_pvt_w;