DBA Data[Home] [Help]

APPS.AHL_WBS_RULES_PVT_W dependencies on AHL_WBS_RULES_PVT

Line 1: package body ahl_wbs_rules_pvt_w as

1: package body ahl_wbs_rules_pvt_w as
2: /* $Header: AHLWWBSB.pls 120.0.12020000.2 2012/12/11 06:05:30 prakkum noship $ */
3: procedure create_rule(p_api_version NUMBER
4: , p_init_msg_list VARCHAR2
5: , p_commit VARCHAR2

Line 52: ddp_x_wbs_rules_rec ahl_wbs_rules_pvt.wbs_rules_rec_type;

48: , p8_a37 in out nocopy VARCHAR2
49: )
50:
51: as
52: ddp_x_wbs_rules_rec ahl_wbs_rules_pvt.wbs_rules_rec_type;
53: ddindx binary_integer; indx binary_integer;
54: begin
55:
56: -- copy data to the local IN or IN-OUT args, if any

Line 105: ahl_wbs_rules_pvt.create_rule(p_api_version,

101: ddp_x_wbs_rules_rec.attribute14 := p8_a36;
102: ddp_x_wbs_rules_rec.attribute15 := p8_a37;
103:
104: -- here's the delegated call to the old PL/SQL routine
105: ahl_wbs_rules_pvt.create_rule(p_api_version,
106: p_init_msg_list,
107: p_commit,
108: p_validation_level,
109: p_module_type,

Line 213: ddp_x_wbs_rules_rec ahl_wbs_rules_pvt.wbs_rules_rec_type;

209: , p8_a37 in out nocopy VARCHAR2
210: )
211:
212: as
213: ddp_x_wbs_rules_rec ahl_wbs_rules_pvt.wbs_rules_rec_type;
214: ddindx binary_integer; indx binary_integer;
215: begin
216:
217: -- copy data to the local IN or IN-OUT args, if any

Line 266: ahl_wbs_rules_pvt.update_rule(p_api_version,

262: ddp_x_wbs_rules_rec.attribute14 := p8_a36;
263: ddp_x_wbs_rules_rec.attribute15 := p8_a37;
264:
265: -- here's the delegated call to the old PL/SQL routine
266: ahl_wbs_rules_pvt.update_rule(p_api_version,
267: p_init_msg_list,
268: p_commit,
269: p_validation_level,
270: p_module_type,

Line 325: end ahl_wbs_rules_pvt_w;

321: p8_a36 := ddp_x_wbs_rules_rec.attribute14;
322: p8_a37 := ddp_x_wbs_rules_rec.attribute15;
323: end;
324:
325: end ahl_wbs_rules_pvt_w;