DBA Data[Home] [Help]

APPS.PER_PPB_DEL dependencies on PER_PPB_SHD

Line 52: (p_rec in per_ppb_shd.g_rec_type

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

Line 60: per_ppb_shd.g_api_dml := true; -- Set the api dml status

56: --
57: Begin
58: hr_utility.set_location('Entering:'||l_proc, 5);
59: --
60: per_ppb_shd.g_api_dml := true; -- Set the api dml status
61: --
62: -- Delete the per_pay_bases row.
63: --
64: delete from per_pay_bases

Line 67: per_ppb_shd.g_api_dml := false; -- Unset the api dml status

63: --
64: delete from per_pay_bases
65: where pay_basis_id = p_rec.pay_basis_id;
66: --
67: per_ppb_shd.g_api_dml := false; -- Unset the api dml status
68: --
69: hr_utility.set_location(' Leaving:'||l_proc, 10);
70: --
71: Exception

Line 74: per_ppb_shd.g_api_dml := false; -- Unset the api dml status

70: --
71: Exception
72: When hr_api.child_integrity_violated then
73: -- Child integrity has been violated
74: per_ppb_shd.g_api_dml := false; -- Unset the api dml status
75: per_ppb_shd.constraint_error
76: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
77: When Others Then
78: per_ppb_shd.g_api_dml := false; -- Unset the api dml status

Line 75: per_ppb_shd.constraint_error

71: Exception
72: When hr_api.child_integrity_violated then
73: -- Child integrity has been violated
74: per_ppb_shd.g_api_dml := false; -- Unset the api dml status
75: per_ppb_shd.constraint_error
76: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
77: When Others Then
78: per_ppb_shd.g_api_dml := false; -- Unset the api dml status
79: Raise;

Line 78: per_ppb_shd.g_api_dml := false; -- Unset the api dml status

74: per_ppb_shd.g_api_dml := false; -- Unset the api dml status
75: per_ppb_shd.constraint_error
76: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
77: When Others Then
78: per_ppb_shd.g_api_dml := false; -- Unset the api dml status
79: Raise;
80: End delete_dml;
81: --
82: -- ----------------------------------------------------------------------------

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

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

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

Line 168: => per_ppb_shd.g_old_rec.input_value_id

164: per_ppb_rkd.after_delete
165: (p_pay_basis_id
166: => p_rec.pay_basis_id
167: ,p_input_value_id_o
168: => per_ppb_shd.g_old_rec.input_value_id
169: ,p_rate_id_o
170: => per_ppb_shd.g_old_rec.rate_id
171: ,p_business_group_id_o
172: => per_ppb_shd.g_old_rec.business_group_id

Line 170: => per_ppb_shd.g_old_rec.rate_id

166: => p_rec.pay_basis_id
167: ,p_input_value_id_o
168: => per_ppb_shd.g_old_rec.input_value_id
169: ,p_rate_id_o
170: => per_ppb_shd.g_old_rec.rate_id
171: ,p_business_group_id_o
172: => per_ppb_shd.g_old_rec.business_group_id
173: ,p_name_o
174: => per_ppb_shd.g_old_rec.name

Line 172: => per_ppb_shd.g_old_rec.business_group_id

168: => per_ppb_shd.g_old_rec.input_value_id
169: ,p_rate_id_o
170: => per_ppb_shd.g_old_rec.rate_id
171: ,p_business_group_id_o
172: => per_ppb_shd.g_old_rec.business_group_id
173: ,p_name_o
174: => per_ppb_shd.g_old_rec.name
175: ,p_pay_basis_o
176: => per_ppb_shd.g_old_rec.pay_basis

Line 174: => per_ppb_shd.g_old_rec.name

170: => per_ppb_shd.g_old_rec.rate_id
171: ,p_business_group_id_o
172: => per_ppb_shd.g_old_rec.business_group_id
173: ,p_name_o
174: => per_ppb_shd.g_old_rec.name
175: ,p_pay_basis_o
176: => per_ppb_shd.g_old_rec.pay_basis
177: ,p_rate_basis_o
178: => per_ppb_shd.g_old_rec.rate_basis

Line 176: => per_ppb_shd.g_old_rec.pay_basis

172: => per_ppb_shd.g_old_rec.business_group_id
173: ,p_name_o
174: => per_ppb_shd.g_old_rec.name
175: ,p_pay_basis_o
176: => per_ppb_shd.g_old_rec.pay_basis
177: ,p_rate_basis_o
178: => per_ppb_shd.g_old_rec.rate_basis
179: ,p_attribute_category_o
180: => per_ppb_shd.g_old_rec.attribute_category

Line 178: => per_ppb_shd.g_old_rec.rate_basis

174: => per_ppb_shd.g_old_rec.name
175: ,p_pay_basis_o
176: => per_ppb_shd.g_old_rec.pay_basis
177: ,p_rate_basis_o
178: => per_ppb_shd.g_old_rec.rate_basis
179: ,p_attribute_category_o
180: => per_ppb_shd.g_old_rec.attribute_category
181: ,p_attribute1_o
182: => per_ppb_shd.g_old_rec.attribute1

Line 180: => per_ppb_shd.g_old_rec.attribute_category

176: => per_ppb_shd.g_old_rec.pay_basis
177: ,p_rate_basis_o
178: => per_ppb_shd.g_old_rec.rate_basis
179: ,p_attribute_category_o
180: => per_ppb_shd.g_old_rec.attribute_category
181: ,p_attribute1_o
182: => per_ppb_shd.g_old_rec.attribute1
183: ,p_attribute2_o
184: => per_ppb_shd.g_old_rec.attribute2

Line 182: => per_ppb_shd.g_old_rec.attribute1

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

Line 184: => per_ppb_shd.g_old_rec.attribute2

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

Line 186: => per_ppb_shd.g_old_rec.attribute3

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

Line 188: => per_ppb_shd.g_old_rec.attribute4

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

Line 190: => per_ppb_shd.g_old_rec.attribute5

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

Line 192: => per_ppb_shd.g_old_rec.attribute6

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

Line 194: => per_ppb_shd.g_old_rec.attribute7

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

Line 196: => per_ppb_shd.g_old_rec.attribute8

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

Line 198: => per_ppb_shd.g_old_rec.attribute9

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

Line 200: => per_ppb_shd.g_old_rec.attribute10

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

Line 202: => per_ppb_shd.g_old_rec.attribute11

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

Line 204: => per_ppb_shd.g_old_rec.attribute12

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

Line 206: => per_ppb_shd.g_old_rec.attribute13

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

Line 208: => per_ppb_shd.g_old_rec.attribute14

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

Line 210: => per_ppb_shd.g_old_rec.attribute15

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

Line 212: => per_ppb_shd.g_old_rec.attribute16

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

Line 214: => per_ppb_shd.g_old_rec.attribute17

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

Line 216: => per_ppb_shd.g_old_rec.attribute18

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

Line 218: => per_ppb_shd.g_old_rec.attribute19

214: => per_ppb_shd.g_old_rec.attribute17
215: ,p_attribute18_o
216: => per_ppb_shd.g_old_rec.attribute18
217: ,p_attribute19_o
218: => per_ppb_shd.g_old_rec.attribute19
219: ,p_attribute20_o
220: => per_ppb_shd.g_old_rec.attribute20
221: ,p_annualized_hours_o
222: => per_ppb_shd.g_old_rec.annualized_hours

Line 220: => per_ppb_shd.g_old_rec.attribute20

216: => per_ppb_shd.g_old_rec.attribute18
217: ,p_attribute19_o
218: => per_ppb_shd.g_old_rec.attribute19
219: ,p_attribute20_o
220: => per_ppb_shd.g_old_rec.attribute20
221: ,p_annualized_hours_o
222: => per_ppb_shd.g_old_rec.annualized_hours
223: ,p_pay_annualization_factor_o
224: => per_ppb_shd.g_old_rec.pay_annualization_factor

Line 222: => per_ppb_shd.g_old_rec.annualized_hours

218: => per_ppb_shd.g_old_rec.attribute19
219: ,p_attribute20_o
220: => per_ppb_shd.g_old_rec.attribute20
221: ,p_annualized_hours_o
222: => per_ppb_shd.g_old_rec.annualized_hours
223: ,p_pay_annualization_factor_o
224: => per_ppb_shd.g_old_rec.pay_annualization_factor
225: ,p_grade_annualization_factor_o
226: => per_ppb_shd.g_old_rec.grade_annualization_factor

Line 224: => per_ppb_shd.g_old_rec.pay_annualization_factor

220: => per_ppb_shd.g_old_rec.attribute20
221: ,p_annualized_hours_o
222: => per_ppb_shd.g_old_rec.annualized_hours
223: ,p_pay_annualization_factor_o
224: => per_ppb_shd.g_old_rec.pay_annualization_factor
225: ,p_grade_annualization_factor_o
226: => per_ppb_shd.g_old_rec.grade_annualization_factor
227: ,p_information_category_o
228: => per_ppb_shd.g_old_rec.information_category

Line 226: => per_ppb_shd.g_old_rec.grade_annualization_factor

222: => per_ppb_shd.g_old_rec.annualized_hours
223: ,p_pay_annualization_factor_o
224: => per_ppb_shd.g_old_rec.pay_annualization_factor
225: ,p_grade_annualization_factor_o
226: => per_ppb_shd.g_old_rec.grade_annualization_factor
227: ,p_information_category_o
228: => per_ppb_shd.g_old_rec.information_category
229: ,p_information1_o
230: => per_ppb_shd.g_old_rec.information1

Line 228: => per_ppb_shd.g_old_rec.information_category

224: => per_ppb_shd.g_old_rec.pay_annualization_factor
225: ,p_grade_annualization_factor_o
226: => per_ppb_shd.g_old_rec.grade_annualization_factor
227: ,p_information_category_o
228: => per_ppb_shd.g_old_rec.information_category
229: ,p_information1_o
230: => per_ppb_shd.g_old_rec.information1
231: ,p_information2_o
232: => per_ppb_shd.g_old_rec.information2

Line 230: => per_ppb_shd.g_old_rec.information1

226: => per_ppb_shd.g_old_rec.grade_annualization_factor
227: ,p_information_category_o
228: => per_ppb_shd.g_old_rec.information_category
229: ,p_information1_o
230: => per_ppb_shd.g_old_rec.information1
231: ,p_information2_o
232: => per_ppb_shd.g_old_rec.information2
233: ,p_information3_o
234: => per_ppb_shd.g_old_rec.information3

Line 232: => per_ppb_shd.g_old_rec.information2

228: => per_ppb_shd.g_old_rec.information_category
229: ,p_information1_o
230: => per_ppb_shd.g_old_rec.information1
231: ,p_information2_o
232: => per_ppb_shd.g_old_rec.information2
233: ,p_information3_o
234: => per_ppb_shd.g_old_rec.information3
235: ,p_information4_o
236: => per_ppb_shd.g_old_rec.information4

Line 234: => per_ppb_shd.g_old_rec.information3

230: => per_ppb_shd.g_old_rec.information1
231: ,p_information2_o
232: => per_ppb_shd.g_old_rec.information2
233: ,p_information3_o
234: => per_ppb_shd.g_old_rec.information3
235: ,p_information4_o
236: => per_ppb_shd.g_old_rec.information4
237: ,p_information5_o
238: => per_ppb_shd.g_old_rec.information5

Line 236: => per_ppb_shd.g_old_rec.information4

232: => per_ppb_shd.g_old_rec.information2
233: ,p_information3_o
234: => per_ppb_shd.g_old_rec.information3
235: ,p_information4_o
236: => per_ppb_shd.g_old_rec.information4
237: ,p_information5_o
238: => per_ppb_shd.g_old_rec.information5
239: ,p_information6_o
240: => per_ppb_shd.g_old_rec.information6

Line 238: => per_ppb_shd.g_old_rec.information5

234: => per_ppb_shd.g_old_rec.information3
235: ,p_information4_o
236: => per_ppb_shd.g_old_rec.information4
237: ,p_information5_o
238: => per_ppb_shd.g_old_rec.information5
239: ,p_information6_o
240: => per_ppb_shd.g_old_rec.information6
241: ,p_information7_o
242: => per_ppb_shd.g_old_rec.information7

Line 240: => per_ppb_shd.g_old_rec.information6

236: => per_ppb_shd.g_old_rec.information4
237: ,p_information5_o
238: => per_ppb_shd.g_old_rec.information5
239: ,p_information6_o
240: => per_ppb_shd.g_old_rec.information6
241: ,p_information7_o
242: => per_ppb_shd.g_old_rec.information7
243: ,p_information8_o
244: => per_ppb_shd.g_old_rec.information8

Line 242: => per_ppb_shd.g_old_rec.information7

238: => per_ppb_shd.g_old_rec.information5
239: ,p_information6_o
240: => per_ppb_shd.g_old_rec.information6
241: ,p_information7_o
242: => per_ppb_shd.g_old_rec.information7
243: ,p_information8_o
244: => per_ppb_shd.g_old_rec.information8
245: ,p_information9_o
246: => per_ppb_shd.g_old_rec.information9

Line 244: => per_ppb_shd.g_old_rec.information8

240: => per_ppb_shd.g_old_rec.information6
241: ,p_information7_o
242: => per_ppb_shd.g_old_rec.information7
243: ,p_information8_o
244: => per_ppb_shd.g_old_rec.information8
245: ,p_information9_o
246: => per_ppb_shd.g_old_rec.information9
247: ,p_information10_o
248: => per_ppb_shd.g_old_rec.information10

Line 246: => per_ppb_shd.g_old_rec.information9

242: => per_ppb_shd.g_old_rec.information7
243: ,p_information8_o
244: => per_ppb_shd.g_old_rec.information8
245: ,p_information9_o
246: => per_ppb_shd.g_old_rec.information9
247: ,p_information10_o
248: => per_ppb_shd.g_old_rec.information10
249: ,p_information11_o
250: => per_ppb_shd.g_old_rec.information11

Line 248: => per_ppb_shd.g_old_rec.information10

244: => per_ppb_shd.g_old_rec.information8
245: ,p_information9_o
246: => per_ppb_shd.g_old_rec.information9
247: ,p_information10_o
248: => per_ppb_shd.g_old_rec.information10
249: ,p_information11_o
250: => per_ppb_shd.g_old_rec.information11
251: ,p_information12_o
252: => per_ppb_shd.g_old_rec.information12

Line 250: => per_ppb_shd.g_old_rec.information11

246: => per_ppb_shd.g_old_rec.information9
247: ,p_information10_o
248: => per_ppb_shd.g_old_rec.information10
249: ,p_information11_o
250: => per_ppb_shd.g_old_rec.information11
251: ,p_information12_o
252: => per_ppb_shd.g_old_rec.information12
253: ,p_information13_o
254: => per_ppb_shd.g_old_rec.information13

Line 252: => per_ppb_shd.g_old_rec.information12

248: => per_ppb_shd.g_old_rec.information10
249: ,p_information11_o
250: => per_ppb_shd.g_old_rec.information11
251: ,p_information12_o
252: => per_ppb_shd.g_old_rec.information12
253: ,p_information13_o
254: => per_ppb_shd.g_old_rec.information13
255: ,p_information14_o
256: => per_ppb_shd.g_old_rec.information14

Line 254: => per_ppb_shd.g_old_rec.information13

250: => per_ppb_shd.g_old_rec.information11
251: ,p_information12_o
252: => per_ppb_shd.g_old_rec.information12
253: ,p_information13_o
254: => per_ppb_shd.g_old_rec.information13
255: ,p_information14_o
256: => per_ppb_shd.g_old_rec.information14
257: ,p_information15_o
258: => per_ppb_shd.g_old_rec.information15

Line 256: => per_ppb_shd.g_old_rec.information14

252: => per_ppb_shd.g_old_rec.information12
253: ,p_information13_o
254: => per_ppb_shd.g_old_rec.information13
255: ,p_information14_o
256: => per_ppb_shd.g_old_rec.information14
257: ,p_information15_o
258: => per_ppb_shd.g_old_rec.information15
259: ,p_information16_o
260: => per_ppb_shd.g_old_rec.information16

Line 258: => per_ppb_shd.g_old_rec.information15

254: => per_ppb_shd.g_old_rec.information13
255: ,p_information14_o
256: => per_ppb_shd.g_old_rec.information14
257: ,p_information15_o
258: => per_ppb_shd.g_old_rec.information15
259: ,p_information16_o
260: => per_ppb_shd.g_old_rec.information16
261: ,p_information17_o
262: => per_ppb_shd.g_old_rec.information17

Line 260: => per_ppb_shd.g_old_rec.information16

256: => per_ppb_shd.g_old_rec.information14
257: ,p_information15_o
258: => per_ppb_shd.g_old_rec.information15
259: ,p_information16_o
260: => per_ppb_shd.g_old_rec.information16
261: ,p_information17_o
262: => per_ppb_shd.g_old_rec.information17
263: ,p_information18_o
264: => per_ppb_shd.g_old_rec.information18

Line 262: => per_ppb_shd.g_old_rec.information17

258: => per_ppb_shd.g_old_rec.information15
259: ,p_information16_o
260: => per_ppb_shd.g_old_rec.information16
261: ,p_information17_o
262: => per_ppb_shd.g_old_rec.information17
263: ,p_information18_o
264: => per_ppb_shd.g_old_rec.information18
265: ,p_information19_o
266: => per_ppb_shd.g_old_rec.information19

Line 264: => per_ppb_shd.g_old_rec.information18

260: => per_ppb_shd.g_old_rec.information16
261: ,p_information17_o
262: => per_ppb_shd.g_old_rec.information17
263: ,p_information18_o
264: => per_ppb_shd.g_old_rec.information18
265: ,p_information19_o
266: => per_ppb_shd.g_old_rec.information19
267: ,p_information20_o
268: => per_ppb_shd.g_old_rec.information20

Line 266: => per_ppb_shd.g_old_rec.information19

262: => per_ppb_shd.g_old_rec.information17
263: ,p_information18_o
264: => per_ppb_shd.g_old_rec.information18
265: ,p_information19_o
266: => per_ppb_shd.g_old_rec.information19
267: ,p_information20_o
268: => per_ppb_shd.g_old_rec.information20
269: ,p_object_version_number_o
270: => per_ppb_shd.g_old_rec.object_version_number

Line 268: => per_ppb_shd.g_old_rec.information20

264: => per_ppb_shd.g_old_rec.information18
265: ,p_information19_o
266: => per_ppb_shd.g_old_rec.information19
267: ,p_information20_o
268: => per_ppb_shd.g_old_rec.information20
269: ,p_object_version_number_o
270: => per_ppb_shd.g_old_rec.object_version_number
271: );
272: --

Line 270: => per_ppb_shd.g_old_rec.object_version_number

266: => per_ppb_shd.g_old_rec.information19
267: ,p_information20_o
268: => per_ppb_shd.g_old_rec.information20
269: ,p_object_version_number_o
270: => per_ppb_shd.g_old_rec.object_version_number
271: );
272: --
273: exception
274: --

Line 290: (p_rec in per_ppb_shd.g_rec_type

286: -- ----------------------------------------------------------------------------
287: -- |---------------------------------< del >----------------------------------|
288: -- ----------------------------------------------------------------------------
289: Procedure del
290: (p_rec in per_ppb_shd.g_rec_type
291: ) is
292: --
293: l_proc varchar2(72) := g_package||'del';
294: --

Line 300: per_ppb_shd.lck

296: hr_utility.set_location('Entering:'||l_proc, 5);
297: --
298: -- We must lock the row which we need to delete.
299: --
300: per_ppb_shd.lck
301: (p_rec.pay_basis_id
302: ,p_rec.object_version_number
303: );
304: --

Line 337: l_rec per_ppb_shd.g_rec_type;

333: (p_pay_basis_id in number
334: ,p_object_version_number in number
335: ) is
336: --
337: l_rec per_ppb_shd.g_rec_type;
338: l_proc varchar2(72) := g_package||'del';
339: --
340: Begin
341: hr_utility.set_location('Entering:'||l_proc, 5);