DBA Data[Home] [Help]

APPS.AHL_MC_MASTERCONFIG_PVT_W dependencies on AHL_MC_MASTERCONFIG_PVT

Line 1: package body ahl_mc_masterconfig_pvt_w as

1: package body ahl_mc_masterconfig_pvt_w as
2: /* $Header: AHLVMCWB.pls 120.1.12010000.2 2008/11/06 10:25:51 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 92: ddp_x_mc_header_rec ahl_mc_masterconfig_pvt.header_rec_type;

88: , p8_a36 in out nocopy NUMBER
89: )
90:
91: as
92: ddp_x_mc_header_rec ahl_mc_masterconfig_pvt.header_rec_type;
93: ddp_x_node_rec ahl_mc_node_pvt.node_rec_type;
94: ddindx binary_integer; indx binary_integer;
95: begin
96:

Line 174: ahl_mc_masterconfig_pvt.create_master_config(p_api_version,

170: ddp_x_node_rec.operation_flag := p8_a35;
171: ddp_x_node_rec.parent_node_rec_index := p8_a36;
172:
173: -- here's the delegated call to the old PL/SQL routine
174: ahl_mc_masterconfig_pvt.create_master_config(p_api_version,
175: p_init_msg_list,
176: p_commit,
177: p_validation_level,
178: x_return_status,

Line 337: ddp_x_mc_header_rec ahl_mc_masterconfig_pvt.header_rec_type;

333: , p8_a36 in out nocopy NUMBER
334: )
335:
336: as
337: ddp_x_mc_header_rec ahl_mc_masterconfig_pvt.header_rec_type;
338: ddp_x_node_rec ahl_mc_node_pvt.node_rec_type;
339: ddindx binary_integer; indx binary_integer;
340: begin
341:

Line 419: ahl_mc_masterconfig_pvt.modify_master_config(p_api_version,

415: ddp_x_node_rec.operation_flag := p8_a35;
416: ddp_x_node_rec.parent_node_rec_index := p8_a36;
417:
418: -- here's the delegated call to the old PL/SQL routine
419: ahl_mc_masterconfig_pvt.modify_master_config(p_api_version,
420: p_init_msg_list,
421: p_commit,
422: p_validation_level,
423: x_return_status,

Line 582: ddp_x_mc_header_rec ahl_mc_masterconfig_pvt.header_rec_type;

578: , p8_a36 in out nocopy NUMBER
579: )
580:
581: as
582: ddp_x_mc_header_rec ahl_mc_masterconfig_pvt.header_rec_type;
583: ddp_x_node_rec ahl_mc_node_pvt.node_rec_type;
584: ddindx binary_integer; indx binary_integer;
585: begin
586:

Line 664: ahl_mc_masterconfig_pvt.copy_master_config(p_api_version,

660: ddp_x_node_rec.operation_flag := p8_a35;
661: ddp_x_node_rec.parent_node_rec_index := p8_a36;
662:
663: -- here's the delegated call to the old PL/SQL routine
664: ahl_mc_masterconfig_pvt.copy_master_config(p_api_version,
665: p_init_msg_list,
666: p_commit,
667: p_validation_level,
668: x_return_status,

Line 751: end ahl_mc_masterconfig_pvt_w;

747: p8_a35 := ddp_x_node_rec.operation_flag;
748: p8_a36 := ddp_x_node_rec.parent_node_rec_index;
749: end;
750:
751: end ahl_mc_masterconfig_pvt_w;