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.1.12010000.2 2008/11/23 14:30:11 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 86: ddp_x_operation_rec ahl_rm_operation_pvt.operation_rec_type;

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

Line 160: ahl_rm_operation_pvt.process_operation(p_api_version,

156: ddp_x_operation_rec.attribute15 := p9_a56;
157: ddp_x_operation_rec.dml_operation := p9_a57;
158:
159: -- here's the delegated call to the old PL/SQL routine
160: ahl_rm_operation_pvt.process_operation(p_api_version,
161: p_init_msg_list,
162: p_commit,
163: p_validation_level,
164: p_default,

Line 241: end ahl_rm_operation_pvt_w;

237: p9_a56 := ddp_x_operation_rec.attribute15;
238: p9_a57 := ddp_x_operation_rec.dml_operation;
239: end;
240:
241: end ahl_rm_operation_pvt_w;