DBA Data[Home] [Help]

APPS.BEN_CLA_UPD dependencies on BEN_CLA_SHD

Line 54: Procedure update_dml(p_rec in out nocopy ben_cla_shd.g_rec_type) is

50: -- Internal Row Handler Use Only.
51: --
52: -- {End Of Comments}
53: -- ----------------------------------------------------------------------------
54: Procedure update_dml(p_rec in out nocopy ben_cla_shd.g_rec_type) is
55: --
56: l_proc varchar2(72) := g_package||'update_dml';
57: --
58: Begin

Line 65: ben_cla_shd.g_api_dml := true; -- Set the api dml status

61: -- Increment the object version
62: --
63: p_rec.object_version_number := p_rec.object_version_number + 1;
64: --
65: ben_cla_shd.g_api_dml := true; -- Set the api dml status
66: --
67: -- Update the ben_cmbn_age_los_fctr Row
68: --
69: update ben_cmbn_age_los_fctr

Line 113: ben_cla_shd.g_api_dml := false; -- Unset the api dml status

109: object_version_number = p_rec.object_version_number ,
110: name = p_rec.name
111: where cmbn_age_los_fctr_id = p_rec.cmbn_age_los_fctr_id;
112: --
113: ben_cla_shd.g_api_dml := false; -- Unset the api dml status
114: --
115: hr_utility.set_location(' Leaving:'||l_proc, 10);
116: --
117: Exception

Line 120: ben_cla_shd.g_api_dml := false; -- Unset the api dml status

116: --
117: Exception
118: When hr_api.check_integrity_violated Then
119: -- A check constraint has been violated
120: ben_cla_shd.g_api_dml := false; -- Unset the api dml status
121: ben_cla_shd.constraint_error
122: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
123: When hr_api.parent_integrity_violated Then
124: -- Parent integrity has been violated

Line 121: ben_cla_shd.constraint_error

117: Exception
118: When hr_api.check_integrity_violated Then
119: -- A check constraint has been violated
120: ben_cla_shd.g_api_dml := false; -- Unset the api dml status
121: ben_cla_shd.constraint_error
122: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
123: When hr_api.parent_integrity_violated Then
124: -- Parent integrity has been violated
125: ben_cla_shd.g_api_dml := false; -- Unset the api dml status

Line 125: ben_cla_shd.g_api_dml := false; -- Unset the api dml status

121: ben_cla_shd.constraint_error
122: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
123: When hr_api.parent_integrity_violated Then
124: -- Parent integrity has been violated
125: ben_cla_shd.g_api_dml := false; -- Unset the api dml status
126: ben_cla_shd.constraint_error
127: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
128: When hr_api.unique_integrity_violated Then
129: -- Unique integrity has been violated

Line 126: ben_cla_shd.constraint_error

122: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
123: When hr_api.parent_integrity_violated Then
124: -- Parent integrity has been violated
125: ben_cla_shd.g_api_dml := false; -- Unset the api dml status
126: ben_cla_shd.constraint_error
127: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
128: When hr_api.unique_integrity_violated Then
129: -- Unique integrity has been violated
130: ben_cla_shd.g_api_dml := false; -- Unset the api dml status

Line 130: ben_cla_shd.g_api_dml := false; -- Unset the api dml status

126: ben_cla_shd.constraint_error
127: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
128: When hr_api.unique_integrity_violated Then
129: -- Unique integrity has been violated
130: ben_cla_shd.g_api_dml := false; -- Unset the api dml status
131: ben_cla_shd.constraint_error
132: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
133: When Others Then
134: ben_cla_shd.g_api_dml := false; -- Unset the api dml status

Line 131: ben_cla_shd.constraint_error

127: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
128: When hr_api.unique_integrity_violated Then
129: -- Unique integrity has been violated
130: ben_cla_shd.g_api_dml := false; -- Unset the api dml status
131: ben_cla_shd.constraint_error
132: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
133: When Others Then
134: ben_cla_shd.g_api_dml := false; -- Unset the api dml status
135: Raise;

Line 134: ben_cla_shd.g_api_dml := false; -- Unset the api dml status

130: ben_cla_shd.g_api_dml := false; -- Unset the api dml status
131: ben_cla_shd.constraint_error
132: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
133: When Others Then
134: ben_cla_shd.g_api_dml := false; -- Unset the api dml status
135: Raise;
136: End update_dml;
137: --
138: -- ----------------------------------------------------------------------------

Line 170: Procedure pre_update(p_rec in ben_cla_shd.g_rec_type) is

166: -- Internal Row Handler Use Only.
167: --
168: -- {End Of Comments}
169: -- ----------------------------------------------------------------------------
170: Procedure pre_update(p_rec in ben_cla_shd.g_rec_type) is
171: --
172: l_proc varchar2(72) := g_package||'pre_update';
173: --
174: Begin

Line 212: Procedure post_update(p_rec in ben_cla_shd.g_rec_type) is

208: -- Internal Row Handler Use Only.
209: --
210: -- {End Of Comments}
211: -- ----------------------------------------------------------------------------
212: Procedure post_update(p_rec in ben_cla_shd.g_rec_type) is
213: --
214: l_proc varchar2(72) := g_package||'post_update';
215: --
216: Begin

Line 266: ,p_business_group_id_o =>ben_cla_shd.g_old_rec.business_group_id

262: ,p_cla_attribute29 =>p_rec.cla_attribute29
263: ,p_cla_attribute30 =>p_rec.cla_attribute30
264: ,p_object_version_number =>p_rec.object_version_number
265: ,p_name =>p_rec.name
266: ,p_business_group_id_o =>ben_cla_shd.g_old_rec.business_group_id
267: ,p_los_fctr_id_o =>ben_cla_shd.g_old_rec.los_fctr_id
268: ,p_age_fctr_id_o =>ben_cla_shd.g_old_rec.age_fctr_id
269: ,p_cmbnd_min_val_o =>ben_cla_shd.g_old_rec.cmbnd_min_val
270: ,p_cmbnd_max_val_o =>ben_cla_shd.g_old_rec.cmbnd_max_val

Line 267: ,p_los_fctr_id_o =>ben_cla_shd.g_old_rec.los_fctr_id

263: ,p_cla_attribute30 =>p_rec.cla_attribute30
264: ,p_object_version_number =>p_rec.object_version_number
265: ,p_name =>p_rec.name
266: ,p_business_group_id_o =>ben_cla_shd.g_old_rec.business_group_id
267: ,p_los_fctr_id_o =>ben_cla_shd.g_old_rec.los_fctr_id
268: ,p_age_fctr_id_o =>ben_cla_shd.g_old_rec.age_fctr_id
269: ,p_cmbnd_min_val_o =>ben_cla_shd.g_old_rec.cmbnd_min_val
270: ,p_cmbnd_max_val_o =>ben_cla_shd.g_old_rec.cmbnd_max_val
271: ,p_ordr_num_o =>ben_cla_shd.g_old_rec.ordr_num

Line 268: ,p_age_fctr_id_o =>ben_cla_shd.g_old_rec.age_fctr_id

264: ,p_object_version_number =>p_rec.object_version_number
265: ,p_name =>p_rec.name
266: ,p_business_group_id_o =>ben_cla_shd.g_old_rec.business_group_id
267: ,p_los_fctr_id_o =>ben_cla_shd.g_old_rec.los_fctr_id
268: ,p_age_fctr_id_o =>ben_cla_shd.g_old_rec.age_fctr_id
269: ,p_cmbnd_min_val_o =>ben_cla_shd.g_old_rec.cmbnd_min_val
270: ,p_cmbnd_max_val_o =>ben_cla_shd.g_old_rec.cmbnd_max_val
271: ,p_ordr_num_o =>ben_cla_shd.g_old_rec.ordr_num
272: ,p_cla_attribute_category_o =>ben_cla_shd.g_old_rec.cla_attribute_category

Line 269: ,p_cmbnd_min_val_o =>ben_cla_shd.g_old_rec.cmbnd_min_val

265: ,p_name =>p_rec.name
266: ,p_business_group_id_o =>ben_cla_shd.g_old_rec.business_group_id
267: ,p_los_fctr_id_o =>ben_cla_shd.g_old_rec.los_fctr_id
268: ,p_age_fctr_id_o =>ben_cla_shd.g_old_rec.age_fctr_id
269: ,p_cmbnd_min_val_o =>ben_cla_shd.g_old_rec.cmbnd_min_val
270: ,p_cmbnd_max_val_o =>ben_cla_shd.g_old_rec.cmbnd_max_val
271: ,p_ordr_num_o =>ben_cla_shd.g_old_rec.ordr_num
272: ,p_cla_attribute_category_o =>ben_cla_shd.g_old_rec.cla_attribute_category
273: ,p_cla_attribute1_o =>ben_cla_shd.g_old_rec.cla_attribute1

Line 270: ,p_cmbnd_max_val_o =>ben_cla_shd.g_old_rec.cmbnd_max_val

266: ,p_business_group_id_o =>ben_cla_shd.g_old_rec.business_group_id
267: ,p_los_fctr_id_o =>ben_cla_shd.g_old_rec.los_fctr_id
268: ,p_age_fctr_id_o =>ben_cla_shd.g_old_rec.age_fctr_id
269: ,p_cmbnd_min_val_o =>ben_cla_shd.g_old_rec.cmbnd_min_val
270: ,p_cmbnd_max_val_o =>ben_cla_shd.g_old_rec.cmbnd_max_val
271: ,p_ordr_num_o =>ben_cla_shd.g_old_rec.ordr_num
272: ,p_cla_attribute_category_o =>ben_cla_shd.g_old_rec.cla_attribute_category
273: ,p_cla_attribute1_o =>ben_cla_shd.g_old_rec.cla_attribute1
274: ,p_cla_attribute2_o =>ben_cla_shd.g_old_rec.cla_attribute2

Line 271: ,p_ordr_num_o =>ben_cla_shd.g_old_rec.ordr_num

267: ,p_los_fctr_id_o =>ben_cla_shd.g_old_rec.los_fctr_id
268: ,p_age_fctr_id_o =>ben_cla_shd.g_old_rec.age_fctr_id
269: ,p_cmbnd_min_val_o =>ben_cla_shd.g_old_rec.cmbnd_min_val
270: ,p_cmbnd_max_val_o =>ben_cla_shd.g_old_rec.cmbnd_max_val
271: ,p_ordr_num_o =>ben_cla_shd.g_old_rec.ordr_num
272: ,p_cla_attribute_category_o =>ben_cla_shd.g_old_rec.cla_attribute_category
273: ,p_cla_attribute1_o =>ben_cla_shd.g_old_rec.cla_attribute1
274: ,p_cla_attribute2_o =>ben_cla_shd.g_old_rec.cla_attribute2
275: ,p_cla_attribute3_o =>ben_cla_shd.g_old_rec.cla_attribute3

Line 272: ,p_cla_attribute_category_o =>ben_cla_shd.g_old_rec.cla_attribute_category

268: ,p_age_fctr_id_o =>ben_cla_shd.g_old_rec.age_fctr_id
269: ,p_cmbnd_min_val_o =>ben_cla_shd.g_old_rec.cmbnd_min_val
270: ,p_cmbnd_max_val_o =>ben_cla_shd.g_old_rec.cmbnd_max_val
271: ,p_ordr_num_o =>ben_cla_shd.g_old_rec.ordr_num
272: ,p_cla_attribute_category_o =>ben_cla_shd.g_old_rec.cla_attribute_category
273: ,p_cla_attribute1_o =>ben_cla_shd.g_old_rec.cla_attribute1
274: ,p_cla_attribute2_o =>ben_cla_shd.g_old_rec.cla_attribute2
275: ,p_cla_attribute3_o =>ben_cla_shd.g_old_rec.cla_attribute3
276: ,p_cla_attribute4_o =>ben_cla_shd.g_old_rec.cla_attribute4

Line 273: ,p_cla_attribute1_o =>ben_cla_shd.g_old_rec.cla_attribute1

269: ,p_cmbnd_min_val_o =>ben_cla_shd.g_old_rec.cmbnd_min_val
270: ,p_cmbnd_max_val_o =>ben_cla_shd.g_old_rec.cmbnd_max_val
271: ,p_ordr_num_o =>ben_cla_shd.g_old_rec.ordr_num
272: ,p_cla_attribute_category_o =>ben_cla_shd.g_old_rec.cla_attribute_category
273: ,p_cla_attribute1_o =>ben_cla_shd.g_old_rec.cla_attribute1
274: ,p_cla_attribute2_o =>ben_cla_shd.g_old_rec.cla_attribute2
275: ,p_cla_attribute3_o =>ben_cla_shd.g_old_rec.cla_attribute3
276: ,p_cla_attribute4_o =>ben_cla_shd.g_old_rec.cla_attribute4
277: ,p_cla_attribute5_o =>ben_cla_shd.g_old_rec.cla_attribute5

Line 274: ,p_cla_attribute2_o =>ben_cla_shd.g_old_rec.cla_attribute2

270: ,p_cmbnd_max_val_o =>ben_cla_shd.g_old_rec.cmbnd_max_val
271: ,p_ordr_num_o =>ben_cla_shd.g_old_rec.ordr_num
272: ,p_cla_attribute_category_o =>ben_cla_shd.g_old_rec.cla_attribute_category
273: ,p_cla_attribute1_o =>ben_cla_shd.g_old_rec.cla_attribute1
274: ,p_cla_attribute2_o =>ben_cla_shd.g_old_rec.cla_attribute2
275: ,p_cla_attribute3_o =>ben_cla_shd.g_old_rec.cla_attribute3
276: ,p_cla_attribute4_o =>ben_cla_shd.g_old_rec.cla_attribute4
277: ,p_cla_attribute5_o =>ben_cla_shd.g_old_rec.cla_attribute5
278: ,p_cla_attribute6_o =>ben_cla_shd.g_old_rec.cla_attribute6

Line 275: ,p_cla_attribute3_o =>ben_cla_shd.g_old_rec.cla_attribute3

271: ,p_ordr_num_o =>ben_cla_shd.g_old_rec.ordr_num
272: ,p_cla_attribute_category_o =>ben_cla_shd.g_old_rec.cla_attribute_category
273: ,p_cla_attribute1_o =>ben_cla_shd.g_old_rec.cla_attribute1
274: ,p_cla_attribute2_o =>ben_cla_shd.g_old_rec.cla_attribute2
275: ,p_cla_attribute3_o =>ben_cla_shd.g_old_rec.cla_attribute3
276: ,p_cla_attribute4_o =>ben_cla_shd.g_old_rec.cla_attribute4
277: ,p_cla_attribute5_o =>ben_cla_shd.g_old_rec.cla_attribute5
278: ,p_cla_attribute6_o =>ben_cla_shd.g_old_rec.cla_attribute6
279: ,p_cla_attribute7_o =>ben_cla_shd.g_old_rec.cla_attribute7

Line 276: ,p_cla_attribute4_o =>ben_cla_shd.g_old_rec.cla_attribute4

272: ,p_cla_attribute_category_o =>ben_cla_shd.g_old_rec.cla_attribute_category
273: ,p_cla_attribute1_o =>ben_cla_shd.g_old_rec.cla_attribute1
274: ,p_cla_attribute2_o =>ben_cla_shd.g_old_rec.cla_attribute2
275: ,p_cla_attribute3_o =>ben_cla_shd.g_old_rec.cla_attribute3
276: ,p_cla_attribute4_o =>ben_cla_shd.g_old_rec.cla_attribute4
277: ,p_cla_attribute5_o =>ben_cla_shd.g_old_rec.cla_attribute5
278: ,p_cla_attribute6_o =>ben_cla_shd.g_old_rec.cla_attribute6
279: ,p_cla_attribute7_o =>ben_cla_shd.g_old_rec.cla_attribute7
280: ,p_cla_attribute8_o =>ben_cla_shd.g_old_rec.cla_attribute8

Line 277: ,p_cla_attribute5_o =>ben_cla_shd.g_old_rec.cla_attribute5

273: ,p_cla_attribute1_o =>ben_cla_shd.g_old_rec.cla_attribute1
274: ,p_cla_attribute2_o =>ben_cla_shd.g_old_rec.cla_attribute2
275: ,p_cla_attribute3_o =>ben_cla_shd.g_old_rec.cla_attribute3
276: ,p_cla_attribute4_o =>ben_cla_shd.g_old_rec.cla_attribute4
277: ,p_cla_attribute5_o =>ben_cla_shd.g_old_rec.cla_attribute5
278: ,p_cla_attribute6_o =>ben_cla_shd.g_old_rec.cla_attribute6
279: ,p_cla_attribute7_o =>ben_cla_shd.g_old_rec.cla_attribute7
280: ,p_cla_attribute8_o =>ben_cla_shd.g_old_rec.cla_attribute8
281: ,p_cla_attribute9_o =>ben_cla_shd.g_old_rec.cla_attribute9

Line 278: ,p_cla_attribute6_o =>ben_cla_shd.g_old_rec.cla_attribute6

274: ,p_cla_attribute2_o =>ben_cla_shd.g_old_rec.cla_attribute2
275: ,p_cla_attribute3_o =>ben_cla_shd.g_old_rec.cla_attribute3
276: ,p_cla_attribute4_o =>ben_cla_shd.g_old_rec.cla_attribute4
277: ,p_cla_attribute5_o =>ben_cla_shd.g_old_rec.cla_attribute5
278: ,p_cla_attribute6_o =>ben_cla_shd.g_old_rec.cla_attribute6
279: ,p_cla_attribute7_o =>ben_cla_shd.g_old_rec.cla_attribute7
280: ,p_cla_attribute8_o =>ben_cla_shd.g_old_rec.cla_attribute8
281: ,p_cla_attribute9_o =>ben_cla_shd.g_old_rec.cla_attribute9
282: ,p_cla_attribute10_o =>ben_cla_shd.g_old_rec.cla_attribute10

Line 279: ,p_cla_attribute7_o =>ben_cla_shd.g_old_rec.cla_attribute7

275: ,p_cla_attribute3_o =>ben_cla_shd.g_old_rec.cla_attribute3
276: ,p_cla_attribute4_o =>ben_cla_shd.g_old_rec.cla_attribute4
277: ,p_cla_attribute5_o =>ben_cla_shd.g_old_rec.cla_attribute5
278: ,p_cla_attribute6_o =>ben_cla_shd.g_old_rec.cla_attribute6
279: ,p_cla_attribute7_o =>ben_cla_shd.g_old_rec.cla_attribute7
280: ,p_cla_attribute8_o =>ben_cla_shd.g_old_rec.cla_attribute8
281: ,p_cla_attribute9_o =>ben_cla_shd.g_old_rec.cla_attribute9
282: ,p_cla_attribute10_o =>ben_cla_shd.g_old_rec.cla_attribute10
283: ,p_cla_attribute11_o =>ben_cla_shd.g_old_rec.cla_attribute11

Line 280: ,p_cla_attribute8_o =>ben_cla_shd.g_old_rec.cla_attribute8

276: ,p_cla_attribute4_o =>ben_cla_shd.g_old_rec.cla_attribute4
277: ,p_cla_attribute5_o =>ben_cla_shd.g_old_rec.cla_attribute5
278: ,p_cla_attribute6_o =>ben_cla_shd.g_old_rec.cla_attribute6
279: ,p_cla_attribute7_o =>ben_cla_shd.g_old_rec.cla_attribute7
280: ,p_cla_attribute8_o =>ben_cla_shd.g_old_rec.cla_attribute8
281: ,p_cla_attribute9_o =>ben_cla_shd.g_old_rec.cla_attribute9
282: ,p_cla_attribute10_o =>ben_cla_shd.g_old_rec.cla_attribute10
283: ,p_cla_attribute11_o =>ben_cla_shd.g_old_rec.cla_attribute11
284: ,p_cla_attribute12_o =>ben_cla_shd.g_old_rec.cla_attribute12

Line 281: ,p_cla_attribute9_o =>ben_cla_shd.g_old_rec.cla_attribute9

277: ,p_cla_attribute5_o =>ben_cla_shd.g_old_rec.cla_attribute5
278: ,p_cla_attribute6_o =>ben_cla_shd.g_old_rec.cla_attribute6
279: ,p_cla_attribute7_o =>ben_cla_shd.g_old_rec.cla_attribute7
280: ,p_cla_attribute8_o =>ben_cla_shd.g_old_rec.cla_attribute8
281: ,p_cla_attribute9_o =>ben_cla_shd.g_old_rec.cla_attribute9
282: ,p_cla_attribute10_o =>ben_cla_shd.g_old_rec.cla_attribute10
283: ,p_cla_attribute11_o =>ben_cla_shd.g_old_rec.cla_attribute11
284: ,p_cla_attribute12_o =>ben_cla_shd.g_old_rec.cla_attribute12
285: ,p_cla_attribute13_o =>ben_cla_shd.g_old_rec.cla_attribute13

Line 282: ,p_cla_attribute10_o =>ben_cla_shd.g_old_rec.cla_attribute10

278: ,p_cla_attribute6_o =>ben_cla_shd.g_old_rec.cla_attribute6
279: ,p_cla_attribute7_o =>ben_cla_shd.g_old_rec.cla_attribute7
280: ,p_cla_attribute8_o =>ben_cla_shd.g_old_rec.cla_attribute8
281: ,p_cla_attribute9_o =>ben_cla_shd.g_old_rec.cla_attribute9
282: ,p_cla_attribute10_o =>ben_cla_shd.g_old_rec.cla_attribute10
283: ,p_cla_attribute11_o =>ben_cla_shd.g_old_rec.cla_attribute11
284: ,p_cla_attribute12_o =>ben_cla_shd.g_old_rec.cla_attribute12
285: ,p_cla_attribute13_o =>ben_cla_shd.g_old_rec.cla_attribute13
286: ,p_cla_attribute14_o =>ben_cla_shd.g_old_rec.cla_attribute14

Line 283: ,p_cla_attribute11_o =>ben_cla_shd.g_old_rec.cla_attribute11

279: ,p_cla_attribute7_o =>ben_cla_shd.g_old_rec.cla_attribute7
280: ,p_cla_attribute8_o =>ben_cla_shd.g_old_rec.cla_attribute8
281: ,p_cla_attribute9_o =>ben_cla_shd.g_old_rec.cla_attribute9
282: ,p_cla_attribute10_o =>ben_cla_shd.g_old_rec.cla_attribute10
283: ,p_cla_attribute11_o =>ben_cla_shd.g_old_rec.cla_attribute11
284: ,p_cla_attribute12_o =>ben_cla_shd.g_old_rec.cla_attribute12
285: ,p_cla_attribute13_o =>ben_cla_shd.g_old_rec.cla_attribute13
286: ,p_cla_attribute14_o =>ben_cla_shd.g_old_rec.cla_attribute14
287: ,p_cla_attribute15_o =>ben_cla_shd.g_old_rec.cla_attribute15

Line 284: ,p_cla_attribute12_o =>ben_cla_shd.g_old_rec.cla_attribute12

280: ,p_cla_attribute8_o =>ben_cla_shd.g_old_rec.cla_attribute8
281: ,p_cla_attribute9_o =>ben_cla_shd.g_old_rec.cla_attribute9
282: ,p_cla_attribute10_o =>ben_cla_shd.g_old_rec.cla_attribute10
283: ,p_cla_attribute11_o =>ben_cla_shd.g_old_rec.cla_attribute11
284: ,p_cla_attribute12_o =>ben_cla_shd.g_old_rec.cla_attribute12
285: ,p_cla_attribute13_o =>ben_cla_shd.g_old_rec.cla_attribute13
286: ,p_cla_attribute14_o =>ben_cla_shd.g_old_rec.cla_attribute14
287: ,p_cla_attribute15_o =>ben_cla_shd.g_old_rec.cla_attribute15
288: ,p_cla_attribute16_o =>ben_cla_shd.g_old_rec.cla_attribute16

Line 285: ,p_cla_attribute13_o =>ben_cla_shd.g_old_rec.cla_attribute13

281: ,p_cla_attribute9_o =>ben_cla_shd.g_old_rec.cla_attribute9
282: ,p_cla_attribute10_o =>ben_cla_shd.g_old_rec.cla_attribute10
283: ,p_cla_attribute11_o =>ben_cla_shd.g_old_rec.cla_attribute11
284: ,p_cla_attribute12_o =>ben_cla_shd.g_old_rec.cla_attribute12
285: ,p_cla_attribute13_o =>ben_cla_shd.g_old_rec.cla_attribute13
286: ,p_cla_attribute14_o =>ben_cla_shd.g_old_rec.cla_attribute14
287: ,p_cla_attribute15_o =>ben_cla_shd.g_old_rec.cla_attribute15
288: ,p_cla_attribute16_o =>ben_cla_shd.g_old_rec.cla_attribute16
289: ,p_cla_attribute17_o =>ben_cla_shd.g_old_rec.cla_attribute17

Line 286: ,p_cla_attribute14_o =>ben_cla_shd.g_old_rec.cla_attribute14

282: ,p_cla_attribute10_o =>ben_cla_shd.g_old_rec.cla_attribute10
283: ,p_cla_attribute11_o =>ben_cla_shd.g_old_rec.cla_attribute11
284: ,p_cla_attribute12_o =>ben_cla_shd.g_old_rec.cla_attribute12
285: ,p_cla_attribute13_o =>ben_cla_shd.g_old_rec.cla_attribute13
286: ,p_cla_attribute14_o =>ben_cla_shd.g_old_rec.cla_attribute14
287: ,p_cla_attribute15_o =>ben_cla_shd.g_old_rec.cla_attribute15
288: ,p_cla_attribute16_o =>ben_cla_shd.g_old_rec.cla_attribute16
289: ,p_cla_attribute17_o =>ben_cla_shd.g_old_rec.cla_attribute17
290: ,p_cla_attribute18_o =>ben_cla_shd.g_old_rec.cla_attribute18

Line 287: ,p_cla_attribute15_o =>ben_cla_shd.g_old_rec.cla_attribute15

283: ,p_cla_attribute11_o =>ben_cla_shd.g_old_rec.cla_attribute11
284: ,p_cla_attribute12_o =>ben_cla_shd.g_old_rec.cla_attribute12
285: ,p_cla_attribute13_o =>ben_cla_shd.g_old_rec.cla_attribute13
286: ,p_cla_attribute14_o =>ben_cla_shd.g_old_rec.cla_attribute14
287: ,p_cla_attribute15_o =>ben_cla_shd.g_old_rec.cla_attribute15
288: ,p_cla_attribute16_o =>ben_cla_shd.g_old_rec.cla_attribute16
289: ,p_cla_attribute17_o =>ben_cla_shd.g_old_rec.cla_attribute17
290: ,p_cla_attribute18_o =>ben_cla_shd.g_old_rec.cla_attribute18
291: ,p_cla_attribute19_o =>ben_cla_shd.g_old_rec.cla_attribute19

Line 288: ,p_cla_attribute16_o =>ben_cla_shd.g_old_rec.cla_attribute16

284: ,p_cla_attribute12_o =>ben_cla_shd.g_old_rec.cla_attribute12
285: ,p_cla_attribute13_o =>ben_cla_shd.g_old_rec.cla_attribute13
286: ,p_cla_attribute14_o =>ben_cla_shd.g_old_rec.cla_attribute14
287: ,p_cla_attribute15_o =>ben_cla_shd.g_old_rec.cla_attribute15
288: ,p_cla_attribute16_o =>ben_cla_shd.g_old_rec.cla_attribute16
289: ,p_cla_attribute17_o =>ben_cla_shd.g_old_rec.cla_attribute17
290: ,p_cla_attribute18_o =>ben_cla_shd.g_old_rec.cla_attribute18
291: ,p_cla_attribute19_o =>ben_cla_shd.g_old_rec.cla_attribute19
292: ,p_cla_attribute20_o =>ben_cla_shd.g_old_rec.cla_attribute20

Line 289: ,p_cla_attribute17_o =>ben_cla_shd.g_old_rec.cla_attribute17

285: ,p_cla_attribute13_o =>ben_cla_shd.g_old_rec.cla_attribute13
286: ,p_cla_attribute14_o =>ben_cla_shd.g_old_rec.cla_attribute14
287: ,p_cla_attribute15_o =>ben_cla_shd.g_old_rec.cla_attribute15
288: ,p_cla_attribute16_o =>ben_cla_shd.g_old_rec.cla_attribute16
289: ,p_cla_attribute17_o =>ben_cla_shd.g_old_rec.cla_attribute17
290: ,p_cla_attribute18_o =>ben_cla_shd.g_old_rec.cla_attribute18
291: ,p_cla_attribute19_o =>ben_cla_shd.g_old_rec.cla_attribute19
292: ,p_cla_attribute20_o =>ben_cla_shd.g_old_rec.cla_attribute20
293: ,p_cla_attribute21_o =>ben_cla_shd.g_old_rec.cla_attribute21

Line 290: ,p_cla_attribute18_o =>ben_cla_shd.g_old_rec.cla_attribute18

286: ,p_cla_attribute14_o =>ben_cla_shd.g_old_rec.cla_attribute14
287: ,p_cla_attribute15_o =>ben_cla_shd.g_old_rec.cla_attribute15
288: ,p_cla_attribute16_o =>ben_cla_shd.g_old_rec.cla_attribute16
289: ,p_cla_attribute17_o =>ben_cla_shd.g_old_rec.cla_attribute17
290: ,p_cla_attribute18_o =>ben_cla_shd.g_old_rec.cla_attribute18
291: ,p_cla_attribute19_o =>ben_cla_shd.g_old_rec.cla_attribute19
292: ,p_cla_attribute20_o =>ben_cla_shd.g_old_rec.cla_attribute20
293: ,p_cla_attribute21_o =>ben_cla_shd.g_old_rec.cla_attribute21
294: ,p_cla_attribute22_o =>ben_cla_shd.g_old_rec.cla_attribute22

Line 291: ,p_cla_attribute19_o =>ben_cla_shd.g_old_rec.cla_attribute19

287: ,p_cla_attribute15_o =>ben_cla_shd.g_old_rec.cla_attribute15
288: ,p_cla_attribute16_o =>ben_cla_shd.g_old_rec.cla_attribute16
289: ,p_cla_attribute17_o =>ben_cla_shd.g_old_rec.cla_attribute17
290: ,p_cla_attribute18_o =>ben_cla_shd.g_old_rec.cla_attribute18
291: ,p_cla_attribute19_o =>ben_cla_shd.g_old_rec.cla_attribute19
292: ,p_cla_attribute20_o =>ben_cla_shd.g_old_rec.cla_attribute20
293: ,p_cla_attribute21_o =>ben_cla_shd.g_old_rec.cla_attribute21
294: ,p_cla_attribute22_o =>ben_cla_shd.g_old_rec.cla_attribute22
295: ,p_cla_attribute23_o =>ben_cla_shd.g_old_rec.cla_attribute23

Line 292: ,p_cla_attribute20_o =>ben_cla_shd.g_old_rec.cla_attribute20

288: ,p_cla_attribute16_o =>ben_cla_shd.g_old_rec.cla_attribute16
289: ,p_cla_attribute17_o =>ben_cla_shd.g_old_rec.cla_attribute17
290: ,p_cla_attribute18_o =>ben_cla_shd.g_old_rec.cla_attribute18
291: ,p_cla_attribute19_o =>ben_cla_shd.g_old_rec.cla_attribute19
292: ,p_cla_attribute20_o =>ben_cla_shd.g_old_rec.cla_attribute20
293: ,p_cla_attribute21_o =>ben_cla_shd.g_old_rec.cla_attribute21
294: ,p_cla_attribute22_o =>ben_cla_shd.g_old_rec.cla_attribute22
295: ,p_cla_attribute23_o =>ben_cla_shd.g_old_rec.cla_attribute23
296: ,p_cla_attribute24_o =>ben_cla_shd.g_old_rec.cla_attribute24

Line 293: ,p_cla_attribute21_o =>ben_cla_shd.g_old_rec.cla_attribute21

289: ,p_cla_attribute17_o =>ben_cla_shd.g_old_rec.cla_attribute17
290: ,p_cla_attribute18_o =>ben_cla_shd.g_old_rec.cla_attribute18
291: ,p_cla_attribute19_o =>ben_cla_shd.g_old_rec.cla_attribute19
292: ,p_cla_attribute20_o =>ben_cla_shd.g_old_rec.cla_attribute20
293: ,p_cla_attribute21_o =>ben_cla_shd.g_old_rec.cla_attribute21
294: ,p_cla_attribute22_o =>ben_cla_shd.g_old_rec.cla_attribute22
295: ,p_cla_attribute23_o =>ben_cla_shd.g_old_rec.cla_attribute23
296: ,p_cla_attribute24_o =>ben_cla_shd.g_old_rec.cla_attribute24
297: ,p_cla_attribute25_o =>ben_cla_shd.g_old_rec.cla_attribute25

Line 294: ,p_cla_attribute22_o =>ben_cla_shd.g_old_rec.cla_attribute22

290: ,p_cla_attribute18_o =>ben_cla_shd.g_old_rec.cla_attribute18
291: ,p_cla_attribute19_o =>ben_cla_shd.g_old_rec.cla_attribute19
292: ,p_cla_attribute20_o =>ben_cla_shd.g_old_rec.cla_attribute20
293: ,p_cla_attribute21_o =>ben_cla_shd.g_old_rec.cla_attribute21
294: ,p_cla_attribute22_o =>ben_cla_shd.g_old_rec.cla_attribute22
295: ,p_cla_attribute23_o =>ben_cla_shd.g_old_rec.cla_attribute23
296: ,p_cla_attribute24_o =>ben_cla_shd.g_old_rec.cla_attribute24
297: ,p_cla_attribute25_o =>ben_cla_shd.g_old_rec.cla_attribute25
298: ,p_cla_attribute26_o =>ben_cla_shd.g_old_rec.cla_attribute26

Line 295: ,p_cla_attribute23_o =>ben_cla_shd.g_old_rec.cla_attribute23

291: ,p_cla_attribute19_o =>ben_cla_shd.g_old_rec.cla_attribute19
292: ,p_cla_attribute20_o =>ben_cla_shd.g_old_rec.cla_attribute20
293: ,p_cla_attribute21_o =>ben_cla_shd.g_old_rec.cla_attribute21
294: ,p_cla_attribute22_o =>ben_cla_shd.g_old_rec.cla_attribute22
295: ,p_cla_attribute23_o =>ben_cla_shd.g_old_rec.cla_attribute23
296: ,p_cla_attribute24_o =>ben_cla_shd.g_old_rec.cla_attribute24
297: ,p_cla_attribute25_o =>ben_cla_shd.g_old_rec.cla_attribute25
298: ,p_cla_attribute26_o =>ben_cla_shd.g_old_rec.cla_attribute26
299: ,p_cla_attribute27_o =>ben_cla_shd.g_old_rec.cla_attribute27

Line 296: ,p_cla_attribute24_o =>ben_cla_shd.g_old_rec.cla_attribute24

292: ,p_cla_attribute20_o =>ben_cla_shd.g_old_rec.cla_attribute20
293: ,p_cla_attribute21_o =>ben_cla_shd.g_old_rec.cla_attribute21
294: ,p_cla_attribute22_o =>ben_cla_shd.g_old_rec.cla_attribute22
295: ,p_cla_attribute23_o =>ben_cla_shd.g_old_rec.cla_attribute23
296: ,p_cla_attribute24_o =>ben_cla_shd.g_old_rec.cla_attribute24
297: ,p_cla_attribute25_o =>ben_cla_shd.g_old_rec.cla_attribute25
298: ,p_cla_attribute26_o =>ben_cla_shd.g_old_rec.cla_attribute26
299: ,p_cla_attribute27_o =>ben_cla_shd.g_old_rec.cla_attribute27
300: ,p_cla_attribute28_o =>ben_cla_shd.g_old_rec.cla_attribute28

Line 297: ,p_cla_attribute25_o =>ben_cla_shd.g_old_rec.cla_attribute25

293: ,p_cla_attribute21_o =>ben_cla_shd.g_old_rec.cla_attribute21
294: ,p_cla_attribute22_o =>ben_cla_shd.g_old_rec.cla_attribute22
295: ,p_cla_attribute23_o =>ben_cla_shd.g_old_rec.cla_attribute23
296: ,p_cla_attribute24_o =>ben_cla_shd.g_old_rec.cla_attribute24
297: ,p_cla_attribute25_o =>ben_cla_shd.g_old_rec.cla_attribute25
298: ,p_cla_attribute26_o =>ben_cla_shd.g_old_rec.cla_attribute26
299: ,p_cla_attribute27_o =>ben_cla_shd.g_old_rec.cla_attribute27
300: ,p_cla_attribute28_o =>ben_cla_shd.g_old_rec.cla_attribute28
301: ,p_cla_attribute29_o =>ben_cla_shd.g_old_rec.cla_attribute29

Line 298: ,p_cla_attribute26_o =>ben_cla_shd.g_old_rec.cla_attribute26

294: ,p_cla_attribute22_o =>ben_cla_shd.g_old_rec.cla_attribute22
295: ,p_cla_attribute23_o =>ben_cla_shd.g_old_rec.cla_attribute23
296: ,p_cla_attribute24_o =>ben_cla_shd.g_old_rec.cla_attribute24
297: ,p_cla_attribute25_o =>ben_cla_shd.g_old_rec.cla_attribute25
298: ,p_cla_attribute26_o =>ben_cla_shd.g_old_rec.cla_attribute26
299: ,p_cla_attribute27_o =>ben_cla_shd.g_old_rec.cla_attribute27
300: ,p_cla_attribute28_o =>ben_cla_shd.g_old_rec.cla_attribute28
301: ,p_cla_attribute29_o =>ben_cla_shd.g_old_rec.cla_attribute29
302: ,p_cla_attribute30_o =>ben_cla_shd.g_old_rec.cla_attribute30

Line 299: ,p_cla_attribute27_o =>ben_cla_shd.g_old_rec.cla_attribute27

295: ,p_cla_attribute23_o =>ben_cla_shd.g_old_rec.cla_attribute23
296: ,p_cla_attribute24_o =>ben_cla_shd.g_old_rec.cla_attribute24
297: ,p_cla_attribute25_o =>ben_cla_shd.g_old_rec.cla_attribute25
298: ,p_cla_attribute26_o =>ben_cla_shd.g_old_rec.cla_attribute26
299: ,p_cla_attribute27_o =>ben_cla_shd.g_old_rec.cla_attribute27
300: ,p_cla_attribute28_o =>ben_cla_shd.g_old_rec.cla_attribute28
301: ,p_cla_attribute29_o =>ben_cla_shd.g_old_rec.cla_attribute29
302: ,p_cla_attribute30_o =>ben_cla_shd.g_old_rec.cla_attribute30
303: ,p_object_version_number_o =>ben_cla_shd.g_old_rec.object_version_number

Line 300: ,p_cla_attribute28_o =>ben_cla_shd.g_old_rec.cla_attribute28

296: ,p_cla_attribute24_o =>ben_cla_shd.g_old_rec.cla_attribute24
297: ,p_cla_attribute25_o =>ben_cla_shd.g_old_rec.cla_attribute25
298: ,p_cla_attribute26_o =>ben_cla_shd.g_old_rec.cla_attribute26
299: ,p_cla_attribute27_o =>ben_cla_shd.g_old_rec.cla_attribute27
300: ,p_cla_attribute28_o =>ben_cla_shd.g_old_rec.cla_attribute28
301: ,p_cla_attribute29_o =>ben_cla_shd.g_old_rec.cla_attribute29
302: ,p_cla_attribute30_o =>ben_cla_shd.g_old_rec.cla_attribute30
303: ,p_object_version_number_o =>ben_cla_shd.g_old_rec.object_version_number
304: ,p_name_o =>ben_cla_shd.g_old_rec.name

Line 301: ,p_cla_attribute29_o =>ben_cla_shd.g_old_rec.cla_attribute29

297: ,p_cla_attribute25_o =>ben_cla_shd.g_old_rec.cla_attribute25
298: ,p_cla_attribute26_o =>ben_cla_shd.g_old_rec.cla_attribute26
299: ,p_cla_attribute27_o =>ben_cla_shd.g_old_rec.cla_attribute27
300: ,p_cla_attribute28_o =>ben_cla_shd.g_old_rec.cla_attribute28
301: ,p_cla_attribute29_o =>ben_cla_shd.g_old_rec.cla_attribute29
302: ,p_cla_attribute30_o =>ben_cla_shd.g_old_rec.cla_attribute30
303: ,p_object_version_number_o =>ben_cla_shd.g_old_rec.object_version_number
304: ,p_name_o =>ben_cla_shd.g_old_rec.name
305: );

Line 302: ,p_cla_attribute30_o =>ben_cla_shd.g_old_rec.cla_attribute30

298: ,p_cla_attribute26_o =>ben_cla_shd.g_old_rec.cla_attribute26
299: ,p_cla_attribute27_o =>ben_cla_shd.g_old_rec.cla_attribute27
300: ,p_cla_attribute28_o =>ben_cla_shd.g_old_rec.cla_attribute28
301: ,p_cla_attribute29_o =>ben_cla_shd.g_old_rec.cla_attribute29
302: ,p_cla_attribute30_o =>ben_cla_shd.g_old_rec.cla_attribute30
303: ,p_object_version_number_o =>ben_cla_shd.g_old_rec.object_version_number
304: ,p_name_o =>ben_cla_shd.g_old_rec.name
305: );
306: --

Line 303: ,p_object_version_number_o =>ben_cla_shd.g_old_rec.object_version_number

299: ,p_cla_attribute27_o =>ben_cla_shd.g_old_rec.cla_attribute27
300: ,p_cla_attribute28_o =>ben_cla_shd.g_old_rec.cla_attribute28
301: ,p_cla_attribute29_o =>ben_cla_shd.g_old_rec.cla_attribute29
302: ,p_cla_attribute30_o =>ben_cla_shd.g_old_rec.cla_attribute30
303: ,p_object_version_number_o =>ben_cla_shd.g_old_rec.object_version_number
304: ,p_name_o =>ben_cla_shd.g_old_rec.name
305: );
306: --
307: exception

Line 304: ,p_name_o =>ben_cla_shd.g_old_rec.name

300: ,p_cla_attribute28_o =>ben_cla_shd.g_old_rec.cla_attribute28
301: ,p_cla_attribute29_o =>ben_cla_shd.g_old_rec.cla_attribute29
302: ,p_cla_attribute30_o =>ben_cla_shd.g_old_rec.cla_attribute30
303: ,p_object_version_number_o =>ben_cla_shd.g_old_rec.object_version_number
304: ,p_name_o =>ben_cla_shd.g_old_rec.name
305: );
306: --
307: exception
308: --

Line 366: Procedure convert_defs(p_rec in out nocopy ben_cla_shd.g_rec_type) is

362: -- Internal Row Handler Use Only.
363: --
364: -- {End Of Comments}
365: -- ----------------------------------------------------------------------------
366: Procedure convert_defs(p_rec in out nocopy ben_cla_shd.g_rec_type) is
367: --
368: l_proc varchar2(72) := g_package||'convert_defs';
369: --
370: Begin

Line 381: ben_cla_shd.g_old_rec.business_group_id;

377: -- is being used then we must set to the 'current' argument value.
378: --
379: If (p_rec.business_group_id = hr_api.g_number) then
380: p_rec.business_group_id :=
381: ben_cla_shd.g_old_rec.business_group_id;
382: End If;
383: If (p_rec.los_fctr_id = hr_api.g_number) then
384: p_rec.los_fctr_id :=
385: ben_cla_shd.g_old_rec.los_fctr_id;

Line 385: ben_cla_shd.g_old_rec.los_fctr_id;

381: ben_cla_shd.g_old_rec.business_group_id;
382: End If;
383: If (p_rec.los_fctr_id = hr_api.g_number) then
384: p_rec.los_fctr_id :=
385: ben_cla_shd.g_old_rec.los_fctr_id;
386: End If;
387: If (p_rec.age_fctr_id = hr_api.g_number) then
388: p_rec.age_fctr_id :=
389: ben_cla_shd.g_old_rec.age_fctr_id;

Line 389: ben_cla_shd.g_old_rec.age_fctr_id;

385: ben_cla_shd.g_old_rec.los_fctr_id;
386: End If;
387: If (p_rec.age_fctr_id = hr_api.g_number) then
388: p_rec.age_fctr_id :=
389: ben_cla_shd.g_old_rec.age_fctr_id;
390: End If;
391: If (p_rec.cmbnd_min_val = hr_api.g_number) then
392: p_rec.cmbnd_min_val :=
393: ben_cla_shd.g_old_rec.cmbnd_min_val;

Line 393: ben_cla_shd.g_old_rec.cmbnd_min_val;

389: ben_cla_shd.g_old_rec.age_fctr_id;
390: End If;
391: If (p_rec.cmbnd_min_val = hr_api.g_number) then
392: p_rec.cmbnd_min_val :=
393: ben_cla_shd.g_old_rec.cmbnd_min_val;
394: End If;
395: If (p_rec.cmbnd_max_val = hr_api.g_number) then
396: p_rec.cmbnd_max_val :=
397: ben_cla_shd.g_old_rec.cmbnd_max_val;

Line 397: ben_cla_shd.g_old_rec.cmbnd_max_val;

393: ben_cla_shd.g_old_rec.cmbnd_min_val;
394: End If;
395: If (p_rec.cmbnd_max_val = hr_api.g_number) then
396: p_rec.cmbnd_max_val :=
397: ben_cla_shd.g_old_rec.cmbnd_max_val;
398: End If;
399: If (p_rec.ordr_num = hr_api.g_number) then
400: p_rec.ordr_num :=
401: ben_cla_shd.g_old_rec.ordr_num;

Line 401: ben_cla_shd.g_old_rec.ordr_num;

397: ben_cla_shd.g_old_rec.cmbnd_max_val;
398: End If;
399: If (p_rec.ordr_num = hr_api.g_number) then
400: p_rec.ordr_num :=
401: ben_cla_shd.g_old_rec.ordr_num;
402: End If;
403: If (p_rec.cla_attribute_category = hr_api.g_varchar2) then
404: p_rec.cla_attribute_category :=
405: ben_cla_shd.g_old_rec.cla_attribute_category;

Line 405: ben_cla_shd.g_old_rec.cla_attribute_category;

401: ben_cla_shd.g_old_rec.ordr_num;
402: End If;
403: If (p_rec.cla_attribute_category = hr_api.g_varchar2) then
404: p_rec.cla_attribute_category :=
405: ben_cla_shd.g_old_rec.cla_attribute_category;
406: End If;
407: If (p_rec.cla_attribute1 = hr_api.g_varchar2) then
408: p_rec.cla_attribute1 :=
409: ben_cla_shd.g_old_rec.cla_attribute1;

Line 409: ben_cla_shd.g_old_rec.cla_attribute1;

405: ben_cla_shd.g_old_rec.cla_attribute_category;
406: End If;
407: If (p_rec.cla_attribute1 = hr_api.g_varchar2) then
408: p_rec.cla_attribute1 :=
409: ben_cla_shd.g_old_rec.cla_attribute1;
410: End If;
411: If (p_rec.cla_attribute2 = hr_api.g_varchar2) then
412: p_rec.cla_attribute2 :=
413: ben_cla_shd.g_old_rec.cla_attribute2;

Line 413: ben_cla_shd.g_old_rec.cla_attribute2;

409: ben_cla_shd.g_old_rec.cla_attribute1;
410: End If;
411: If (p_rec.cla_attribute2 = hr_api.g_varchar2) then
412: p_rec.cla_attribute2 :=
413: ben_cla_shd.g_old_rec.cla_attribute2;
414: End If;
415: If (p_rec.cla_attribute3 = hr_api.g_varchar2) then
416: p_rec.cla_attribute3 :=
417: ben_cla_shd.g_old_rec.cla_attribute3;

Line 417: ben_cla_shd.g_old_rec.cla_attribute3;

413: ben_cla_shd.g_old_rec.cla_attribute2;
414: End If;
415: If (p_rec.cla_attribute3 = hr_api.g_varchar2) then
416: p_rec.cla_attribute3 :=
417: ben_cla_shd.g_old_rec.cla_attribute3;
418: End If;
419: If (p_rec.cla_attribute4 = hr_api.g_varchar2) then
420: p_rec.cla_attribute4 :=
421: ben_cla_shd.g_old_rec.cla_attribute4;

Line 421: ben_cla_shd.g_old_rec.cla_attribute4;

417: ben_cla_shd.g_old_rec.cla_attribute3;
418: End If;
419: If (p_rec.cla_attribute4 = hr_api.g_varchar2) then
420: p_rec.cla_attribute4 :=
421: ben_cla_shd.g_old_rec.cla_attribute4;
422: End If;
423: If (p_rec.cla_attribute5 = hr_api.g_varchar2) then
424: p_rec.cla_attribute5 :=
425: ben_cla_shd.g_old_rec.cla_attribute5;

Line 425: ben_cla_shd.g_old_rec.cla_attribute5;

421: ben_cla_shd.g_old_rec.cla_attribute4;
422: End If;
423: If (p_rec.cla_attribute5 = hr_api.g_varchar2) then
424: p_rec.cla_attribute5 :=
425: ben_cla_shd.g_old_rec.cla_attribute5;
426: End If;
427: If (p_rec.cla_attribute6 = hr_api.g_varchar2) then
428: p_rec.cla_attribute6 :=
429: ben_cla_shd.g_old_rec.cla_attribute6;

Line 429: ben_cla_shd.g_old_rec.cla_attribute6;

425: ben_cla_shd.g_old_rec.cla_attribute5;
426: End If;
427: If (p_rec.cla_attribute6 = hr_api.g_varchar2) then
428: p_rec.cla_attribute6 :=
429: ben_cla_shd.g_old_rec.cla_attribute6;
430: End If;
431: If (p_rec.cla_attribute7 = hr_api.g_varchar2) then
432: p_rec.cla_attribute7 :=
433: ben_cla_shd.g_old_rec.cla_attribute7;

Line 433: ben_cla_shd.g_old_rec.cla_attribute7;

429: ben_cla_shd.g_old_rec.cla_attribute6;
430: End If;
431: If (p_rec.cla_attribute7 = hr_api.g_varchar2) then
432: p_rec.cla_attribute7 :=
433: ben_cla_shd.g_old_rec.cla_attribute7;
434: End If;
435: If (p_rec.cla_attribute8 = hr_api.g_varchar2) then
436: p_rec.cla_attribute8 :=
437: ben_cla_shd.g_old_rec.cla_attribute8;

Line 437: ben_cla_shd.g_old_rec.cla_attribute8;

433: ben_cla_shd.g_old_rec.cla_attribute7;
434: End If;
435: If (p_rec.cla_attribute8 = hr_api.g_varchar2) then
436: p_rec.cla_attribute8 :=
437: ben_cla_shd.g_old_rec.cla_attribute8;
438: End If;
439: If (p_rec.cla_attribute9 = hr_api.g_varchar2) then
440: p_rec.cla_attribute9 :=
441: ben_cla_shd.g_old_rec.cla_attribute9;

Line 441: ben_cla_shd.g_old_rec.cla_attribute9;

437: ben_cla_shd.g_old_rec.cla_attribute8;
438: End If;
439: If (p_rec.cla_attribute9 = hr_api.g_varchar2) then
440: p_rec.cla_attribute9 :=
441: ben_cla_shd.g_old_rec.cla_attribute9;
442: End If;
443: If (p_rec.cla_attribute10 = hr_api.g_varchar2) then
444: p_rec.cla_attribute10 :=
445: ben_cla_shd.g_old_rec.cla_attribute10;

Line 445: ben_cla_shd.g_old_rec.cla_attribute10;

441: ben_cla_shd.g_old_rec.cla_attribute9;
442: End If;
443: If (p_rec.cla_attribute10 = hr_api.g_varchar2) then
444: p_rec.cla_attribute10 :=
445: ben_cla_shd.g_old_rec.cla_attribute10;
446: End If;
447: If (p_rec.cla_attribute11 = hr_api.g_varchar2) then
448: p_rec.cla_attribute11 :=
449: ben_cla_shd.g_old_rec.cla_attribute11;

Line 449: ben_cla_shd.g_old_rec.cla_attribute11;

445: ben_cla_shd.g_old_rec.cla_attribute10;
446: End If;
447: If (p_rec.cla_attribute11 = hr_api.g_varchar2) then
448: p_rec.cla_attribute11 :=
449: ben_cla_shd.g_old_rec.cla_attribute11;
450: End If;
451: If (p_rec.cla_attribute12 = hr_api.g_varchar2) then
452: p_rec.cla_attribute12 :=
453: ben_cla_shd.g_old_rec.cla_attribute12;

Line 453: ben_cla_shd.g_old_rec.cla_attribute12;

449: ben_cla_shd.g_old_rec.cla_attribute11;
450: End If;
451: If (p_rec.cla_attribute12 = hr_api.g_varchar2) then
452: p_rec.cla_attribute12 :=
453: ben_cla_shd.g_old_rec.cla_attribute12;
454: End If;
455: If (p_rec.cla_attribute13 = hr_api.g_varchar2) then
456: p_rec.cla_attribute13 :=
457: ben_cla_shd.g_old_rec.cla_attribute13;

Line 457: ben_cla_shd.g_old_rec.cla_attribute13;

453: ben_cla_shd.g_old_rec.cla_attribute12;
454: End If;
455: If (p_rec.cla_attribute13 = hr_api.g_varchar2) then
456: p_rec.cla_attribute13 :=
457: ben_cla_shd.g_old_rec.cla_attribute13;
458: End If;
459: If (p_rec.cla_attribute14 = hr_api.g_varchar2) then
460: p_rec.cla_attribute14 :=
461: ben_cla_shd.g_old_rec.cla_attribute14;

Line 461: ben_cla_shd.g_old_rec.cla_attribute14;

457: ben_cla_shd.g_old_rec.cla_attribute13;
458: End If;
459: If (p_rec.cla_attribute14 = hr_api.g_varchar2) then
460: p_rec.cla_attribute14 :=
461: ben_cla_shd.g_old_rec.cla_attribute14;
462: End If;
463: If (p_rec.cla_attribute15 = hr_api.g_varchar2) then
464: p_rec.cla_attribute15 :=
465: ben_cla_shd.g_old_rec.cla_attribute15;

Line 465: ben_cla_shd.g_old_rec.cla_attribute15;

461: ben_cla_shd.g_old_rec.cla_attribute14;
462: End If;
463: If (p_rec.cla_attribute15 = hr_api.g_varchar2) then
464: p_rec.cla_attribute15 :=
465: ben_cla_shd.g_old_rec.cla_attribute15;
466: End If;
467: If (p_rec.cla_attribute16 = hr_api.g_varchar2) then
468: p_rec.cla_attribute16 :=
469: ben_cla_shd.g_old_rec.cla_attribute16;

Line 469: ben_cla_shd.g_old_rec.cla_attribute16;

465: ben_cla_shd.g_old_rec.cla_attribute15;
466: End If;
467: If (p_rec.cla_attribute16 = hr_api.g_varchar2) then
468: p_rec.cla_attribute16 :=
469: ben_cla_shd.g_old_rec.cla_attribute16;
470: End If;
471: If (p_rec.cla_attribute17 = hr_api.g_varchar2) then
472: p_rec.cla_attribute17 :=
473: ben_cla_shd.g_old_rec.cla_attribute17;

Line 473: ben_cla_shd.g_old_rec.cla_attribute17;

469: ben_cla_shd.g_old_rec.cla_attribute16;
470: End If;
471: If (p_rec.cla_attribute17 = hr_api.g_varchar2) then
472: p_rec.cla_attribute17 :=
473: ben_cla_shd.g_old_rec.cla_attribute17;
474: End If;
475: If (p_rec.cla_attribute18 = hr_api.g_varchar2) then
476: p_rec.cla_attribute18 :=
477: ben_cla_shd.g_old_rec.cla_attribute18;

Line 477: ben_cla_shd.g_old_rec.cla_attribute18;

473: ben_cla_shd.g_old_rec.cla_attribute17;
474: End If;
475: If (p_rec.cla_attribute18 = hr_api.g_varchar2) then
476: p_rec.cla_attribute18 :=
477: ben_cla_shd.g_old_rec.cla_attribute18;
478: End If;
479: If (p_rec.cla_attribute19 = hr_api.g_varchar2) then
480: p_rec.cla_attribute19 :=
481: ben_cla_shd.g_old_rec.cla_attribute19;

Line 481: ben_cla_shd.g_old_rec.cla_attribute19;

477: ben_cla_shd.g_old_rec.cla_attribute18;
478: End If;
479: If (p_rec.cla_attribute19 = hr_api.g_varchar2) then
480: p_rec.cla_attribute19 :=
481: ben_cla_shd.g_old_rec.cla_attribute19;
482: End If;
483: If (p_rec.cla_attribute20 = hr_api.g_varchar2) then
484: p_rec.cla_attribute20 :=
485: ben_cla_shd.g_old_rec.cla_attribute20;

Line 485: ben_cla_shd.g_old_rec.cla_attribute20;

481: ben_cla_shd.g_old_rec.cla_attribute19;
482: End If;
483: If (p_rec.cla_attribute20 = hr_api.g_varchar2) then
484: p_rec.cla_attribute20 :=
485: ben_cla_shd.g_old_rec.cla_attribute20;
486: End If;
487: If (p_rec.cla_attribute21 = hr_api.g_varchar2) then
488: p_rec.cla_attribute21 :=
489: ben_cla_shd.g_old_rec.cla_attribute21;

Line 489: ben_cla_shd.g_old_rec.cla_attribute21;

485: ben_cla_shd.g_old_rec.cla_attribute20;
486: End If;
487: If (p_rec.cla_attribute21 = hr_api.g_varchar2) then
488: p_rec.cla_attribute21 :=
489: ben_cla_shd.g_old_rec.cla_attribute21;
490: End If;
491: If (p_rec.cla_attribute22 = hr_api.g_varchar2) then
492: p_rec.cla_attribute22 :=
493: ben_cla_shd.g_old_rec.cla_attribute22;

Line 493: ben_cla_shd.g_old_rec.cla_attribute22;

489: ben_cla_shd.g_old_rec.cla_attribute21;
490: End If;
491: If (p_rec.cla_attribute22 = hr_api.g_varchar2) then
492: p_rec.cla_attribute22 :=
493: ben_cla_shd.g_old_rec.cla_attribute22;
494: End If;
495: If (p_rec.cla_attribute23 = hr_api.g_varchar2) then
496: p_rec.cla_attribute23 :=
497: ben_cla_shd.g_old_rec.cla_attribute23;

Line 497: ben_cla_shd.g_old_rec.cla_attribute23;

493: ben_cla_shd.g_old_rec.cla_attribute22;
494: End If;
495: If (p_rec.cla_attribute23 = hr_api.g_varchar2) then
496: p_rec.cla_attribute23 :=
497: ben_cla_shd.g_old_rec.cla_attribute23;
498: End If;
499: If (p_rec.cla_attribute24 = hr_api.g_varchar2) then
500: p_rec.cla_attribute24 :=
501: ben_cla_shd.g_old_rec.cla_attribute24;

Line 501: ben_cla_shd.g_old_rec.cla_attribute24;

497: ben_cla_shd.g_old_rec.cla_attribute23;
498: End If;
499: If (p_rec.cla_attribute24 = hr_api.g_varchar2) then
500: p_rec.cla_attribute24 :=
501: ben_cla_shd.g_old_rec.cla_attribute24;
502: End If;
503: If (p_rec.cla_attribute25 = hr_api.g_varchar2) then
504: p_rec.cla_attribute25 :=
505: ben_cla_shd.g_old_rec.cla_attribute25;

Line 505: ben_cla_shd.g_old_rec.cla_attribute25;

501: ben_cla_shd.g_old_rec.cla_attribute24;
502: End If;
503: If (p_rec.cla_attribute25 = hr_api.g_varchar2) then
504: p_rec.cla_attribute25 :=
505: ben_cla_shd.g_old_rec.cla_attribute25;
506: End If;
507: If (p_rec.cla_attribute26 = hr_api.g_varchar2) then
508: p_rec.cla_attribute26 :=
509: ben_cla_shd.g_old_rec.cla_attribute26;

Line 509: ben_cla_shd.g_old_rec.cla_attribute26;

505: ben_cla_shd.g_old_rec.cla_attribute25;
506: End If;
507: If (p_rec.cla_attribute26 = hr_api.g_varchar2) then
508: p_rec.cla_attribute26 :=
509: ben_cla_shd.g_old_rec.cla_attribute26;
510: End If;
511: If (p_rec.cla_attribute27 = hr_api.g_varchar2) then
512: p_rec.cla_attribute27 :=
513: ben_cla_shd.g_old_rec.cla_attribute27;

Line 513: ben_cla_shd.g_old_rec.cla_attribute27;

509: ben_cla_shd.g_old_rec.cla_attribute26;
510: End If;
511: If (p_rec.cla_attribute27 = hr_api.g_varchar2) then
512: p_rec.cla_attribute27 :=
513: ben_cla_shd.g_old_rec.cla_attribute27;
514: End If;
515: If (p_rec.cla_attribute28 = hr_api.g_varchar2) then
516: p_rec.cla_attribute28 :=
517: ben_cla_shd.g_old_rec.cla_attribute28;

Line 517: ben_cla_shd.g_old_rec.cla_attribute28;

513: ben_cla_shd.g_old_rec.cla_attribute27;
514: End If;
515: If (p_rec.cla_attribute28 = hr_api.g_varchar2) then
516: p_rec.cla_attribute28 :=
517: ben_cla_shd.g_old_rec.cla_attribute28;
518: End If;
519: If (p_rec.cla_attribute29 = hr_api.g_varchar2) then
520: p_rec.cla_attribute29 :=
521: ben_cla_shd.g_old_rec.cla_attribute29;

Line 521: ben_cla_shd.g_old_rec.cla_attribute29;

517: ben_cla_shd.g_old_rec.cla_attribute28;
518: End If;
519: If (p_rec.cla_attribute29 = hr_api.g_varchar2) then
520: p_rec.cla_attribute29 :=
521: ben_cla_shd.g_old_rec.cla_attribute29;
522: End If;
523: If (p_rec.cla_attribute30 = hr_api.g_varchar2) then
524: p_rec.cla_attribute30 :=
525: ben_cla_shd.g_old_rec.cla_attribute30;

Line 525: ben_cla_shd.g_old_rec.cla_attribute30;

521: ben_cla_shd.g_old_rec.cla_attribute29;
522: End If;
523: If (p_rec.cla_attribute30 = hr_api.g_varchar2) then
524: p_rec.cla_attribute30 :=
525: ben_cla_shd.g_old_rec.cla_attribute30;
526: End If;
527: If (p_rec.name = hr_api.g_varchar2) then
528: p_rec.name :=
529: ben_cla_shd.g_old_rec.name;

Line 529: ben_cla_shd.g_old_rec.name;

525: ben_cla_shd.g_old_rec.cla_attribute30;
526: End If;
527: If (p_rec.name = hr_api.g_varchar2) then
528: p_rec.name :=
529: ben_cla_shd.g_old_rec.name;
530: End If;
531:
532: --
533: hr_utility.set_location(' Leaving:'||l_proc, 10);

Line 542: p_rec in out nocopy ben_cla_shd.g_rec_type

538: -- |---------------------------------< upd >----------------------------------|
539: -- ----------------------------------------------------------------------------
540: Procedure upd
541: (
542: p_rec in out nocopy ben_cla_shd.g_rec_type
543: ) is
544: --
545: l_proc varchar2(72) := g_package||'upd';
546: --

Line 552: ben_cla_shd.lck

548: hr_utility.set_location('Entering:'||l_proc, 5);
549: --
550: -- We must lock the row which we need to update.
551: --
552: ben_cla_shd.lck
553: (
554: p_rec.cmbn_age_los_fctr_id,
555: p_rec.object_version_number
556: );

Line 628: l_rec ben_cla_shd.g_rec_type;

624: p_name in varchar2 default hr_api.g_varchar2
625:
626: ) is
627: --
628: l_rec ben_cla_shd.g_rec_type;
629: l_proc varchar2(72) := g_package||'upd';
630: --
631: Begin
632: hr_utility.set_location('Entering:'||l_proc, 5);

Line 638: ben_cla_shd.convert_args

634: -- Call conversion function to turn arguments into the
635: -- l_rec structure.
636: --
637: l_rec :=
638: ben_cla_shd.convert_args
639: (
640: p_cmbn_age_los_fctr_id,
641: p_business_group_id,
642: p_los_fctr_id,