DBA Data[Home] [Help]

APPS.OKL_SYSTEM_ACCT_OPT_PUB_W dependencies on OKL_SYSTEM_ACCT_OPT_PUB

Line 1: package body okl_system_acct_opt_pub_w as

1: package body okl_system_acct_opt_pub_w as
2: /* $Header: OKLUSYOB.pls 120.7 2009/05/08 11:11:13 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 93: ddx_saov_rec okl_system_acct_opt_pub.saov_rec_type;

89: , p6_a58 out nocopy VARCHAR2
90: )
91:
92: as
93: ddx_saov_rec okl_system_acct_opt_pub.saov_rec_type;
94: ddindx binary_integer; indx binary_integer;
95: begin
96:
97: -- copy data to the local IN or IN-OUT args, if any

Line 106: okl_system_acct_opt_pub.get_system_acct_opt(p_api_version,

102:
103:
104:
105: -- here's the delegated call to the old PL/SQL routine
106: okl_system_acct_opt_pub.get_system_acct_opt(p_api_version,
107: p_init_msg_list,
108: x_return_status,
109: x_msg_count,
110: x_msg_data,

Line 308: ddp_saov_rec okl_system_acct_opt_pub.saov_rec_type;

304: , p5_a58 VARCHAR2 := fnd_api.g_miss_char
305: )
306:
307: as
308: ddp_saov_rec okl_system_acct_opt_pub.saov_rec_type;
309: ddx_saov_rec okl_system_acct_opt_pub.saov_rec_type;
310: ddindx binary_integer; indx binary_integer;
311: begin
312:

Line 309: ddx_saov_rec okl_system_acct_opt_pub.saov_rec_type;

305: )
306:
307: as
308: ddp_saov_rec okl_system_acct_opt_pub.saov_rec_type;
309: ddx_saov_rec okl_system_acct_opt_pub.saov_rec_type;
310: ddindx binary_integer; indx binary_integer;
311: begin
312:
313: -- copy data to the local IN or IN-OUT args, if any

Line 381: okl_system_acct_opt_pub.updt_system_acct_opt(p_api_version,

377: ddp_saov_rec.amort_inc_adj_rev_dt_yn := p5_a58;
378:
379:
380: -- here's the delegated call to the old PL/SQL routine
381: okl_system_acct_opt_pub.updt_system_acct_opt(p_api_version,
382: p_init_msg_list,
383: x_return_status,
384: x_msg_count,
385: x_msg_data,

Line 457: end okl_system_acct_opt_pub_w;

453: p6_a57 := ddx_saov_rec.secondary_rep_method;
454: p6_a58 := ddx_saov_rec.amort_inc_adj_rev_dt_yn;
455: end;
456:
457: end okl_system_acct_opt_pub_w;