DBA Data[Home] [Help]

APPS.PAY_TXR_DEL dependencies on PAY_TXR_SHD

Line 52: (p_rec in pay_txr_shd.g_rec_type

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

Line 81: pay_txr_shd.constraint_error

77: Exception
78: When hr_api.child_integrity_violated then
79: -- Child integrity has been violated
80: --
81: pay_txr_shd.constraint_error
82: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
83: When Others Then
84: --
85: Raise;

Line 120: Procedure pre_delete(p_rec in pay_txr_shd.g_rec_type) is

116: -- Internal Row Handler Use Only.
117: --
118: -- {End Of Comments}
119: -- ----------------------------------------------------------------------------
120: Procedure pre_delete(p_rec in pay_txr_shd.g_rec_type) is
121: --
122: l_proc varchar2(72) := g_package||'pre_delete';
123: --
124: Begin

Line 162: Procedure post_delete(p_rec in pay_txr_shd.g_rec_type) is

158: -- Internal Row Handler Use Only.
159: --
160: -- {End Of Comments}
161: -- -----------------------------------------------------------------------------
162: Procedure post_delete(p_rec in pay_txr_shd.g_rec_type) is
163: --
164: l_proc varchar2(72) := g_package||'post_delete';
165: --
166: Begin

Line 182: => pay_txr_shd.g_old_rec.legislation_code

178: => p_rec.classification_id
179: ,p_taxability_rules_date_id
180: => p_rec.taxability_rules_date_id
181: ,p_legislation_code_o
182: => pay_txr_shd.g_old_rec.legislation_code
183: ,p_status_o
184: => pay_txr_shd.g_old_rec.status
185: ,p_secondary_classification_id
186: => p_rec.secondary_classification_id

Line 184: => pay_txr_shd.g_old_rec.status

180: => p_rec.taxability_rules_date_id
181: ,p_legislation_code_o
182: => pay_txr_shd.g_old_rec.legislation_code
183: ,p_status_o
184: => pay_txr_shd.g_old_rec.status
185: ,p_secondary_classification_id
186: => p_rec.secondary_classification_id
187: );
188: --

Line 206: (p_rec in pay_txr_shd.g_rec_type

202: -- ----------------------------------------------------------------------------
203: -- |---------------------------------< del >----------------------------------|
204: -- ----------------------------------------------------------------------------
205: Procedure del
206: (p_rec in pay_txr_shd.g_rec_type
207: ) is
208: --
209: l_proc varchar2(72) := g_package||'del';
210: --

Line 216: pay_txr_shd.lck

212: hr_utility.set_location('Entering:'||l_proc, 5);
213: --
214: -- We must lock the row which we need to delete.
215: --
216: pay_txr_shd.lck
217: (p_rec.jurisdiction_code
218: ,p_rec.tax_type
219: ,p_rec.tax_category
220: ,p_rec.classification_id

Line 261: l_rec pay_txr_shd.g_rec_type;

257: ,p_taxability_rules_date_id in number
258: ,p_secondary_classification_id in number default null
259: ) is
260: --
261: l_rec pay_txr_shd.g_rec_type;
262: l_proc varchar2(72) := g_package||'del';
263: --
264: Begin
265: hr_utility.set_location('Entering:'||l_proc, 5);