DBA Data[Home] [Help]

APPS.BEN_PDT_DEL dependencies on BEN_PDT_SHD

Line 52: (p_rec in ben_pdt_shd.g_rec_type

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

Line 75: ben_pdt_shd.constraint_error

71: Exception
72: When hr_api.child_integrity_violated then
73: -- Child integrity has been violated
74: --
75: ben_pdt_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 ben_pdt_shd.g_rec_type) is

110: -- Internal Row Handler Use Only.
111: --
112: -- {End Of Comments}
113: -- ----------------------------------------------------------------------------
114: Procedure pre_delete(p_rec in ben_pdt_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 ben_pdt_shd.g_rec_type) is

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

Line 168: => ben_pdt_shd.g_old_rec.person_id

164: ben_pdt_rkd.after_delete
165: (p_pymt_check_det_id
166: => p_rec.pymt_check_det_id
167: ,p_person_id_o
168: => ben_pdt_shd.g_old_rec.person_id
169: ,p_business_group_id_o
170: => ben_pdt_shd.g_old_rec.business_group_id
171: ,p_check_num_o
172: => ben_pdt_shd.g_old_rec.check_num

Line 170: => ben_pdt_shd.g_old_rec.business_group_id

166: => p_rec.pymt_check_det_id
167: ,p_person_id_o
168: => ben_pdt_shd.g_old_rec.person_id
169: ,p_business_group_id_o
170: => ben_pdt_shd.g_old_rec.business_group_id
171: ,p_check_num_o
172: => ben_pdt_shd.g_old_rec.check_num
173: ,p_pymt_dt_o
174: => ben_pdt_shd.g_old_rec.pymt_dt

Line 172: => ben_pdt_shd.g_old_rec.check_num

168: => ben_pdt_shd.g_old_rec.person_id
169: ,p_business_group_id_o
170: => ben_pdt_shd.g_old_rec.business_group_id
171: ,p_check_num_o
172: => ben_pdt_shd.g_old_rec.check_num
173: ,p_pymt_dt_o
174: => ben_pdt_shd.g_old_rec.pymt_dt
175: ,p_pymt_amt_o
176: => ben_pdt_shd.g_old_rec.pymt_amt

Line 174: => ben_pdt_shd.g_old_rec.pymt_dt

170: => ben_pdt_shd.g_old_rec.business_group_id
171: ,p_check_num_o
172: => ben_pdt_shd.g_old_rec.check_num
173: ,p_pymt_dt_o
174: => ben_pdt_shd.g_old_rec.pymt_dt
175: ,p_pymt_amt_o
176: => ben_pdt_shd.g_old_rec.pymt_amt
177: ,p_pdt_attribute_category_o
178: => ben_pdt_shd.g_old_rec.pdt_attribute_category

Line 176: => ben_pdt_shd.g_old_rec.pymt_amt

172: => ben_pdt_shd.g_old_rec.check_num
173: ,p_pymt_dt_o
174: => ben_pdt_shd.g_old_rec.pymt_dt
175: ,p_pymt_amt_o
176: => ben_pdt_shd.g_old_rec.pymt_amt
177: ,p_pdt_attribute_category_o
178: => ben_pdt_shd.g_old_rec.pdt_attribute_category
179: ,p_pdt_attribute1_o
180: => ben_pdt_shd.g_old_rec.pdt_attribute1

Line 178: => ben_pdt_shd.g_old_rec.pdt_attribute_category

174: => ben_pdt_shd.g_old_rec.pymt_dt
175: ,p_pymt_amt_o
176: => ben_pdt_shd.g_old_rec.pymt_amt
177: ,p_pdt_attribute_category_o
178: => ben_pdt_shd.g_old_rec.pdt_attribute_category
179: ,p_pdt_attribute1_o
180: => ben_pdt_shd.g_old_rec.pdt_attribute1
181: ,p_pdt_attribute2_o
182: => ben_pdt_shd.g_old_rec.pdt_attribute2

Line 180: => ben_pdt_shd.g_old_rec.pdt_attribute1

176: => ben_pdt_shd.g_old_rec.pymt_amt
177: ,p_pdt_attribute_category_o
178: => ben_pdt_shd.g_old_rec.pdt_attribute_category
179: ,p_pdt_attribute1_o
180: => ben_pdt_shd.g_old_rec.pdt_attribute1
181: ,p_pdt_attribute2_o
182: => ben_pdt_shd.g_old_rec.pdt_attribute2
183: ,p_pdt_attribute3_o
184: => ben_pdt_shd.g_old_rec.pdt_attribute3

Line 182: => ben_pdt_shd.g_old_rec.pdt_attribute2

178: => ben_pdt_shd.g_old_rec.pdt_attribute_category
179: ,p_pdt_attribute1_o
180: => ben_pdt_shd.g_old_rec.pdt_attribute1
181: ,p_pdt_attribute2_o
182: => ben_pdt_shd.g_old_rec.pdt_attribute2
183: ,p_pdt_attribute3_o
184: => ben_pdt_shd.g_old_rec.pdt_attribute3
185: ,p_pdt_attribute4_o
186: => ben_pdt_shd.g_old_rec.pdt_attribute4

Line 184: => ben_pdt_shd.g_old_rec.pdt_attribute3

180: => ben_pdt_shd.g_old_rec.pdt_attribute1
181: ,p_pdt_attribute2_o
182: => ben_pdt_shd.g_old_rec.pdt_attribute2
183: ,p_pdt_attribute3_o
184: => ben_pdt_shd.g_old_rec.pdt_attribute3
185: ,p_pdt_attribute4_o
186: => ben_pdt_shd.g_old_rec.pdt_attribute4
187: ,p_pdt_attribute5_o
188: => ben_pdt_shd.g_old_rec.pdt_attribute5

Line 186: => ben_pdt_shd.g_old_rec.pdt_attribute4

182: => ben_pdt_shd.g_old_rec.pdt_attribute2
183: ,p_pdt_attribute3_o
184: => ben_pdt_shd.g_old_rec.pdt_attribute3
185: ,p_pdt_attribute4_o
186: => ben_pdt_shd.g_old_rec.pdt_attribute4
187: ,p_pdt_attribute5_o
188: => ben_pdt_shd.g_old_rec.pdt_attribute5
189: ,p_pdt_attribute6_o
190: => ben_pdt_shd.g_old_rec.pdt_attribute6

Line 188: => ben_pdt_shd.g_old_rec.pdt_attribute5

184: => ben_pdt_shd.g_old_rec.pdt_attribute3
185: ,p_pdt_attribute4_o
186: => ben_pdt_shd.g_old_rec.pdt_attribute4
187: ,p_pdt_attribute5_o
188: => ben_pdt_shd.g_old_rec.pdt_attribute5
189: ,p_pdt_attribute6_o
190: => ben_pdt_shd.g_old_rec.pdt_attribute6
191: ,p_pdt_attribute7_o
192: => ben_pdt_shd.g_old_rec.pdt_attribute7

Line 190: => ben_pdt_shd.g_old_rec.pdt_attribute6

186: => ben_pdt_shd.g_old_rec.pdt_attribute4
187: ,p_pdt_attribute5_o
188: => ben_pdt_shd.g_old_rec.pdt_attribute5
189: ,p_pdt_attribute6_o
190: => ben_pdt_shd.g_old_rec.pdt_attribute6
191: ,p_pdt_attribute7_o
192: => ben_pdt_shd.g_old_rec.pdt_attribute7
193: ,p_pdt_attribute8_o
194: => ben_pdt_shd.g_old_rec.pdt_attribute8

Line 192: => ben_pdt_shd.g_old_rec.pdt_attribute7

188: => ben_pdt_shd.g_old_rec.pdt_attribute5
189: ,p_pdt_attribute6_o
190: => ben_pdt_shd.g_old_rec.pdt_attribute6
191: ,p_pdt_attribute7_o
192: => ben_pdt_shd.g_old_rec.pdt_attribute7
193: ,p_pdt_attribute8_o
194: => ben_pdt_shd.g_old_rec.pdt_attribute8
195: ,p_pdt_attribute9_o
196: => ben_pdt_shd.g_old_rec.pdt_attribute9

Line 194: => ben_pdt_shd.g_old_rec.pdt_attribute8

190: => ben_pdt_shd.g_old_rec.pdt_attribute6
191: ,p_pdt_attribute7_o
192: => ben_pdt_shd.g_old_rec.pdt_attribute7
193: ,p_pdt_attribute8_o
194: => ben_pdt_shd.g_old_rec.pdt_attribute8
195: ,p_pdt_attribute9_o
196: => ben_pdt_shd.g_old_rec.pdt_attribute9
197: ,p_pdt_attribute10_o
198: => ben_pdt_shd.g_old_rec.pdt_attribute10

Line 196: => ben_pdt_shd.g_old_rec.pdt_attribute9

192: => ben_pdt_shd.g_old_rec.pdt_attribute7
193: ,p_pdt_attribute8_o
194: => ben_pdt_shd.g_old_rec.pdt_attribute8
195: ,p_pdt_attribute9_o
196: => ben_pdt_shd.g_old_rec.pdt_attribute9
197: ,p_pdt_attribute10_o
198: => ben_pdt_shd.g_old_rec.pdt_attribute10
199: ,p_pdt_attribute11_o
200: => ben_pdt_shd.g_old_rec.pdt_attribute11

Line 198: => ben_pdt_shd.g_old_rec.pdt_attribute10

194: => ben_pdt_shd.g_old_rec.pdt_attribute8
195: ,p_pdt_attribute9_o
196: => ben_pdt_shd.g_old_rec.pdt_attribute9
197: ,p_pdt_attribute10_o
198: => ben_pdt_shd.g_old_rec.pdt_attribute10
199: ,p_pdt_attribute11_o
200: => ben_pdt_shd.g_old_rec.pdt_attribute11
201: ,p_pdt_attribute12_o
202: => ben_pdt_shd.g_old_rec.pdt_attribute12

Line 200: => ben_pdt_shd.g_old_rec.pdt_attribute11

196: => ben_pdt_shd.g_old_rec.pdt_attribute9
197: ,p_pdt_attribute10_o
198: => ben_pdt_shd.g_old_rec.pdt_attribute10
199: ,p_pdt_attribute11_o
200: => ben_pdt_shd.g_old_rec.pdt_attribute11
201: ,p_pdt_attribute12_o
202: => ben_pdt_shd.g_old_rec.pdt_attribute12
203: ,p_pdt_attribute13_o
204: => ben_pdt_shd.g_old_rec.pdt_attribute13

Line 202: => ben_pdt_shd.g_old_rec.pdt_attribute12

198: => ben_pdt_shd.g_old_rec.pdt_attribute10
199: ,p_pdt_attribute11_o
200: => ben_pdt_shd.g_old_rec.pdt_attribute11
201: ,p_pdt_attribute12_o
202: => ben_pdt_shd.g_old_rec.pdt_attribute12
203: ,p_pdt_attribute13_o
204: => ben_pdt_shd.g_old_rec.pdt_attribute13
205: ,p_pdt_attribute14_o
206: => ben_pdt_shd.g_old_rec.pdt_attribute14

Line 204: => ben_pdt_shd.g_old_rec.pdt_attribute13

200: => ben_pdt_shd.g_old_rec.pdt_attribute11
201: ,p_pdt_attribute12_o
202: => ben_pdt_shd.g_old_rec.pdt_attribute12
203: ,p_pdt_attribute13_o
204: => ben_pdt_shd.g_old_rec.pdt_attribute13
205: ,p_pdt_attribute14_o
206: => ben_pdt_shd.g_old_rec.pdt_attribute14
207: ,p_pdt_attribute15_o
208: => ben_pdt_shd.g_old_rec.pdt_attribute15

Line 206: => ben_pdt_shd.g_old_rec.pdt_attribute14

202: => ben_pdt_shd.g_old_rec.pdt_attribute12
203: ,p_pdt_attribute13_o
204: => ben_pdt_shd.g_old_rec.pdt_attribute13
205: ,p_pdt_attribute14_o
206: => ben_pdt_shd.g_old_rec.pdt_attribute14
207: ,p_pdt_attribute15_o
208: => ben_pdt_shd.g_old_rec.pdt_attribute15
209: ,p_pdt_attribute16_o
210: => ben_pdt_shd.g_old_rec.pdt_attribute16

Line 208: => ben_pdt_shd.g_old_rec.pdt_attribute15

204: => ben_pdt_shd.g_old_rec.pdt_attribute13
205: ,p_pdt_attribute14_o
206: => ben_pdt_shd.g_old_rec.pdt_attribute14
207: ,p_pdt_attribute15_o
208: => ben_pdt_shd.g_old_rec.pdt_attribute15
209: ,p_pdt_attribute16_o
210: => ben_pdt_shd.g_old_rec.pdt_attribute16
211: ,p_pdt_attribute17_o
212: => ben_pdt_shd.g_old_rec.pdt_attribute17

Line 210: => ben_pdt_shd.g_old_rec.pdt_attribute16

206: => ben_pdt_shd.g_old_rec.pdt_attribute14
207: ,p_pdt_attribute15_o
208: => ben_pdt_shd.g_old_rec.pdt_attribute15
209: ,p_pdt_attribute16_o
210: => ben_pdt_shd.g_old_rec.pdt_attribute16
211: ,p_pdt_attribute17_o
212: => ben_pdt_shd.g_old_rec.pdt_attribute17
213: ,p_pdt_attribute18_o
214: => ben_pdt_shd.g_old_rec.pdt_attribute18

Line 212: => ben_pdt_shd.g_old_rec.pdt_attribute17

208: => ben_pdt_shd.g_old_rec.pdt_attribute15
209: ,p_pdt_attribute16_o
210: => ben_pdt_shd.g_old_rec.pdt_attribute16
211: ,p_pdt_attribute17_o
212: => ben_pdt_shd.g_old_rec.pdt_attribute17
213: ,p_pdt_attribute18_o
214: => ben_pdt_shd.g_old_rec.pdt_attribute18
215: ,p_pdt_attribute19_o
216: => ben_pdt_shd.g_old_rec.pdt_attribute19

Line 214: => ben_pdt_shd.g_old_rec.pdt_attribute18

210: => ben_pdt_shd.g_old_rec.pdt_attribute16
211: ,p_pdt_attribute17_o
212: => ben_pdt_shd.g_old_rec.pdt_attribute17
213: ,p_pdt_attribute18_o
214: => ben_pdt_shd.g_old_rec.pdt_attribute18
215: ,p_pdt_attribute19_o
216: => ben_pdt_shd.g_old_rec.pdt_attribute19
217: ,p_pdt_attribute20_o
218: => ben_pdt_shd.g_old_rec.pdt_attribute20

Line 216: => ben_pdt_shd.g_old_rec.pdt_attribute19

212: => ben_pdt_shd.g_old_rec.pdt_attribute17
213: ,p_pdt_attribute18_o
214: => ben_pdt_shd.g_old_rec.pdt_attribute18
215: ,p_pdt_attribute19_o
216: => ben_pdt_shd.g_old_rec.pdt_attribute19
217: ,p_pdt_attribute20_o
218: => ben_pdt_shd.g_old_rec.pdt_attribute20
219: ,p_pdt_attribute21_o
220: => ben_pdt_shd.g_old_rec.pdt_attribute21

Line 218: => ben_pdt_shd.g_old_rec.pdt_attribute20

214: => ben_pdt_shd.g_old_rec.pdt_attribute18
215: ,p_pdt_attribute19_o
216: => ben_pdt_shd.g_old_rec.pdt_attribute19
217: ,p_pdt_attribute20_o
218: => ben_pdt_shd.g_old_rec.pdt_attribute20
219: ,p_pdt_attribute21_o
220: => ben_pdt_shd.g_old_rec.pdt_attribute21
221: ,p_pdt_attribute22_o
222: => ben_pdt_shd.g_old_rec.pdt_attribute22

Line 220: => ben_pdt_shd.g_old_rec.pdt_attribute21

216: => ben_pdt_shd.g_old_rec.pdt_attribute19
217: ,p_pdt_attribute20_o
218: => ben_pdt_shd.g_old_rec.pdt_attribute20
219: ,p_pdt_attribute21_o
220: => ben_pdt_shd.g_old_rec.pdt_attribute21
221: ,p_pdt_attribute22_o
222: => ben_pdt_shd.g_old_rec.pdt_attribute22
223: ,p_pdt_attribute23_o
224: => ben_pdt_shd.g_old_rec.pdt_attribute23

Line 222: => ben_pdt_shd.g_old_rec.pdt_attribute22

218: => ben_pdt_shd.g_old_rec.pdt_attribute20
219: ,p_pdt_attribute21_o
220: => ben_pdt_shd.g_old_rec.pdt_attribute21
221: ,p_pdt_attribute22_o
222: => ben_pdt_shd.g_old_rec.pdt_attribute22
223: ,p_pdt_attribute23_o
224: => ben_pdt_shd.g_old_rec.pdt_attribute23
225: ,p_pdt_attribute24_o
226: => ben_pdt_shd.g_old_rec.pdt_attribute24

Line 224: => ben_pdt_shd.g_old_rec.pdt_attribute23

220: => ben_pdt_shd.g_old_rec.pdt_attribute21
221: ,p_pdt_attribute22_o
222: => ben_pdt_shd.g_old_rec.pdt_attribute22
223: ,p_pdt_attribute23_o
224: => ben_pdt_shd.g_old_rec.pdt_attribute23
225: ,p_pdt_attribute24_o
226: => ben_pdt_shd.g_old_rec.pdt_attribute24
227: ,p_pdt_attribute25_o
228: => ben_pdt_shd.g_old_rec.pdt_attribute25

Line 226: => ben_pdt_shd.g_old_rec.pdt_attribute24

222: => ben_pdt_shd.g_old_rec.pdt_attribute22
223: ,p_pdt_attribute23_o
224: => ben_pdt_shd.g_old_rec.pdt_attribute23
225: ,p_pdt_attribute24_o
226: => ben_pdt_shd.g_old_rec.pdt_attribute24
227: ,p_pdt_attribute25_o
228: => ben_pdt_shd.g_old_rec.pdt_attribute25
229: ,p_pdt_attribute26_o
230: => ben_pdt_shd.g_old_rec.pdt_attribute26

Line 228: => ben_pdt_shd.g_old_rec.pdt_attribute25

224: => ben_pdt_shd.g_old_rec.pdt_attribute23
225: ,p_pdt_attribute24_o
226: => ben_pdt_shd.g_old_rec.pdt_attribute24
227: ,p_pdt_attribute25_o
228: => ben_pdt_shd.g_old_rec.pdt_attribute25
229: ,p_pdt_attribute26_o
230: => ben_pdt_shd.g_old_rec.pdt_attribute26
231: ,p_pdt_attribute27_o
232: => ben_pdt_shd.g_old_rec.pdt_attribute27

Line 230: => ben_pdt_shd.g_old_rec.pdt_attribute26

226: => ben_pdt_shd.g_old_rec.pdt_attribute24
227: ,p_pdt_attribute25_o
228: => ben_pdt_shd.g_old_rec.pdt_attribute25
229: ,p_pdt_attribute26_o
230: => ben_pdt_shd.g_old_rec.pdt_attribute26
231: ,p_pdt_attribute27_o
232: => ben_pdt_shd.g_old_rec.pdt_attribute27
233: ,p_pdt_attribute28_o
234: => ben_pdt_shd.g_old_rec.pdt_attribute28

Line 232: => ben_pdt_shd.g_old_rec.pdt_attribute27

228: => ben_pdt_shd.g_old_rec.pdt_attribute25
229: ,p_pdt_attribute26_o
230: => ben_pdt_shd.g_old_rec.pdt_attribute26
231: ,p_pdt_attribute27_o
232: => ben_pdt_shd.g_old_rec.pdt_attribute27
233: ,p_pdt_attribute28_o
234: => ben_pdt_shd.g_old_rec.pdt_attribute28
235: ,p_pdt_attribute29_o
236: => ben_pdt_shd.g_old_rec.pdt_attribute29

Line 234: => ben_pdt_shd.g_old_rec.pdt_attribute28

230: => ben_pdt_shd.g_old_rec.pdt_attribute26
231: ,p_pdt_attribute27_o
232: => ben_pdt_shd.g_old_rec.pdt_attribute27
233: ,p_pdt_attribute28_o
234: => ben_pdt_shd.g_old_rec.pdt_attribute28
235: ,p_pdt_attribute29_o
236: => ben_pdt_shd.g_old_rec.pdt_attribute29
237: ,p_pdt_attribute30_o
238: => ben_pdt_shd.g_old_rec.pdt_attribute30

Line 236: => ben_pdt_shd.g_old_rec.pdt_attribute29

232: => ben_pdt_shd.g_old_rec.pdt_attribute27
233: ,p_pdt_attribute28_o
234: => ben_pdt_shd.g_old_rec.pdt_attribute28
235: ,p_pdt_attribute29_o
236: => ben_pdt_shd.g_old_rec.pdt_attribute29
237: ,p_pdt_attribute30_o
238: => ben_pdt_shd.g_old_rec.pdt_attribute30
239: ,p_object_version_number_o
240: => ben_pdt_shd.g_old_rec.object_version_number

Line 238: => ben_pdt_shd.g_old_rec.pdt_attribute30

234: => ben_pdt_shd.g_old_rec.pdt_attribute28
235: ,p_pdt_attribute29_o
236: => ben_pdt_shd.g_old_rec.pdt_attribute29
237: ,p_pdt_attribute30_o
238: => ben_pdt_shd.g_old_rec.pdt_attribute30
239: ,p_object_version_number_o
240: => ben_pdt_shd.g_old_rec.object_version_number
241: );
242: --

Line 240: => ben_pdt_shd.g_old_rec.object_version_number

236: => ben_pdt_shd.g_old_rec.pdt_attribute29
237: ,p_pdt_attribute30_o
238: => ben_pdt_shd.g_old_rec.pdt_attribute30
239: ,p_object_version_number_o
240: => ben_pdt_shd.g_old_rec.object_version_number
241: );
242: --
243: exception
244: --

Line 260: (p_rec in ben_pdt_shd.g_rec_type

256: -- ----------------------------------------------------------------------------
257: -- |---------------------------------< del >----------------------------------|
258: -- ----------------------------------------------------------------------------
259: Procedure del
260: (p_rec in ben_pdt_shd.g_rec_type
261: ) is
262: --
263: l_proc varchar2(72) := g_package||'del';
264: --

Line 270: ben_pdt_shd.lck

266: hr_utility.set_location('Entering:'||l_proc, 5);
267: --
268: -- We must lock the row which we need to delete.
269: --
270: ben_pdt_shd.lck
271: (p_rec.pymt_check_det_id
272: ,p_rec.object_version_number
273: );
274: --

Line 307: l_rec ben_pdt_shd.g_rec_type;

303: (p_pymt_check_det_id in number
304: ,p_object_version_number in number
305: ) is
306: --
307: l_rec ben_pdt_shd.g_rec_type;
308: l_proc varchar2(72) := g_package||'del';
309: --
310: Begin
311: hr_utility.set_location('Entering:'||l_proc, 5);