DBA Data[Home] [Help]

APPS.FUN_RULE_CRITERIA_PUB_W dependencies on FUN_RULE_CRITERIA_PUB

Line 1: package body fun_rule_criteria_pub_w as

1: package body fun_rule_criteria_pub_w as
2: /* $Header: FUNXTMRULRCTRWB.pls 120.0 2005/06/20 04:30:00 ammishra noship $ */
3: procedure create_rule_criteria(p_init_msg_list VARCHAR2
4: , p1_a0 NUMBER
5: , p1_a1 NUMBER

Line 23: ddp_rule_criteria_rec fun_rule_criteria_pub.rule_criteria_rec_type;

19: , x_msg_data out nocopy VARCHAR2
20: )
21:
22: as
23: ddp_rule_criteria_rec fun_rule_criteria_pub.rule_criteria_rec_type;
24: ddindx binary_integer; indx binary_integer;
25: begin
26:
27: -- copy data to the local IN or IN-OUT args, if any

Line 47: fun_rule_criteria_pub.create_rule_criteria(p_init_msg_list,

43:
44:
45:
46: -- here's the delegated call to the old PL/SQL routine
47: fun_rule_criteria_pub.create_rule_criteria(p_init_msg_list,
48: ddp_rule_criteria_rec,
49: x_criteria_id,
50: x_return_status,
51: x_msg_count,

Line 82: ddp_rule_criteria_rec fun_rule_criteria_pub.rule_criteria_rec_type;

78: , x_msg_data out nocopy VARCHAR2
79: )
80:
81: as
82: ddp_rule_criteria_rec fun_rule_criteria_pub.rule_criteria_rec_type;
83: ddindx binary_integer; indx binary_integer;
84: begin
85:
86: -- copy data to the local IN or IN-OUT args, if any

Line 106: fun_rule_criteria_pub.update_rule_criteria(p_init_msg_list,

102:
103:
104:
105: -- here's the delegated call to the old PL/SQL routine
106: fun_rule_criteria_pub.update_rule_criteria(p_init_msg_list,
107: ddp_rule_criteria_rec,
108: p_object_version_number,
109: x_return_status,
110: x_msg_count,

Line 142: ddx_rule_criteria_rec fun_rule_criteria_pub.rule_criteria_rec_type;

138: , x_msg_data out nocopy VARCHAR2
139: )
140:
141: as
142: ddx_rule_criteria_rec fun_rule_criteria_pub.rule_criteria_rec_type;
143: ddindx binary_integer; indx binary_integer;
144: begin
145:
146: -- copy data to the local IN or IN-OUT args, if any

Line 155: fun_rule_criteria_pub.get_rule_criteria_rec(p_init_msg_list,

151:
152:
153:
154: -- here's the delegated call to the old PL/SQL routine
155: fun_rule_criteria_pub.get_rule_criteria_rec(p_init_msg_list,
156: p_criteria_id,
157: p_rule_detail_id,
158: ddx_rule_criteria_rec,
159: x_return_status,

Line 184: end fun_rule_criteria_pub_w;

180:
181:
182: end;
183:
184: end fun_rule_criteria_pub_w;