DBA Data[Home] [Help]

APPS.OKL_AM_AMORTIZE_PVT_W dependencies on OKL_AM_AMORTIZE_PVT

Line 1: package body okl_am_amortize_pvt_w as

1: package body okl_am_amortize_pvt_w as
2: /* $Header: OKLETATB.pls 120.6.12010000.2 2010/04/29 15:14:06 rpillay ship $ */
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: rosetta_g_mistake_date_high date := to_date('01/01/+4710', 'MM/DD/SYYYY');

Line 55: okl_am_amortize_pvt.create_offlease_asset_trx(p_api_version => p_api_version,

51:
52: ddp_quote_accpt_date := rosetta_g_miss_date_in_map(p_quote_accpt_date);
53:
54: -- here's the delegated call to the old PL/SQL routine
55: okl_am_amortize_pvt.create_offlease_asset_trx(p_api_version => p_api_version,
56: p_init_msg_list => p_init_msg_list,
57: x_return_status => x_return_status,
58: x_msg_count => x_msg_count,
59: x_msg_data => x_msg_data,

Line 105: okl_am_amortize_pvt.create_offlease_asset_trx(p_api_version => p_api_version,

101:
102: ddp_quote_accpt_date := rosetta_g_miss_date_in_map(p_quote_accpt_date);
103:
104: -- here's the delegated call to the old PL/SQL routine
105: okl_am_amortize_pvt.create_offlease_asset_trx(p_api_version => p_api_version,
106: p_init_msg_list => p_init_msg_list,
107: x_return_status => x_return_status,
108: x_msg_count => x_msg_count,
109: x_msg_data => x_msg_data,

Line 251: ddp_header_rec okl_am_amortize_pvt.thpv_rec_type;

247: , p6_a81 NUMBER := 0-1962.0724
248: )
249:
250: as
251: ddp_header_rec okl_am_amortize_pvt.thpv_rec_type;
252: ddp_lines_rec okl_am_amortize_pvt.tlpv_rec_type;
253: ddindx binary_integer; indx binary_integer;
254: begin
255:

Line 252: ddp_lines_rec okl_am_amortize_pvt.tlpv_rec_type;

248: )
249:
250: as
251: ddp_header_rec okl_am_amortize_pvt.thpv_rec_type;
252: ddp_lines_rec okl_am_amortize_pvt.tlpv_rec_type;
253: ddindx binary_integer; indx binary_integer;
254: begin
255:
256: -- copy data to the local IN or IN-OUT args, if any

Line 382: okl_am_amortize_pvt.update_offlease_asset_trx(p_api_version,

378: ddp_lines_rec.residual_shr_amount := rosetta_g_miss_num_map(p6_a80);
379: ddp_lines_rec.retirement_id := rosetta_g_miss_num_map(p6_a81);
380:
381: -- here's the delegated call to the old PL/SQL routine
382: okl_am_amortize_pvt.update_offlease_asset_trx(p_api_version,
383: p_init_msg_list,
384: x_return_status,
385: x_msg_count,
386: x_msg_data,

Line 525: ddp_header_tbl okl_am_amortize_pvt.thpv_tbl_type;

521: , x_record_status out nocopy VARCHAR2
522: )
523:
524: as
525: ddp_header_tbl okl_am_amortize_pvt.thpv_tbl_type;
526: ddp_lines_tbl okl_am_amortize_pvt.tlpv_tbl_type;
527: ddindx binary_integer; indx binary_integer;
528: begin
529:

Line 526: ddp_lines_tbl okl_am_amortize_pvt.tlpv_tbl_type;

522: )
523:
524: as
525: ddp_header_tbl okl_am_amortize_pvt.thpv_tbl_type;
526: ddp_lines_tbl okl_am_amortize_pvt.tlpv_tbl_type;
527: ddindx binary_integer; indx binary_integer;
528: begin
529:
530: -- copy data to the local IN or IN-OUT args, if any

Line 659: okl_am_amortize_pvt.update_offlease_asset_trx(p_api_version,

655: );
656:
657:
658: -- here's the delegated call to the old PL/SQL routine
659: okl_am_amortize_pvt.update_offlease_asset_trx(p_api_version,
660: p_init_msg_list,
661: x_return_status,
662: x_msg_count,
663: x_msg_data,

Line 693: ddp_deprn_rec okl_am_amortize_pvt.deprn_rec_type;

689: , p5_a6 NUMBER := 0-1962.0724
690: )
691:
692: as
693: ddp_deprn_rec okl_am_amortize_pvt.deprn_rec_type;
694: ddindx binary_integer; indx binary_integer;
695: begin
696:
697: -- copy data to the local IN or IN-OUT args, if any

Line 712: okl_am_amortize_pvt.update_depreciation(p_api_version,

708: ddp_deprn_rec.p_date_trns_occured := rosetta_g_miss_date_in_map(p5_a5);
709: ddp_deprn_rec.p_salvage_value := rosetta_g_miss_num_map(p5_a6);
710:
711: -- here's the delegated call to the old PL/SQL routine
712: okl_am_amortize_pvt.update_depreciation(p_api_version,
713: p_init_msg_list,
714: x_return_status,
715: x_msg_count,
716: x_msg_data,

Line 727: end okl_am_amortize_pvt_w;

723:
724:
725: end;
726:
727: end okl_am_amortize_pvt_w;