DBA Data[Home] [Help]

APPS.OKL_FUNDING_CHECKLIST_PVT_W dependencies on OKL_FUNDING_CHECKLIST_PVT

Line 1: package body okl_funding_checklist_pvt_w as

1: package body okl_funding_checklist_pvt_w as
2: /* $Header: OKLECLFB.pls 115.1 2003/02/27 00:56:21 cklee noship $ */
3: rosetta_g_mistake_date date := to_date('01/01/+4713', 'MM/DD/SYYYY');
4: rosetta_g_miss_date date := to_date('01/01/-4712', 'MM/DD/SYYYY');
5:

Line 22: procedure rosetta_table_copy_in_p14(t out nocopy okl_funding_checklist_pvt.rulv_tbl_type, a0 JTF_NUMBER_TABLE

18: if n=b then return a; end if;
19: return n;
20: end;
21:
22: procedure rosetta_table_copy_in_p14(t out nocopy okl_funding_checklist_pvt.rulv_tbl_type, a0 JTF_NUMBER_TABLE
23: , a1 JTF_VARCHAR2_TABLE_100
24: , a2 JTF_VARCHAR2_TABLE_200
25: , a3 JTF_NUMBER_TABLE
26: , a4 JTF_NUMBER_TABLE

Line 83: procedure rosetta_table_copy_out_p14(t okl_funding_checklist_pvt.rulv_tbl_type, a0 out nocopy JTF_NUMBER_TABLE

79: end loop;
80: end if;
81: end if;
82: end rosetta_table_copy_in_p14;
83: procedure rosetta_table_copy_out_p14(t okl_funding_checklist_pvt.rulv_tbl_type, a0 out nocopy JTF_NUMBER_TABLE
84: , a1 out nocopy JTF_VARCHAR2_TABLE_100
85: , a2 out nocopy JTF_VARCHAR2_TABLE_200
86: , a3 out nocopy JTF_NUMBER_TABLE
87: , a4 out nocopy JTF_NUMBER_TABLE

Line 264: ddp_rulv_tbl okl_funding_checklist_pvt.rulv_tbl_type;

260: , p6_a21 out nocopy JTF_NUMBER_TABLE
261: )
262:
263: as
264: ddp_rulv_tbl okl_funding_checklist_pvt.rulv_tbl_type;
265: ddx_rulv_tbl okl_funding_checklist_pvt.rulv_tbl_type;
266: ddindx binary_integer; indx binary_integer;
267: begin
268:

Line 265: ddx_rulv_tbl okl_funding_checklist_pvt.rulv_tbl_type;

261: )
262:
263: as
264: ddp_rulv_tbl okl_funding_checklist_pvt.rulv_tbl_type;
265: ddx_rulv_tbl okl_funding_checklist_pvt.rulv_tbl_type;
266: ddindx binary_integer; indx binary_integer;
267: begin
268:
269: -- copy data to the local IN or IN-OUT args, if any

Line 275: okl_funding_checklist_pvt_w.rosetta_table_copy_in_p14(ddp_rulv_tbl, p5_a0

271:
272:
273:
274:
275: okl_funding_checklist_pvt_w.rosetta_table_copy_in_p14(ddp_rulv_tbl, p5_a0
276: , p5_a1
277: , p5_a2
278: , p5_a3
279: , p5_a4

Line 301: okl_funding_checklist_pvt.create_funding_chklst(p_api_version,

297: );
298:
299:
300: -- here's the delegated call to the old PL/SQL routine
301: okl_funding_checklist_pvt.create_funding_chklst(p_api_version,
302: p_init_msg_list,
303: x_return_status,
304: x_msg_count,
305: x_msg_data,

Line 316: okl_funding_checklist_pvt_w.rosetta_table_copy_out_p14(ddx_rulv_tbl, p6_a0

312:
313:
314:
315:
316: okl_funding_checklist_pvt_w.rosetta_table_copy_out_p14(ddx_rulv_tbl, p6_a0
317: , p6_a1
318: , p6_a2
319: , p6_a3
320: , p6_a4

Line 393: ddp_rulv_tbl okl_funding_checklist_pvt.rulv_tbl_type;

389: , p6_a21 out nocopy JTF_NUMBER_TABLE
390: )
391:
392: as
393: ddp_rulv_tbl okl_funding_checklist_pvt.rulv_tbl_type;
394: ddx_rulv_tbl okl_funding_checklist_pvt.rulv_tbl_type;
395: ddindx binary_integer; indx binary_integer;
396: begin
397:

Line 394: ddx_rulv_tbl okl_funding_checklist_pvt.rulv_tbl_type;

390: )
391:
392: as
393: ddp_rulv_tbl okl_funding_checklist_pvt.rulv_tbl_type;
394: ddx_rulv_tbl okl_funding_checklist_pvt.rulv_tbl_type;
395: ddindx binary_integer; indx binary_integer;
396: begin
397:
398: -- copy data to the local IN or IN-OUT args, if any

Line 404: okl_funding_checklist_pvt_w.rosetta_table_copy_in_p14(ddp_rulv_tbl, p5_a0

400:
401:
402:
403:
404: okl_funding_checklist_pvt_w.rosetta_table_copy_in_p14(ddp_rulv_tbl, p5_a0
405: , p5_a1
406: , p5_a2
407: , p5_a3
408: , p5_a4

Line 430: okl_funding_checklist_pvt.update_funding_chklst(p_api_version,

426: );
427:
428:
429: -- here's the delegated call to the old PL/SQL routine
430: okl_funding_checklist_pvt.update_funding_chklst(p_api_version,
431: p_init_msg_list,
432: x_return_status,
433: x_msg_count,
434: x_msg_data,

Line 445: okl_funding_checklist_pvt_w.rosetta_table_copy_out_p14(ddx_rulv_tbl, p6_a0

441:
442:
443:
444:
445: okl_funding_checklist_pvt_w.rosetta_table_copy_out_p14(ddx_rulv_tbl, p6_a0
446: , p6_a1
447: , p6_a2
448: , p6_a3
449: , p6_a4

Line 500: ddp_rulv_tbl okl_funding_checklist_pvt.rulv_tbl_type;

496: , p5_a21 JTF_NUMBER_TABLE
497: )
498:
499: as
500: ddp_rulv_tbl okl_funding_checklist_pvt.rulv_tbl_type;
501: ddindx binary_integer; indx binary_integer;
502: begin
503:
504: -- copy data to the local IN or IN-OUT args, if any

Line 510: okl_funding_checklist_pvt_w.rosetta_table_copy_in_p14(ddp_rulv_tbl, p5_a0

506:
507:
508:
509:
510: okl_funding_checklist_pvt_w.rosetta_table_copy_in_p14(ddp_rulv_tbl, p5_a0
511: , p5_a1
512: , p5_a2
513: , p5_a3
514: , p5_a4

Line 535: okl_funding_checklist_pvt.delete_funding_chklst(p_api_version,

531: , p5_a21
532: );
533:
534: -- here's the delegated call to the old PL/SQL routine
535: okl_funding_checklist_pvt.delete_funding_chklst(p_api_version,
536: p_init_msg_list,
537: x_return_status,
538: x_msg_count,
539: x_msg_data,

Line 580: ddp_rulv_rec okl_funding_checklist_pvt.rulv_rec_type;

576: , p5_a21 NUMBER := 0-1962.0724
577: )
578:
579: as
580: ddp_rulv_rec okl_funding_checklist_pvt.rulv_rec_type;
581: ddindx binary_integer; indx binary_integer;
582: begin
583:
584: -- copy data to the local IN or IN-OUT args, if any

Line 614: okl_funding_checklist_pvt.approve_funding_chklst(p_api_version,

610: ddp_rulv_rec.rule_information15 := p5_a20;
611: ddp_rulv_rec.display_sequence := rosetta_g_miss_num_map(p5_a21);
612:
613: -- here's the delegated call to the old PL/SQL routine
614: okl_funding_checklist_pvt.approve_funding_chklst(p_api_version,
615: p_init_msg_list,
616: x_return_status,
617: x_msg_count,
618: x_msg_data,

Line 629: end okl_funding_checklist_pvt_w;

625:
626:
627: end;
628:
629: end okl_funding_checklist_pvt_w;