DBA Data[Home] [Help]

APPS.PQH_RLA_DEL dependencies on PQH_RLA_SHD

Line 52: (p_rec in pqh_rla_shd.g_rec_type

48: --
49: -- {End Of Comments}
50: -- ----------------------------------------------------------------------------
51: Procedure delete_dml
52: (p_rec in pqh_rla_shd.g_rec_type
53: ) is
54: --
55: l_proc varchar2(72) := g_package||'delete_dml';
56: --

Line 75: pqh_rla_shd.constraint_error

71: Exception
72: When hr_api.child_integrity_violated then
73: -- Child integrity has been violated
74: --
75: pqh_rla_shd.constraint_error
76: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
77: When Others Then
78: --
79: Raise;

Line 114: Procedure pre_delete(p_rec in pqh_rla_shd.g_rec_type) is

110: -- Internal Row Handler Use Only.
111: --
112: -- {End Of Comments}
113: -- ----------------------------------------------------------------------------
114: Procedure pre_delete(p_rec in pqh_rla_shd.g_rec_type) is
115: --
116: l_proc varchar2(72) := g_package||'pre_delete';
117: --
118: Begin

Line 156: Procedure post_delete(p_rec in pqh_rla_shd.g_rec_type) is

152: -- Internal Row Handler Use Only.
153: --
154: -- {End Of Comments}
155: -- -----------------------------------------------------------------------------
156: Procedure post_delete(p_rec in pqh_rla_shd.g_rec_type) is
157: --
158: l_proc varchar2(72) := g_package||'post_delete';
159: --
160: Begin

Line 168: => pqh_rla_shd.g_old_rec.rule_set_id

164: pqh_rla_rkd.after_delete
165: (p_rule_attribute_id
166: => p_rec.rule_attribute_id
167: ,p_rule_set_id_o
168: => pqh_rla_shd.g_old_rec.rule_set_id
169: ,p_attribute_code_o
170: => pqh_rla_shd.g_old_rec.attribute_code
171: ,p_operation_code_o
172: => pqh_rla_shd.g_old_rec.operation_code

Line 170: => pqh_rla_shd.g_old_rec.attribute_code

166: => p_rec.rule_attribute_id
167: ,p_rule_set_id_o
168: => pqh_rla_shd.g_old_rec.rule_set_id
169: ,p_attribute_code_o
170: => pqh_rla_shd.g_old_rec.attribute_code
171: ,p_operation_code_o
172: => pqh_rla_shd.g_old_rec.operation_code
173: ,p_attribute_value_o
174: => pqh_rla_shd.g_old_rec.attribute_value

Line 172: => pqh_rla_shd.g_old_rec.operation_code

168: => pqh_rla_shd.g_old_rec.rule_set_id
169: ,p_attribute_code_o
170: => pqh_rla_shd.g_old_rec.attribute_code
171: ,p_operation_code_o
172: => pqh_rla_shd.g_old_rec.operation_code
173: ,p_attribute_value_o
174: => pqh_rla_shd.g_old_rec.attribute_value
175: ,p_object_version_number_o
176: => pqh_rla_shd.g_old_rec.object_version_number

Line 174: => pqh_rla_shd.g_old_rec.attribute_value

170: => pqh_rla_shd.g_old_rec.attribute_code
171: ,p_operation_code_o
172: => pqh_rla_shd.g_old_rec.operation_code
173: ,p_attribute_value_o
174: => pqh_rla_shd.g_old_rec.attribute_value
175: ,p_object_version_number_o
176: => pqh_rla_shd.g_old_rec.object_version_number
177: );
178: --

Line 176: => pqh_rla_shd.g_old_rec.object_version_number

172: => pqh_rla_shd.g_old_rec.operation_code
173: ,p_attribute_value_o
174: => pqh_rla_shd.g_old_rec.attribute_value
175: ,p_object_version_number_o
176: => pqh_rla_shd.g_old_rec.object_version_number
177: );
178: --
179: exception
180: --

Line 196: (p_rec in pqh_rla_shd.g_rec_type

192: -- ----------------------------------------------------------------------------
193: -- |---------------------------------< del >----------------------------------|
194: -- ----------------------------------------------------------------------------
195: Procedure del
196: (p_rec in pqh_rla_shd.g_rec_type
197: ) is
198: --
199: l_proc varchar2(72) := g_package||'del';
200: --

Line 206: pqh_rla_shd.lck

202: hr_utility.set_location('Entering:'||l_proc, 5);
203: --
204: -- We must lock the row which we need to delete.
205: --
206: pqh_rla_shd.lck
207: (p_rec.rule_attribute_id
208: ,p_rec.object_version_number
209: );
210: --

Line 243: l_rec pqh_rla_shd.g_rec_type;

239: (p_rule_attribute_id in number
240: ,p_object_version_number in number
241: ) is
242: --
243: l_rec pqh_rla_shd.g_rec_type;
244: l_proc varchar2(72) := g_package||'del';
245: --
246: Begin
247: hr_utility.set_location('Entering:'||l_proc, 5);