DBA Data[Home] [Help]

APPS.AHL_UC_UNITCONFIG_PVT_W dependencies on AHL_UC_UNITCONFIG_PVT

Line 1: package body ahl_uc_unitconfig_pvt_w as

1: package body ahl_uc_unitconfig_pvt_w as
2: /* $Header: AHLVUCWB.pls 120.1.12010000.2 2008/11/14 13:03:16 sathapli 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 100: ahl_uc_unitconfig_pvt.create_uc_header(p_api_version,

96: ddp_x_uc_header_rec.attribute14 := p8_a27;
97: ddp_x_uc_header_rec.attribute15 := p8_a28;
98:
99: -- here's the delegated call to the old PL/SQL routine
100: ahl_uc_unitconfig_pvt.create_uc_header(p_api_version,
101: p_init_msg_list,
102: p_commit,
103: p_validation_level,
104: p_module_type,

Line 332: ahl_uc_unitconfig_pvt.update_uc_header(p_api_version,

328: ddp_uc_instance_rec.attribute29 := p9_a46;
329: ddp_uc_instance_rec.attribute30 := p9_a47;
330:
331: -- here's the delegated call to the old PL/SQL routine
332: ahl_uc_unitconfig_pvt.update_uc_header(p_api_version,
333: p_init_msg_list,
334: p_commit,
335: p_validation_level,
336: p_module_type,

Line 384: end ahl_uc_unitconfig_pvt_w;

380: p8_a28 := ddp_x_uc_header_rec.attribute15;
381:
382: end;
383:
384: end ahl_uc_unitconfig_pvt_w;