DBA Data[Home] [Help]

APPS.OKL_AM_AMORTIZE_PUB_W dependencies on OKL_AM_AMORTIZE_PUB

Line 1: package body okl_am_amortize_pub_w as

1: package body okl_am_amortize_pub_w as
2: /* $Header: OKLUTATB.pls 120.5 2007/11/06 07:43:40 veramach 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_pub.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_pub.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 106: okl_am_amortize_pub.create_offlease_asset_trx(p_api_version => p_api_version,

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

Line 252: ddp_header_rec okl_am_amortize_pub.thpv_rec_type;

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

Line 253: ddp_lines_rec okl_am_amortize_pub.tlpv_rec_type;

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

Line 383: okl_am_amortize_pub.update_offlease_asset_trx(p_api_version,

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

Line 526: ddp_header_tbl okl_am_amortize_pub.thpv_tbl_type;

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

Line 527: ddp_lines_tbl okl_am_amortize_pub.tlpv_tbl_type;

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

Line 660: okl_am_amortize_pub.update_offlease_asset_trx(p_api_version,

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

Line 694: ddp_deprn_rec okl_am_amortize_pub.deprn_rec_type;

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

Line 713: okl_am_amortize_pub.update_depreciation(p_api_version,

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

Line 728: end okl_am_amortize_pub_w;

724:
725:
726: end;
727:
728: end okl_am_amortize_pub_w;