DBA Data[Home] [Help]

APPS.PAY_PBA_DEL dependencies on PAY_PBA_SHD

Line 86: (p_rec in pay_pba_shd.g_rec_type

82: --
83: -- {End Of Comments}
84: -- ----------------------------------------------------------------------------
85: Procedure delete_dml
86: (p_rec in pay_pba_shd.g_rec_type
87: ) is
88: --
89: l_proc varchar2(72) := g_package||'delete_dml';
90: --

Line 109: pay_pba_shd.constraint_error

105: Exception
106: When hr_api.child_integrity_violated then
107: -- Child integrity has been violated
108: --
109: pay_pba_shd.constraint_error
110: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
111: When Others Then
112: --
113: Raise;

Line 148: Procedure pre_delete(p_rec in pay_pba_shd.g_rec_type) is

144: -- Internal Row Handler Use Only.
145: --
146: -- {End Of Comments}
147: -- ----------------------------------------------------------------------------
148: Procedure pre_delete(p_rec in pay_pba_shd.g_rec_type) is
149: --
150: l_proc varchar2(72) := g_package||'pre_delete';
151: --
152: Begin

Line 190: Procedure post_delete(p_rec in pay_pba_shd.g_rec_type) is

186: -- Internal Row Handler Use Only.
187: --
188: -- {End Of Comments}
189: -- -----------------------------------------------------------------------------
190: Procedure post_delete(p_rec in pay_pba_shd.g_rec_type) is
191: --
192: l_proc varchar2(72) := g_package||'post_delete';
193: --
194: Begin

Line 207: => pay_pba_shd.g_old_rec.attribute_id

203: pay_pba_rkd.after_delete
204: (p_balance_attribute_id
205: => p_rec.balance_attribute_id
206: ,p_attribute_id_o
207: => pay_pba_shd.g_old_rec.attribute_id
208: ,p_defined_balance_id_o
209: => pay_pba_shd.g_old_rec.defined_balance_id
210: ,p_legislation_code_o
211: => pay_pba_shd.g_old_rec.legislation_code

Line 209: => pay_pba_shd.g_old_rec.defined_balance_id

205: => p_rec.balance_attribute_id
206: ,p_attribute_id_o
207: => pay_pba_shd.g_old_rec.attribute_id
208: ,p_defined_balance_id_o
209: => pay_pba_shd.g_old_rec.defined_balance_id
210: ,p_legislation_code_o
211: => pay_pba_shd.g_old_rec.legislation_code
212: ,p_business_group_id_o
213: => pay_pba_shd.g_old_rec.business_group_id

Line 211: => pay_pba_shd.g_old_rec.legislation_code

207: => pay_pba_shd.g_old_rec.attribute_id
208: ,p_defined_balance_id_o
209: => pay_pba_shd.g_old_rec.defined_balance_id
210: ,p_legislation_code_o
211: => pay_pba_shd.g_old_rec.legislation_code
212: ,p_business_group_id_o
213: => pay_pba_shd.g_old_rec.business_group_id
214: );
215: --

Line 213: => pay_pba_shd.g_old_rec.business_group_id

209: => pay_pba_shd.g_old_rec.defined_balance_id
210: ,p_legislation_code_o
211: => pay_pba_shd.g_old_rec.legislation_code
212: ,p_business_group_id_o
213: => pay_pba_shd.g_old_rec.business_group_id
214: );
215: --
216: exception
217: --

Line 233: (p_rec in pay_pba_shd.g_rec_type

229: -- ----------------------------------------------------------------------------
230: -- |---------------------------------< del >----------------------------------|
231: -- ----------------------------------------------------------------------------
232: Procedure del
233: (p_rec in pay_pba_shd.g_rec_type
234: ) is
235: --
236: l_proc varchar2(72) := g_package||'del';
237: --

Line 243: pay_pba_shd.lck

239: hr_utility.set_location('Entering:'||l_proc, 5);
240: --
241: -- We must lock the row which we need to delete.
242: --
243: pay_pba_shd.lck
244: (p_rec.balance_attribute_id
245: );
246: --
247: -- Call the supporting delete validate operation

Line 278: l_rec pay_pba_shd.g_rec_type;

274: Procedure del
275: (p_balance_attribute_id in number
276: ) is
277: --
278: l_rec pay_pba_shd.g_rec_type;
279: l_proc varchar2(72) := g_package||'del';
280: --
281: Begin
282: hr_utility.set_location('Entering:'||l_proc, 5);