DBA Data[Home] [Help]

APPS.AHL_UMP_NONROUTINES_PVT_W dependencies on AHL_UMP_NONROUTINES_PVT

Line 1: package body ahl_ump_nonroutines_pvt_w as

1: package body ahl_ump_nonroutines_pvt_w as
2: /* $Header: AHLWNRTB.pls 120.0 2005/07/04 03:58 tamdas noship $ */
3: procedure create_sr(p_api_version NUMBER
4: , p_init_msg_list VARCHAR2
5: , p_commit VARCHAR2

Line 66: ddp_x_nonroutine_rec ahl_ump_nonroutines_pvt.nonroutine_rec_type;

62: , p9_a50 in out nocopy VARCHAR2
63: )
64:
65: as
66: ddp_x_nonroutine_rec ahl_ump_nonroutines_pvt.nonroutine_rec_type;
67: ddindx binary_integer; indx binary_integer;
68: begin
69:
70: -- copy data to the local IN or IN-OUT args, if any

Line 133: ahl_ump_nonroutines_pvt.create_sr(p_api_version,

129: ddp_x_nonroutine_rec.ata_sequence_id := p9_a49;
130: ddp_x_nonroutine_rec.mel_cdl_qual_flag := p9_a50;
131:
132: -- here's the delegated call to the old PL/SQL routine
133: ahl_ump_nonroutines_pvt.create_sr(p_api_version,
134: p_init_msg_list,
135: p_commit,
136: p_validation_level,
137: p_default,

Line 270: ddp_x_nonroutine_rec ahl_ump_nonroutines_pvt.nonroutine_rec_type;

266: , p9_a50 in out nocopy VARCHAR2
267: )
268:
269: as
270: ddp_x_nonroutine_rec ahl_ump_nonroutines_pvt.nonroutine_rec_type;
271: ddindx binary_integer; indx binary_integer;
272: begin
273:
274: -- copy data to the local IN or IN-OUT args, if any

Line 337: ahl_ump_nonroutines_pvt.update_sr(p_api_version,

333: ddp_x_nonroutine_rec.ata_sequence_id := p9_a49;
334: ddp_x_nonroutine_rec.mel_cdl_qual_flag := p9_a50;
335:
336: -- here's the delegated call to the old PL/SQL routine
337: ahl_ump_nonroutines_pvt.update_sr(p_api_version,
338: p_init_msg_list,
339: p_commit,
340: p_validation_level,
341: p_default,

Line 411: end ahl_ump_nonroutines_pvt_w;

407: p9_a49 := ddp_x_nonroutine_rec.ata_sequence_id;
408: p9_a50 := ddp_x_nonroutine_rec.mel_cdl_qual_flag;
409: end;
410:
411: end ahl_ump_nonroutines_pvt_w;