DBA Data[Home] [Help]

APPS.PV_GE_HL_PARAM_PVT_W dependencies on PV_GE_HL_PARAM_PVT

Line 1: package body pv_ge_hl_param_pvt_w as

1: package body pv_ge_hl_param_pvt_w as
2: /* $Header: pvxwghpb.pls 120.1 2005/09/06 04:57 appldev ship $ */
3: procedure rosetta_table_copy_in_p2(t out nocopy pv_ge_hl_param_pvt.ge_hl_param_tbl_type, a0 JTF_NUMBER_TABLE
4: , a1 JTF_NUMBER_TABLE
5: , a2 JTF_VARCHAR2_TABLE_100

Line 3: procedure rosetta_table_copy_in_p2(t out nocopy pv_ge_hl_param_pvt.ge_hl_param_tbl_type, a0 JTF_NUMBER_TABLE

1: package body pv_ge_hl_param_pvt_w as
2: /* $Header: pvxwghpb.pls 120.1 2005/09/06 04:57 appldev ship $ */
3: procedure rosetta_table_copy_in_p2(t out nocopy pv_ge_hl_param_pvt.ge_hl_param_tbl_type, a0 JTF_NUMBER_TABLE
4: , a1 JTF_NUMBER_TABLE
5: , a2 JTF_VARCHAR2_TABLE_100
6: , a3 JTF_NUMBER_TABLE
7: , a4 JTF_VARCHAR2_TABLE_2000

Line 44: procedure rosetta_table_copy_out_p2(t pv_ge_hl_param_pvt.ge_hl_param_tbl_type, a0 out nocopy JTF_NUMBER_TABLE

40: end loop;
41: end if;
42: end if;
43: end rosetta_table_copy_in_p2;
44: procedure rosetta_table_copy_out_p2(t pv_ge_hl_param_pvt.ge_hl_param_tbl_type, a0 out nocopy JTF_NUMBER_TABLE
45: , a1 out nocopy JTF_NUMBER_TABLE
46: , a2 out nocopy JTF_VARCHAR2_TABLE_100
47: , a3 out nocopy JTF_NUMBER_TABLE
48: , a4 out nocopy JTF_VARCHAR2_TABLE_2000

Line 146: ddp_ge_hl_param_rec pv_ge_hl_param_pvt.ge_hl_param_rec_type;

142: , x_history_log_param_id out nocopy NUMBER
143: )
144:
145: as
146: ddp_ge_hl_param_rec pv_ge_hl_param_pvt.ge_hl_param_rec_type;
147: ddindx binary_integer; indx binary_integer;
148: begin
149:
150: -- copy data to the local IN or IN-OUT args, if any

Line 173: pv_ge_hl_param_pvt.create_ge_hl_param(p_api_version_number,

169: ddp_ge_hl_param_rec.lookup_type := p7_a11;
170:
171:
172: -- here's the delegated call to the old PL/SQL routine
173: pv_ge_hl_param_pvt.create_ge_hl_param(p_api_version_number,
174: p_init_msg_list,
175: p_commit,
176: p_validation_level,
177: x_return_status,

Line 216: ddp_ge_hl_param_rec pv_ge_hl_param_pvt.ge_hl_param_rec_type;

212: , p7_a11 VARCHAR2
213: )
214:
215: as
216: ddp_ge_hl_param_rec pv_ge_hl_param_pvt.ge_hl_param_rec_type;
217: ddindx binary_integer; indx binary_integer;
218: begin
219:
220: -- copy data to the local IN or IN-OUT args, if any

Line 242: pv_ge_hl_param_pvt.update_ge_hl_param(p_api_version_number,

238: ddp_ge_hl_param_rec.param_type := p7_a10;
239: ddp_ge_hl_param_rec.lookup_type := p7_a11;
240:
241: -- here's the delegated call to the old PL/SQL routine
242: pv_ge_hl_param_pvt.update_ge_hl_param(p_api_version_number,
243: p_init_msg_list,
244: p_commit,
245: p_validation_level,
246: x_return_status,

Line 283: ddp_ge_hl_param_rec pv_ge_hl_param_pvt.ge_hl_param_rec_type;

279: , x_msg_data out nocopy VARCHAR2
280: )
281:
282: as
283: ddp_ge_hl_param_rec pv_ge_hl_param_pvt.ge_hl_param_rec_type;
284: ddindx binary_integer; indx binary_integer;
285: begin
286:
287: -- copy data to the local IN or IN-OUT args, if any

Line 309: pv_ge_hl_param_pvt.validate_ge_hl_param(p_api_version_number,

305:
306:
307:
308: -- here's the delegated call to the old PL/SQL routine
309: pv_ge_hl_param_pvt.validate_ge_hl_param(p_api_version_number,
310: p_init_msg_list,
311: p_validation_level,
312: ddp_ge_hl_param_rec,
313: p_validation_mode,

Line 345: ddp_ge_hl_param_rec pv_ge_hl_param_pvt.ge_hl_param_rec_type;

341: , x_return_status out nocopy VARCHAR2
342: )
343:
344: as
345: ddp_ge_hl_param_rec pv_ge_hl_param_pvt.ge_hl_param_rec_type;
346: ddindx binary_integer; indx binary_integer;
347: begin
348:
349: -- copy data to the local IN or IN-OUT args, if any

Line 366: pv_ge_hl_param_pvt.check_ge_hl_param_items(ddp_ge_hl_param_rec,

362:
363:
364:
365: -- here's the delegated call to the old PL/SQL routine
366: pv_ge_hl_param_pvt.check_ge_hl_param_items(ddp_ge_hl_param_rec,
367: p_validation_mode,
368: x_return_status);
369:
370: -- copy data back from the local variables to OUT or IN-OUT args, if any

Line 395: ddp_ge_hl_param_rec pv_ge_hl_param_pvt.ge_hl_param_rec_type;

391: , p5_a11 VARCHAR2
392: )
393:
394: as
395: ddp_ge_hl_param_rec pv_ge_hl_param_pvt.ge_hl_param_rec_type;
396: ddindx binary_integer; indx binary_integer;
397: begin
398:
399: -- copy data to the local IN or IN-OUT args, if any

Line 419: pv_ge_hl_param_pvt.validate_ge_hl_param_rec(p_api_version_number,

415: ddp_ge_hl_param_rec.param_type := p5_a10;
416: ddp_ge_hl_param_rec.lookup_type := p5_a11;
417:
418: -- here's the delegated call to the old PL/SQL routine
419: pv_ge_hl_param_pvt.validate_ge_hl_param_rec(p_api_version_number,
420: p_init_msg_list,
421: x_return_status,
422: x_msg_count,
423: x_msg_data,

Line 434: end pv_ge_hl_param_pvt_w;

430:
431:
432: end;
433:
434: end pv_ge_hl_param_pvt_w;