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.1.12020000.2 2012/12/13 06:31:09 shnatu ship $ */
3: procedure create_sr(p_api_version NUMBER
4: , p_init_msg_list VARCHAR2
5: , p_commit VARCHAR2

Line 84: ddp_x_nonroutine_rec ahl_ump_nonroutines_pvt.nonroutine_rec_type;

80: , p9_a68 in out nocopy VARCHAR2
81: )
82:
83: as
84: ddp_x_nonroutine_rec ahl_ump_nonroutines_pvt.nonroutine_rec_type;
85: ddindx binary_integer; indx binary_integer;
86: begin
87:
88: -- copy data to the local IN or IN-OUT args, if any

Line 169: ahl_ump_nonroutines_pvt.create_sr(p_api_version,

165: ddp_x_nonroutine_rec.qa_inspection_type := p9_a67;
166: ddp_x_nonroutine_rec.qa_inspection_desc := p9_a68;
167:
168: -- here's the delegated call to the old PL/SQL routine
169: ahl_ump_nonroutines_pvt.create_sr(p_api_version,
170: p_init_msg_list,
171: p_commit,
172: p_validation_level,
173: p_default,

Line 342: ddp_x_nonroutine_rec ahl_ump_nonroutines_pvt.nonroutine_rec_type;

338: , p9_a68 in out nocopy VARCHAR2
339: )
340:
341: as
342: ddp_x_nonroutine_rec ahl_ump_nonroutines_pvt.nonroutine_rec_type;
343: ddindx binary_integer; indx binary_integer;
344: begin
345:
346: -- copy data to the local IN or IN-OUT args, if any

Line 427: ahl_ump_nonroutines_pvt.update_sr(p_api_version,

423: ddp_x_nonroutine_rec.qa_inspection_type := p9_a67;
424: ddp_x_nonroutine_rec.qa_inspection_desc := p9_a68;
425:
426: -- here's the delegated call to the old PL/SQL routine
427: ahl_ump_nonroutines_pvt.update_sr(p_api_version,
428: p_init_msg_list,
429: p_commit,
430: p_validation_level,
431: p_default,

Line 519: end ahl_ump_nonroutines_pvt_w;

515: p9_a67 := ddp_x_nonroutine_rec.qa_inspection_type;
516: p9_a68 := ddp_x_nonroutine_rec.qa_inspection_desc;
517: end;
518:
519: end ahl_ump_nonroutines_pvt_w;