DBA Data[Home] [Help]

APPS.OKL_RULE_EXTRACT_PUB_W dependencies on OKL_RULE_EXTRACT_PUB

Line 1: package body okl_rule_extract_pub_w as

1: package body okl_rule_extract_pub_w as
2: /* $Header: OKLUREXB.pls 115.8 2003/10/14 18:51:35 ashariff 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 35: ddx_sc_rg_tbl okl_rule_extract_pub.sc_rg_tbl_type;

31: , p6_a3 out nocopy JTF_VARCHAR2_TABLE_300
32: )
33:
34: as
35: ddx_sc_rg_tbl okl_rule_extract_pub.sc_rg_tbl_type;
36: ddindx binary_integer; indx binary_integer;
37: begin
38:
39: -- copy data to the local IN or IN-OUT args, if any

Line 48: okl_rule_extract_pub.get_subclass_rgs(p_api_version,

44:
45:
46:
47: -- here's the delegated call to the old PL/SQL routine
48: okl_rule_extract_pub.get_subclass_rgs(p_api_version,
49: p_init_msg_list,
50: x_return_status,
51: x_msg_count,
52: x_msg_data,

Line 86: ddx_rg_rules_tbl okl_rule_extract_pub.rg_rules_tbl_type;

82: , p6_a6 out nocopy JTF_VARCHAR2_TABLE_100
83: )
84:
85: as
86: ddx_rg_rules_tbl okl_rule_extract_pub.rg_rules_tbl_type;
87: ddindx binary_integer; indx binary_integer;
88: begin
89:
90: -- copy data to the local IN or IN-OUT args, if any

Line 99: okl_rule_extract_pub.get_rg_rules(p_api_version,

95:
96:
97:
98: -- here's the delegated call to the old PL/SQL routine
99: okl_rule_extract_pub.get_rg_rules(p_api_version,
100: p_init_msg_list,
101: x_return_status,
102: x_msg_count,
103: x_msg_data,

Line 158: ddx_rule_segment_tbl okl_rule_extract_pub.rule_segment_tbl_type;

154: , p8_a22 out nocopy JTF_VARCHAR2_TABLE_300
155: )
156:
157: as
158: ddx_rule_segment_tbl okl_rule_extract_pub.rule_segment_tbl_type;
159: ddindx binary_integer; indx binary_integer;
160: begin
161:
162: -- copy data to the local IN or IN-OUT args, if any

Line 173: okl_rule_extract_pub.get_rule_def(p_api_version,

169:
170:
171:
172: -- here's the delegated call to the old PL/SQL routine
173: okl_rule_extract_pub.get_rule_def(p_api_version,
174: p_init_msg_list,
175: x_return_status,
176: x_msg_count,
177: x_msg_data,

Line 263: ddx_rule_segment_tbl okl_rule_extract_pub.rule_segment_tbl_type2;

259: , p14_a27 out nocopy JTF_VARCHAR2_TABLE_100
260: )
261:
262: as
263: ddx_rule_segment_tbl okl_rule_extract_pub.rule_segment_tbl_type2;
264: ddindx binary_integer; indx binary_integer;
265: begin
266:
267: -- copy data to the local IN or IN-OUT args, if any

Line 284: okl_rule_extract_pub.get_rules_metadata(p_api_version,

280:
281:
282:
283: -- here's the delegated call to the old PL/SQL routine
284: okl_rule_extract_pub.get_rules_metadata(p_api_version,
285: p_init_msg_list,
286: x_return_status,
287: x_msg_count,
288: x_msg_data,

Line 346: end okl_rule_extract_pub_w;

342: , p14_a27
343: );
344: end;
345:
346: end okl_rule_extract_pub_w;