DBA Data[Home] [Help]

APPS.OKL_MISC_TRANS_PVT_W dependencies on OKL_MISC_TRANS_PVT

Line 1: package body okl_misc_trans_pvt_w as

1: package body okl_misc_trans_pvt_w as
2: /* $Header: OKLEMSCB.pls 120.2 2005/10/30 03:20:25 appldev 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_misc_trans_pvt.jrnl_line_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_misc_trans_pvt.jrnl_line_tbl_type, a0 JTF_NUMBER_TABLE
23: , a1 JTF_NUMBER_TABLE
24: , a2 JTF_NUMBER_TABLE
25: , a3 JTF_NUMBER_TABLE
26: , a4 JTF_VARCHAR2_TABLE_2000

Line 57: procedure rosetta_table_copy_out_p14(t okl_misc_trans_pvt.jrnl_line_tbl_type, a0 out nocopy JTF_NUMBER_TABLE

53: end loop;
54: end if;
55: end if;
56: end rosetta_table_copy_in_p14;
57: procedure rosetta_table_copy_out_p14(t okl_misc_trans_pvt.jrnl_line_tbl_type, a0 out nocopy JTF_NUMBER_TABLE
58: , a1 out nocopy JTF_NUMBER_TABLE
59: , a2 out nocopy JTF_NUMBER_TABLE
60: , a3 out nocopy JTF_NUMBER_TABLE
61: , a4 out nocopy JTF_VARCHAR2_TABLE_2000

Line 221: ddp_tclv_rec okl_misc_trans_pvt.tclv_rec_type;

217: , p5_a45 VARCHAR2 := fnd_api.g_miss_char
218: )
219:
220: as
221: ddp_tclv_rec okl_misc_trans_pvt.tclv_rec_type;
222: ddx_tclv_rec okl_misc_trans_pvt.tclv_rec_type;
223: ddindx binary_integer; indx binary_integer;
224: begin
225:

Line 222: ddx_tclv_rec okl_misc_trans_pvt.tclv_rec_type;

218: )
219:
220: as
221: ddp_tclv_rec okl_misc_trans_pvt.tclv_rec_type;
222: ddx_tclv_rec okl_misc_trans_pvt.tclv_rec_type;
223: ddindx binary_integer; indx binary_integer;
224: begin
225:
226: -- copy data to the local IN or IN-OUT args, if any

Line 281: okl_misc_trans_pvt.create_misc_dstr_line(p_api_version,

277: ddp_tclv_rec.accrual_rule_yn := p5_a45;
278:
279:
280: -- here's the delegated call to the old PL/SQL routine
281: okl_misc_trans_pvt.create_misc_dstr_line(p_api_version,
282: p_init_msg_list,
283: x_return_status,
284: x_msg_count,
285: x_msg_data,

Line 394: ddp_tclv_rec okl_misc_trans_pvt.tclv_rec_type;

390: , p0_a45 VARCHAR2 := fnd_api.g_miss_char
391: )
392:
393: as
394: ddp_tclv_rec okl_misc_trans_pvt.tclv_rec_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 448: okl_misc_trans_pvt.create_dist_line(ddp_tclv_rec,

444: ddp_tclv_rec.accrual_rule_yn := p0_a45;
445:
446:
447: -- here's the delegated call to the old PL/SQL routine
448: okl_misc_trans_pvt.create_dist_line(ddp_tclv_rec,
449: x_return_status);
450:
451: -- copy data back from the local variables to OUT or IN-OUT args, if any
452:

Line 490: ddp_jrnl_hdr_rec okl_misc_trans_pvt.jrnl_hdr_rec_type;

486: , p5_a8 DATE := fnd_api.g_miss_date
487: )
488:
489: as
490: ddp_jrnl_hdr_rec okl_misc_trans_pvt.jrnl_hdr_rec_type;
491: ddp_jrnl_line_tbl okl_misc_trans_pvt.jrnl_line_tbl_type;
492: ddx_jrnl_hdr_rec okl_misc_trans_pvt.jrnl_hdr_rec_type;
493: ddindx binary_integer; indx binary_integer;
494: begin

Line 491: ddp_jrnl_line_tbl okl_misc_trans_pvt.jrnl_line_tbl_type;

487: )
488:
489: as
490: ddp_jrnl_hdr_rec okl_misc_trans_pvt.jrnl_hdr_rec_type;
491: ddp_jrnl_line_tbl okl_misc_trans_pvt.jrnl_line_tbl_type;
492: ddx_jrnl_hdr_rec okl_misc_trans_pvt.jrnl_hdr_rec_type;
493: ddindx binary_integer; indx binary_integer;
494: begin
495:

Line 492: ddx_jrnl_hdr_rec okl_misc_trans_pvt.jrnl_hdr_rec_type;

488:
489: as
490: ddp_jrnl_hdr_rec okl_misc_trans_pvt.jrnl_hdr_rec_type;
491: ddp_jrnl_line_tbl okl_misc_trans_pvt.jrnl_line_tbl_type;
492: ddx_jrnl_hdr_rec okl_misc_trans_pvt.jrnl_hdr_rec_type;
493: ddindx binary_integer; indx binary_integer;
494: begin
495:
496: -- copy data to the local IN or IN-OUT args, if any

Line 512: okl_misc_trans_pvt_w.rosetta_table_copy_in_p14(ddp_jrnl_line_tbl, p6_a0

508: ddp_jrnl_hdr_rec.trx_number := p5_a6;
509: ddp_jrnl_hdr_rec.description := p5_a7;
510: ddp_jrnl_hdr_rec.date_transaction_occurred := rosetta_g_miss_date_in_map(p5_a8);
511:
512: okl_misc_trans_pvt_w.rosetta_table_copy_in_p14(ddp_jrnl_line_tbl, p6_a0
513: , p6_a1
514: , p6_a2
515: , p6_a3
516: , p6_a4

Line 525: okl_misc_trans_pvt.create_misc_transaction(p_api_version,

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

Line 579: ddp_jrnl_hdr_rec okl_misc_trans_pvt.jrnl_hdr_rec_type;

575: , p5_a8 DATE := fnd_api.g_miss_date
576: )
577:
578: as
579: ddp_jrnl_hdr_rec okl_misc_trans_pvt.jrnl_hdr_rec_type;
580: ddp_jrnl_line_tbl okl_misc_trans_pvt.jrnl_line_tbl_type;
581: ddindx binary_integer; indx binary_integer;
582: begin
583:

Line 580: ddp_jrnl_line_tbl okl_misc_trans_pvt.jrnl_line_tbl_type;

576: )
577:
578: as
579: ddp_jrnl_hdr_rec okl_misc_trans_pvt.jrnl_hdr_rec_type;
580: ddp_jrnl_line_tbl okl_misc_trans_pvt.jrnl_line_tbl_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 600: okl_misc_trans_pvt_w.rosetta_table_copy_in_p14(ddp_jrnl_line_tbl, p6_a0

596: ddp_jrnl_hdr_rec.trx_number := p5_a6;
597: ddp_jrnl_hdr_rec.description := p5_a7;
598: ddp_jrnl_hdr_rec.date_transaction_occurred := rosetta_g_miss_date_in_map(p5_a8);
599:
600: okl_misc_trans_pvt_w.rosetta_table_copy_in_p14(ddp_jrnl_line_tbl, p6_a0
601: , p6_a1
602: , p6_a2
603: , p6_a3
604: , p6_a4

Line 612: okl_misc_trans_pvt.update_misc_transaction(p_api_version,

608: , p6_a8
609: );
610:
611: -- here's the delegated call to the old PL/SQL routine
612: okl_misc_trans_pvt.update_misc_transaction(p_api_version,
613: p_init_msg_list,
614: x_return_status,
615: x_msg_count,
616: x_msg_data,

Line 629: end okl_misc_trans_pvt_w;

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