DBA Data[Home] [Help]

APPS.OKL_ECO_PVT_W dependencies on OKL_ECO_PVT

Line 1: package body okl_eco_pvt_w as

1: package body okl_eco_pvt_w as
2: /* $Header: OKLIECOB.pls 120.1 2005/10/30 04:58:42 appldev noship $ */
3: procedure rosetta_table_copy_in_p1(t out nocopy okl_eco_pvt.okl_eco_tbl, a0 JTF_NUMBER_TABLE
4: , a1 JTF_NUMBER_TABLE
5: , a2 JTF_NUMBER_TABLE

Line 3: procedure rosetta_table_copy_in_p1(t out nocopy okl_eco_pvt.okl_eco_tbl, a0 JTF_NUMBER_TABLE

1: package body okl_eco_pvt_w as
2: /* $Header: OKLIECOB.pls 120.1 2005/10/30 04:58:42 appldev noship $ */
3: procedure rosetta_table_copy_in_p1(t out nocopy okl_eco_pvt.okl_eco_tbl, a0 JTF_NUMBER_TABLE
4: , a1 JTF_NUMBER_TABLE
5: , a2 JTF_NUMBER_TABLE
6: , a3 JTF_VARCHAR2_TABLE_100
7: , a4 JTF_VARCHAR2_TABLE_100

Line 40: procedure rosetta_table_copy_out_p1(t okl_eco_pvt.okl_eco_tbl, a0 out nocopy JTF_NUMBER_TABLE

36: end loop;
37: end if;
38: end if;
39: end rosetta_table_copy_in_p1;
40: procedure rosetta_table_copy_out_p1(t okl_eco_pvt.okl_eco_tbl, a0 out nocopy JTF_NUMBER_TABLE
41: , a1 out nocopy JTF_NUMBER_TABLE
42: , a2 out nocopy JTF_NUMBER_TABLE
43: , a3 out nocopy JTF_VARCHAR2_TABLE_100
44: , a4 out nocopy JTF_VARCHAR2_TABLE_100

Line 137: ddp_eco_rec okl_eco_pvt.okl_eco_rec;

133: , p6_a9 out nocopy NUMBER
134: )
135:
136: as
137: ddp_eco_rec okl_eco_pvt.okl_eco_rec;
138: ddx_eco_rec okl_eco_pvt.okl_eco_rec;
139: ddindx binary_integer; indx binary_integer;
140: begin
141:

Line 138: ddx_eco_rec okl_eco_pvt.okl_eco_rec;

134: )
135:
136: as
137: ddp_eco_rec okl_eco_pvt.okl_eco_rec;
138: ddx_eco_rec okl_eco_pvt.okl_eco_rec;
139: ddindx binary_integer; indx binary_integer;
140: begin
141:
142: -- copy data to the local IN or IN-OUT args, if any

Line 161: okl_eco_pvt.insert_row(p_api_version,

157: ddp_eco_rec.last_update_login := p5_a9;
158:
159:
160: -- here's the delegated call to the old PL/SQL routine
161: okl_eco_pvt.insert_row(p_api_version,
162: p_init_msg_list,
163: x_return_status,
164: x_msg_count,
165: x_msg_data,

Line 216: ddp_eco_tbl okl_eco_pvt.okl_eco_tbl;

212: , p6_a9 out nocopy JTF_NUMBER_TABLE
213: )
214:
215: as
216: ddp_eco_tbl okl_eco_pvt.okl_eco_tbl;
217: ddx_eco_tbl okl_eco_pvt.okl_eco_tbl;
218: ddindx binary_integer; indx binary_integer;
219: begin
220:

Line 217: ddx_eco_tbl okl_eco_pvt.okl_eco_tbl;

213: )
214:
215: as
216: ddp_eco_tbl okl_eco_pvt.okl_eco_tbl;
217: ddx_eco_tbl okl_eco_pvt.okl_eco_tbl;
218: ddindx binary_integer; indx binary_integer;
219: begin
220:
221: -- copy data to the local IN or IN-OUT args, if any

Line 227: okl_eco_pvt_w.rosetta_table_copy_in_p1(ddp_eco_tbl, p5_a0

223:
224:
225:
226:
227: okl_eco_pvt_w.rosetta_table_copy_in_p1(ddp_eco_tbl, p5_a0
228: , p5_a1
229: , p5_a2
230: , p5_a3
231: , p5_a4

Line 241: okl_eco_pvt.insert_row(p_api_version,

237: );
238:
239:
240: -- here's the delegated call to the old PL/SQL routine
241: okl_eco_pvt.insert_row(p_api_version,
242: p_init_msg_list,
243: x_return_status,
244: x_msg_count,
245: x_msg_data,

Line 256: okl_eco_pvt_w.rosetta_table_copy_out_p1(ddx_eco_tbl, p6_a0

252:
253:
254:
255:
256: okl_eco_pvt_w.rosetta_table_copy_out_p1(ddx_eco_tbl, p6_a0
257: , p6_a1
258: , p6_a2
259: , p6_a3
260: , p6_a4

Line 297: ddp_eco_rec okl_eco_pvt.okl_eco_rec;

293: , p6_a9 out nocopy NUMBER
294: )
295:
296: as
297: ddp_eco_rec okl_eco_pvt.okl_eco_rec;
298: ddx_eco_rec okl_eco_pvt.okl_eco_rec;
299: ddindx binary_integer; indx binary_integer;
300: begin
301:

Line 298: ddx_eco_rec okl_eco_pvt.okl_eco_rec;

294: )
295:
296: as
297: ddp_eco_rec okl_eco_pvt.okl_eco_rec;
298: ddx_eco_rec okl_eco_pvt.okl_eco_rec;
299: ddindx binary_integer; indx binary_integer;
300: begin
301:
302: -- copy data to the local IN or IN-OUT args, if any

Line 321: okl_eco_pvt.update_row(p_api_version,

317: ddp_eco_rec.last_update_login := p5_a9;
318:
319:
320: -- here's the delegated call to the old PL/SQL routine
321: okl_eco_pvt.update_row(p_api_version,
322: p_init_msg_list,
323: x_return_status,
324: x_msg_count,
325: x_msg_data,

Line 376: ddp_eco_tbl okl_eco_pvt.okl_eco_tbl;

372: , p6_a9 out nocopy JTF_NUMBER_TABLE
373: )
374:
375: as
376: ddp_eco_tbl okl_eco_pvt.okl_eco_tbl;
377: ddx_eco_tbl okl_eco_pvt.okl_eco_tbl;
378: ddindx binary_integer; indx binary_integer;
379: begin
380:

Line 377: ddx_eco_tbl okl_eco_pvt.okl_eco_tbl;

373: )
374:
375: as
376: ddp_eco_tbl okl_eco_pvt.okl_eco_tbl;
377: ddx_eco_tbl okl_eco_pvt.okl_eco_tbl;
378: ddindx binary_integer; indx binary_integer;
379: begin
380:
381: -- copy data to the local IN or IN-OUT args, if any

Line 387: okl_eco_pvt_w.rosetta_table_copy_in_p1(ddp_eco_tbl, p5_a0

383:
384:
385:
386:
387: okl_eco_pvt_w.rosetta_table_copy_in_p1(ddp_eco_tbl, p5_a0
388: , p5_a1
389: , p5_a2
390: , p5_a3
391: , p5_a4

Line 401: okl_eco_pvt.update_row(p_api_version,

397: );
398:
399:
400: -- here's the delegated call to the old PL/SQL routine
401: okl_eco_pvt.update_row(p_api_version,
402: p_init_msg_list,
403: x_return_status,
404: x_msg_count,
405: x_msg_data,

Line 416: okl_eco_pvt_w.rosetta_table_copy_out_p1(ddx_eco_tbl, p6_a0

412:
413:
414:
415:
416: okl_eco_pvt_w.rosetta_table_copy_out_p1(ddx_eco_tbl, p6_a0
417: , p6_a1
418: , p6_a2
419: , p6_a3
420: , p6_a4

Line 447: ddp_eco_rec okl_eco_pvt.okl_eco_rec;

443: , p5_a9 NUMBER
444: )
445:
446: as
447: ddp_eco_rec okl_eco_pvt.okl_eco_rec;
448: ddindx binary_integer; indx binary_integer;
449: begin
450:
451: -- copy data to the local IN or IN-OUT args, if any

Line 469: okl_eco_pvt.delete_row(p_api_version,

465: ddp_eco_rec.last_update_date := p5_a8;
466: ddp_eco_rec.last_update_login := p5_a9;
467:
468: -- here's the delegated call to the old PL/SQL routine
469: okl_eco_pvt.delete_row(p_api_version,
470: p_init_msg_list,
471: x_return_status,
472: x_msg_count,
473: x_msg_data,

Line 502: ddp_eco_tbl okl_eco_pvt.okl_eco_tbl;

498: , p5_a9 JTF_NUMBER_TABLE
499: )
500:
501: as
502: ddp_eco_tbl okl_eco_pvt.okl_eco_tbl;
503: ddindx binary_integer; indx binary_integer;
504: begin
505:
506: -- copy data to the local IN or IN-OUT args, if any

Line 512: okl_eco_pvt_w.rosetta_table_copy_in_p1(ddp_eco_tbl, p5_a0

508:
509:
510:
511:
512: okl_eco_pvt_w.rosetta_table_copy_in_p1(ddp_eco_tbl, p5_a0
513: , p5_a1
514: , p5_a2
515: , p5_a3
516: , p5_a4

Line 525: okl_eco_pvt.delete_row(p_api_version,

521: , p5_a9
522: );
523:
524: -- here's the delegated call to the old PL/SQL routine
525: okl_eco_pvt.delete_row(p_api_version,
526: p_init_msg_list,
527: x_return_status,
528: x_msg_count,
529: x_msg_data,

Line 540: end okl_eco_pvt_w;

536:
537:
538: end;
539:
540: end okl_eco_pvt_w;