DBA Data[Home] [Help]

APPS.OKL_ACCOUNTING_UPDATE_PUB_W dependencies on OKL_ACCOUNTING_UPDATE_PUB

Line 1: package body okl_accounting_update_pub_w as

1: package body okl_accounting_update_pub_w as
2: /* $Header: OKLUAEUB.pls 120.1 2005/07/07 13:35:05 dkagrawa 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 146: ddp_aelv_rec okl_accounting_update_pub.aelv_rec_type;

142: , p5_a57 NUMBER := 0-1962.0724
143: )
144:
145: as
146: ddp_aelv_rec okl_accounting_update_pub.aelv_rec_type;
147: ddx_aelv_rec okl_accounting_update_pub.aelv_rec_type;
148: ddindx binary_integer; indx binary_integer;
149: begin
150:

Line 147: ddx_aelv_rec okl_accounting_update_pub.aelv_rec_type;

143: )
144:
145: as
146: ddp_aelv_rec okl_accounting_update_pub.aelv_rec_type;
147: ddx_aelv_rec okl_accounting_update_pub.aelv_rec_type;
148: ddindx binary_integer; indx binary_integer;
149: begin
150:
151: -- copy data to the local IN or IN-OUT args, if any

Line 218: okl_accounting_update_pub.update_acct_entries(p_api_version,

214: ddp_aelv_rec.tax_code_id := rosetta_g_miss_num_map(p5_a57);
215:
216:
217: -- here's the delegated call to the old PL/SQL routine
218: okl_accounting_update_pub.update_acct_entries(p_api_version,
219: p_init_msg_list,
220: x_return_status,
221: x_msg_count,
222: x_msg_data,

Line 293: end okl_accounting_update_pub_w;

289: p6_a56 := rosetta_g_miss_num_map(ddx_aelv_rec.subledger_doc_sequence_value);
290: p6_a57 := rosetta_g_miss_num_map(ddx_aelv_rec.tax_code_id);
291: end;
292:
293: end okl_accounting_update_pub_w;