DBA Data[Home] [Help]

APPS.OKL_ACCT_GEN_RULE_PUB_W dependencies on OKL_ACCT_GEN_RULE_PUB

Line 1: package body okl_acct_gen_rule_pub_w as

1: package body okl_acct_gen_rule_pub_w as
2: /* $Header: OKLUACGB.pls 120.1 2005/07/07 13:35:54 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 61: ddx_acc_lines okl_acct_gen_rule_pub.acct_tbl_type;

57: , p6_a29 out nocopy JTF_NUMBER_TABLE
58: )
59:
60: as
61: ddx_acc_lines okl_acct_gen_rule_pub.acct_tbl_type;
62: ddindx binary_integer; indx binary_integer;
63: begin
64:
65: -- copy data to the local IN or IN-OUT args, if any

Line 74: okl_acct_gen_rule_pub.get_rule_lines(p_api_version,

70:
71:
72:
73: -- here's the delegated call to the old PL/SQL routine
74: okl_acct_gen_rule_pub.get_rule_lines(p_api_version,
75: p_init_msg_list,
76: x_return_status,
77: x_msg_count,
78: x_msg_data,

Line 190: ddp_acc_lines okl_acct_gen_rule_pub.acct_tbl_type;

186: , p6_a29 out nocopy JTF_NUMBER_TABLE
187: )
188:
189: as
190: ddp_acc_lines okl_acct_gen_rule_pub.acct_tbl_type;
191: ddx_acc_lines okl_acct_gen_rule_pub.acct_tbl_type;
192: ddindx binary_integer; indx binary_integer;
193: begin
194:

Line 191: ddx_acc_lines okl_acct_gen_rule_pub.acct_tbl_type;

187: )
188:
189: as
190: ddp_acc_lines okl_acct_gen_rule_pub.acct_tbl_type;
191: ddx_acc_lines okl_acct_gen_rule_pub.acct_tbl_type;
192: ddindx binary_integer; indx binary_integer;
193: begin
194:
195: -- copy data to the local IN or IN-OUT args, if any

Line 235: okl_acct_gen_rule_pub.updt_rule_lines(p_api_version,

231: );
232:
233:
234: -- here's the delegated call to the old PL/SQL routine
235: okl_acct_gen_rule_pub.updt_rule_lines(p_api_version,
236: p_init_msg_list,
237: x_return_status,
238: x_msg_count,
239: x_msg_data,

Line 283: end okl_acct_gen_rule_pub_w;

279: , p6_a29
280: );
281: end;
282:
283: end okl_acct_gen_rule_pub_w;