DBA Data[Home] [Help]

APPS.HR_TMP_DEL dependencies on HR_TMP_SHD

Line 52: (p_rec in hr_tmp_shd.g_rec_type

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

Line 75: hr_tmp_shd.constraint_error

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

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

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

Line 168: => hr_tmp_shd.g_old_rec.object_version_number

164: hr_tmp_rkd.after_delete
165: (p_form_template_id
166: => p_rec.form_template_id
167: ,p_object_version_number_o
168: => hr_tmp_shd.g_old_rec.object_version_number
169: ,p_application_id_o
170: => hr_tmp_shd.g_old_rec.application_id
171: ,p_form_id_o
172: => hr_tmp_shd.g_old_rec.form_id

Line 170: => hr_tmp_shd.g_old_rec.application_id

166: => p_rec.form_template_id
167: ,p_object_version_number_o
168: => hr_tmp_shd.g_old_rec.object_version_number
169: ,p_application_id_o
170: => hr_tmp_shd.g_old_rec.application_id
171: ,p_form_id_o
172: => hr_tmp_shd.g_old_rec.form_id
173: ,p_template_name_o
174: => hr_tmp_shd.g_old_rec.template_name

Line 172: => hr_tmp_shd.g_old_rec.form_id

168: => hr_tmp_shd.g_old_rec.object_version_number
169: ,p_application_id_o
170: => hr_tmp_shd.g_old_rec.application_id
171: ,p_form_id_o
172: => hr_tmp_shd.g_old_rec.form_id
173: ,p_template_name_o
174: => hr_tmp_shd.g_old_rec.template_name
175: ,p_enabled_flag_o
176: => hr_tmp_shd.g_old_rec.enabled_flag

Line 174: => hr_tmp_shd.g_old_rec.template_name

170: => hr_tmp_shd.g_old_rec.application_id
171: ,p_form_id_o
172: => hr_tmp_shd.g_old_rec.form_id
173: ,p_template_name_o
174: => hr_tmp_shd.g_old_rec.template_name
175: ,p_enabled_flag_o
176: => hr_tmp_shd.g_old_rec.enabled_flag
177: ,p_legislation_code_o
178: => hr_tmp_shd.g_old_rec.legislation_code

Line 176: => hr_tmp_shd.g_old_rec.enabled_flag

172: => hr_tmp_shd.g_old_rec.form_id
173: ,p_template_name_o
174: => hr_tmp_shd.g_old_rec.template_name
175: ,p_enabled_flag_o
176: => hr_tmp_shd.g_old_rec.enabled_flag
177: ,p_legislation_code_o
178: => hr_tmp_shd.g_old_rec.legislation_code
179: ,p_attribute_category_o
180: => hr_tmp_shd.g_old_rec.attribute_category

Line 178: => hr_tmp_shd.g_old_rec.legislation_code

174: => hr_tmp_shd.g_old_rec.template_name
175: ,p_enabled_flag_o
176: => hr_tmp_shd.g_old_rec.enabled_flag
177: ,p_legislation_code_o
178: => hr_tmp_shd.g_old_rec.legislation_code
179: ,p_attribute_category_o
180: => hr_tmp_shd.g_old_rec.attribute_category
181: ,p_attribute1_o
182: => hr_tmp_shd.g_old_rec.attribute1

Line 180: => hr_tmp_shd.g_old_rec.attribute_category

176: => hr_tmp_shd.g_old_rec.enabled_flag
177: ,p_legislation_code_o
178: => hr_tmp_shd.g_old_rec.legislation_code
179: ,p_attribute_category_o
180: => hr_tmp_shd.g_old_rec.attribute_category
181: ,p_attribute1_o
182: => hr_tmp_shd.g_old_rec.attribute1
183: ,p_attribute2_o
184: => hr_tmp_shd.g_old_rec.attribute2

Line 182: => hr_tmp_shd.g_old_rec.attribute1

178: => hr_tmp_shd.g_old_rec.legislation_code
179: ,p_attribute_category_o
180: => hr_tmp_shd.g_old_rec.attribute_category
181: ,p_attribute1_o
182: => hr_tmp_shd.g_old_rec.attribute1
183: ,p_attribute2_o
184: => hr_tmp_shd.g_old_rec.attribute2
185: ,p_attribute3_o
186: => hr_tmp_shd.g_old_rec.attribute3

Line 184: => hr_tmp_shd.g_old_rec.attribute2

180: => hr_tmp_shd.g_old_rec.attribute_category
181: ,p_attribute1_o
182: => hr_tmp_shd.g_old_rec.attribute1
183: ,p_attribute2_o
184: => hr_tmp_shd.g_old_rec.attribute2
185: ,p_attribute3_o
186: => hr_tmp_shd.g_old_rec.attribute3
187: ,p_attribute4_o
188: => hr_tmp_shd.g_old_rec.attribute4

Line 186: => hr_tmp_shd.g_old_rec.attribute3

182: => hr_tmp_shd.g_old_rec.attribute1
183: ,p_attribute2_o
184: => hr_tmp_shd.g_old_rec.attribute2
185: ,p_attribute3_o
186: => hr_tmp_shd.g_old_rec.attribute3
187: ,p_attribute4_o
188: => hr_tmp_shd.g_old_rec.attribute4
189: ,p_attribute5_o
190: => hr_tmp_shd.g_old_rec.attribute5

Line 188: => hr_tmp_shd.g_old_rec.attribute4

184: => hr_tmp_shd.g_old_rec.attribute2
185: ,p_attribute3_o
186: => hr_tmp_shd.g_old_rec.attribute3
187: ,p_attribute4_o
188: => hr_tmp_shd.g_old_rec.attribute4
189: ,p_attribute5_o
190: => hr_tmp_shd.g_old_rec.attribute5
191: ,p_attribute6_o
192: => hr_tmp_shd.g_old_rec.attribute6

Line 190: => hr_tmp_shd.g_old_rec.attribute5

186: => hr_tmp_shd.g_old_rec.attribute3
187: ,p_attribute4_o
188: => hr_tmp_shd.g_old_rec.attribute4
189: ,p_attribute5_o
190: => hr_tmp_shd.g_old_rec.attribute5
191: ,p_attribute6_o
192: => hr_tmp_shd.g_old_rec.attribute6
193: ,p_attribute7_o
194: => hr_tmp_shd.g_old_rec.attribute7

Line 192: => hr_tmp_shd.g_old_rec.attribute6

188: => hr_tmp_shd.g_old_rec.attribute4
189: ,p_attribute5_o
190: => hr_tmp_shd.g_old_rec.attribute5
191: ,p_attribute6_o
192: => hr_tmp_shd.g_old_rec.attribute6
193: ,p_attribute7_o
194: => hr_tmp_shd.g_old_rec.attribute7
195: ,p_attribute8_o
196: => hr_tmp_shd.g_old_rec.attribute8

Line 194: => hr_tmp_shd.g_old_rec.attribute7

190: => hr_tmp_shd.g_old_rec.attribute5
191: ,p_attribute6_o
192: => hr_tmp_shd.g_old_rec.attribute6
193: ,p_attribute7_o
194: => hr_tmp_shd.g_old_rec.attribute7
195: ,p_attribute8_o
196: => hr_tmp_shd.g_old_rec.attribute8
197: ,p_attribute9_o
198: => hr_tmp_shd.g_old_rec.attribute9

Line 196: => hr_tmp_shd.g_old_rec.attribute8

192: => hr_tmp_shd.g_old_rec.attribute6
193: ,p_attribute7_o
194: => hr_tmp_shd.g_old_rec.attribute7
195: ,p_attribute8_o
196: => hr_tmp_shd.g_old_rec.attribute8
197: ,p_attribute9_o
198: => hr_tmp_shd.g_old_rec.attribute9
199: ,p_attribute10_o
200: => hr_tmp_shd.g_old_rec.attribute10

Line 198: => hr_tmp_shd.g_old_rec.attribute9

194: => hr_tmp_shd.g_old_rec.attribute7
195: ,p_attribute8_o
196: => hr_tmp_shd.g_old_rec.attribute8
197: ,p_attribute9_o
198: => hr_tmp_shd.g_old_rec.attribute9
199: ,p_attribute10_o
200: => hr_tmp_shd.g_old_rec.attribute10
201: ,p_attribute11_o
202: => hr_tmp_shd.g_old_rec.attribute11

Line 200: => hr_tmp_shd.g_old_rec.attribute10

196: => hr_tmp_shd.g_old_rec.attribute8
197: ,p_attribute9_o
198: => hr_tmp_shd.g_old_rec.attribute9
199: ,p_attribute10_o
200: => hr_tmp_shd.g_old_rec.attribute10
201: ,p_attribute11_o
202: => hr_tmp_shd.g_old_rec.attribute11
203: ,p_attribute12_o
204: => hr_tmp_shd.g_old_rec.attribute12

Line 202: => hr_tmp_shd.g_old_rec.attribute11

198: => hr_tmp_shd.g_old_rec.attribute9
199: ,p_attribute10_o
200: => hr_tmp_shd.g_old_rec.attribute10
201: ,p_attribute11_o
202: => hr_tmp_shd.g_old_rec.attribute11
203: ,p_attribute12_o
204: => hr_tmp_shd.g_old_rec.attribute12
205: ,p_attribute13_o
206: => hr_tmp_shd.g_old_rec.attribute13

Line 204: => hr_tmp_shd.g_old_rec.attribute12

200: => hr_tmp_shd.g_old_rec.attribute10
201: ,p_attribute11_o
202: => hr_tmp_shd.g_old_rec.attribute11
203: ,p_attribute12_o
204: => hr_tmp_shd.g_old_rec.attribute12
205: ,p_attribute13_o
206: => hr_tmp_shd.g_old_rec.attribute13
207: ,p_attribute14_o
208: => hr_tmp_shd.g_old_rec.attribute14

Line 206: => hr_tmp_shd.g_old_rec.attribute13

202: => hr_tmp_shd.g_old_rec.attribute11
203: ,p_attribute12_o
204: => hr_tmp_shd.g_old_rec.attribute12
205: ,p_attribute13_o
206: => hr_tmp_shd.g_old_rec.attribute13
207: ,p_attribute14_o
208: => hr_tmp_shd.g_old_rec.attribute14
209: ,p_attribute15_o
210: => hr_tmp_shd.g_old_rec.attribute15

Line 208: => hr_tmp_shd.g_old_rec.attribute14

204: => hr_tmp_shd.g_old_rec.attribute12
205: ,p_attribute13_o
206: => hr_tmp_shd.g_old_rec.attribute13
207: ,p_attribute14_o
208: => hr_tmp_shd.g_old_rec.attribute14
209: ,p_attribute15_o
210: => hr_tmp_shd.g_old_rec.attribute15
211: ,p_attribute16_o
212: => hr_tmp_shd.g_old_rec.attribute16

Line 210: => hr_tmp_shd.g_old_rec.attribute15

206: => hr_tmp_shd.g_old_rec.attribute13
207: ,p_attribute14_o
208: => hr_tmp_shd.g_old_rec.attribute14
209: ,p_attribute15_o
210: => hr_tmp_shd.g_old_rec.attribute15
211: ,p_attribute16_o
212: => hr_tmp_shd.g_old_rec.attribute16
213: ,p_attribute17_o
214: => hr_tmp_shd.g_old_rec.attribute17

Line 212: => hr_tmp_shd.g_old_rec.attribute16

208: => hr_tmp_shd.g_old_rec.attribute14
209: ,p_attribute15_o
210: => hr_tmp_shd.g_old_rec.attribute15
211: ,p_attribute16_o
212: => hr_tmp_shd.g_old_rec.attribute16
213: ,p_attribute17_o
214: => hr_tmp_shd.g_old_rec.attribute17
215: ,p_attribute18_o
216: => hr_tmp_shd.g_old_rec.attribute18

Line 214: => hr_tmp_shd.g_old_rec.attribute17

210: => hr_tmp_shd.g_old_rec.attribute15
211: ,p_attribute16_o
212: => hr_tmp_shd.g_old_rec.attribute16
213: ,p_attribute17_o
214: => hr_tmp_shd.g_old_rec.attribute17
215: ,p_attribute18_o
216: => hr_tmp_shd.g_old_rec.attribute18
217: ,p_attribute19_o
218: => hr_tmp_shd.g_old_rec.attribute19

Line 216: => hr_tmp_shd.g_old_rec.attribute18

212: => hr_tmp_shd.g_old_rec.attribute16
213: ,p_attribute17_o
214: => hr_tmp_shd.g_old_rec.attribute17
215: ,p_attribute18_o
216: => hr_tmp_shd.g_old_rec.attribute18
217: ,p_attribute19_o
218: => hr_tmp_shd.g_old_rec.attribute19
219: ,p_attribute20_o
220: => hr_tmp_shd.g_old_rec.attribute20

Line 218: => hr_tmp_shd.g_old_rec.attribute19

214: => hr_tmp_shd.g_old_rec.attribute17
215: ,p_attribute18_o
216: => hr_tmp_shd.g_old_rec.attribute18
217: ,p_attribute19_o
218: => hr_tmp_shd.g_old_rec.attribute19
219: ,p_attribute20_o
220: => hr_tmp_shd.g_old_rec.attribute20
221: ,p_attribute21_o
222: => hr_tmp_shd.g_old_rec.attribute21

Line 220: => hr_tmp_shd.g_old_rec.attribute20

216: => hr_tmp_shd.g_old_rec.attribute18
217: ,p_attribute19_o
218: => hr_tmp_shd.g_old_rec.attribute19
219: ,p_attribute20_o
220: => hr_tmp_shd.g_old_rec.attribute20
221: ,p_attribute21_o
222: => hr_tmp_shd.g_old_rec.attribute21
223: ,p_attribute22_o
224: => hr_tmp_shd.g_old_rec.attribute22

Line 222: => hr_tmp_shd.g_old_rec.attribute21

218: => hr_tmp_shd.g_old_rec.attribute19
219: ,p_attribute20_o
220: => hr_tmp_shd.g_old_rec.attribute20
221: ,p_attribute21_o
222: => hr_tmp_shd.g_old_rec.attribute21
223: ,p_attribute22_o
224: => hr_tmp_shd.g_old_rec.attribute22
225: ,p_attribute23_o
226: => hr_tmp_shd.g_old_rec.attribute23

Line 224: => hr_tmp_shd.g_old_rec.attribute22

220: => hr_tmp_shd.g_old_rec.attribute20
221: ,p_attribute21_o
222: => hr_tmp_shd.g_old_rec.attribute21
223: ,p_attribute22_o
224: => hr_tmp_shd.g_old_rec.attribute22
225: ,p_attribute23_o
226: => hr_tmp_shd.g_old_rec.attribute23
227: ,p_attribute24_o
228: => hr_tmp_shd.g_old_rec.attribute24

Line 226: => hr_tmp_shd.g_old_rec.attribute23

222: => hr_tmp_shd.g_old_rec.attribute21
223: ,p_attribute22_o
224: => hr_tmp_shd.g_old_rec.attribute22
225: ,p_attribute23_o
226: => hr_tmp_shd.g_old_rec.attribute23
227: ,p_attribute24_o
228: => hr_tmp_shd.g_old_rec.attribute24
229: ,p_attribute25_o
230: => hr_tmp_shd.g_old_rec.attribute25

Line 228: => hr_tmp_shd.g_old_rec.attribute24

224: => hr_tmp_shd.g_old_rec.attribute22
225: ,p_attribute23_o
226: => hr_tmp_shd.g_old_rec.attribute23
227: ,p_attribute24_o
228: => hr_tmp_shd.g_old_rec.attribute24
229: ,p_attribute25_o
230: => hr_tmp_shd.g_old_rec.attribute25
231: ,p_attribute26_o
232: => hr_tmp_shd.g_old_rec.attribute26

Line 230: => hr_tmp_shd.g_old_rec.attribute25

226: => hr_tmp_shd.g_old_rec.attribute23
227: ,p_attribute24_o
228: => hr_tmp_shd.g_old_rec.attribute24
229: ,p_attribute25_o
230: => hr_tmp_shd.g_old_rec.attribute25
231: ,p_attribute26_o
232: => hr_tmp_shd.g_old_rec.attribute26
233: ,p_attribute27_o
234: => hr_tmp_shd.g_old_rec.attribute27

Line 232: => hr_tmp_shd.g_old_rec.attribute26

228: => hr_tmp_shd.g_old_rec.attribute24
229: ,p_attribute25_o
230: => hr_tmp_shd.g_old_rec.attribute25
231: ,p_attribute26_o
232: => hr_tmp_shd.g_old_rec.attribute26
233: ,p_attribute27_o
234: => hr_tmp_shd.g_old_rec.attribute27
235: ,p_attribute28_o
236: => hr_tmp_shd.g_old_rec.attribute28

Line 234: => hr_tmp_shd.g_old_rec.attribute27

230: => hr_tmp_shd.g_old_rec.attribute25
231: ,p_attribute26_o
232: => hr_tmp_shd.g_old_rec.attribute26
233: ,p_attribute27_o
234: => hr_tmp_shd.g_old_rec.attribute27
235: ,p_attribute28_o
236: => hr_tmp_shd.g_old_rec.attribute28
237: ,p_attribute29_o
238: => hr_tmp_shd.g_old_rec.attribute29

Line 236: => hr_tmp_shd.g_old_rec.attribute28

232: => hr_tmp_shd.g_old_rec.attribute26
233: ,p_attribute27_o
234: => hr_tmp_shd.g_old_rec.attribute27
235: ,p_attribute28_o
236: => hr_tmp_shd.g_old_rec.attribute28
237: ,p_attribute29_o
238: => hr_tmp_shd.g_old_rec.attribute29
239: ,p_attribute30_o
240: => hr_tmp_shd.g_old_rec.attribute30

Line 238: => hr_tmp_shd.g_old_rec.attribute29

234: => hr_tmp_shd.g_old_rec.attribute27
235: ,p_attribute28_o
236: => hr_tmp_shd.g_old_rec.attribute28
237: ,p_attribute29_o
238: => hr_tmp_shd.g_old_rec.attribute29
239: ,p_attribute30_o
240: => hr_tmp_shd.g_old_rec.attribute30
241: );
242: --

Line 240: => hr_tmp_shd.g_old_rec.attribute30

236: => hr_tmp_shd.g_old_rec.attribute28
237: ,p_attribute29_o
238: => hr_tmp_shd.g_old_rec.attribute29
239: ,p_attribute30_o
240: => hr_tmp_shd.g_old_rec.attribute30
241: );
242: --
243: exception
244: --

Line 260: (p_rec in hr_tmp_shd.g_rec_type

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

Line 270: hr_tmp_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: hr_tmp_shd.lck
271: (p_rec.form_template_id
272: ,p_rec.object_version_number
273: );
274: --

Line 301: l_rec hr_tmp_shd.g_rec_type;

297: (p_form_template_id in number
298: ,p_object_version_number in number
299: ) is
300: --
301: l_rec hr_tmp_shd.g_rec_type;
302: l_proc varchar2(72) := g_package||'del';
303: --
304: Begin
305: hr_utility.set_location('Entering:'||l_proc, 5);