DBA Data[Home] [Help]

APPS.BEN_EAT_UPD dependencies on BEN_EAT_SHD

Line 54: Procedure update_dml(p_rec in out nocopy ben_eat_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_eat_shd.g_rec_type) is
55: --
56: l_proc varchar2(72) := g_package||'update_dml';
57: --
58: Begin

Line 65: ben_eat_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_eat_shd.g_api_dml := true; -- Set the api dml status
66: --
67: -- Update the ben_actn_typ Row
68: --
69: update ben_actn_typ

Line 122: ben_eat_shd.g_api_dml := false; -- Unset the api dml status

118: source_lang = userenv('LANG')
119: where actn_typ_id = p_rec.actn_typ_id
120: and userenv('LANG') in (language, source_lang);
121:
122: ben_eat_shd.g_api_dml := false; -- Unset the api dml status
123: --
124: hr_utility.set_location(' Leaving:'||l_proc, 10);
125: --
126: Exception

Line 129: ben_eat_shd.g_api_dml := false; -- Unset the api dml status

125: --
126: Exception
127: When hr_api.check_integrity_violated Then
128: -- A check constraint has been violated
129: ben_eat_shd.g_api_dml := false; -- Unset the api dml status
130: ben_eat_shd.constraint_error
131: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
132: When hr_api.parent_integrity_violated Then
133: -- Parent integrity has been violated

Line 130: ben_eat_shd.constraint_error

126: Exception
127: When hr_api.check_integrity_violated Then
128: -- A check constraint has been violated
129: ben_eat_shd.g_api_dml := false; -- Unset the api dml status
130: ben_eat_shd.constraint_error
131: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
132: When hr_api.parent_integrity_violated Then
133: -- Parent integrity has been violated
134: ben_eat_shd.g_api_dml := false; -- Unset the api dml status

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

130: ben_eat_shd.constraint_error
131: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
132: When hr_api.parent_integrity_violated Then
133: -- Parent integrity has been violated
134: ben_eat_shd.g_api_dml := false; -- Unset the api dml status
135: ben_eat_shd.constraint_error
136: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
137: When hr_api.unique_integrity_violated Then
138: -- Unique integrity has been violated

Line 135: ben_eat_shd.constraint_error

131: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
132: When hr_api.parent_integrity_violated Then
133: -- Parent integrity has been violated
134: ben_eat_shd.g_api_dml := false; -- Unset the api dml status
135: ben_eat_shd.constraint_error
136: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
137: When hr_api.unique_integrity_violated Then
138: -- Unique integrity has been violated
139: ben_eat_shd.g_api_dml := false; -- Unset the api dml status

Line 139: ben_eat_shd.g_api_dml := false; -- Unset the api dml status

135: ben_eat_shd.constraint_error
136: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
137: When hr_api.unique_integrity_violated Then
138: -- Unique integrity has been violated
139: ben_eat_shd.g_api_dml := false; -- Unset the api dml status
140: ben_eat_shd.constraint_error
141: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
142: When Others Then
143: ben_eat_shd.g_api_dml := false; -- Unset the api dml status

Line 140: ben_eat_shd.constraint_error

136: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
137: When hr_api.unique_integrity_violated Then
138: -- Unique integrity has been violated
139: ben_eat_shd.g_api_dml := false; -- Unset the api dml status
140: ben_eat_shd.constraint_error
141: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
142: When Others Then
143: ben_eat_shd.g_api_dml := false; -- Unset the api dml status
144: Raise;

Line 143: ben_eat_shd.g_api_dml := false; -- Unset the api dml status

139: ben_eat_shd.g_api_dml := false; -- Unset the api dml status
140: ben_eat_shd.constraint_error
141: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
142: When Others Then
143: ben_eat_shd.g_api_dml := false; -- Unset the api dml status
144: Raise;
145: End update_dml;
146: --
147: -- ----------------------------------------------------------------------------

Line 179: Procedure pre_update(p_rec in ben_eat_shd.g_rec_type) is

175: -- Internal Row Handler Use Only.
176: --
177: -- {End Of Comments}
178: -- ----------------------------------------------------------------------------
179: Procedure pre_update(p_rec in ben_eat_shd.g_rec_type) is
180: --
181: l_proc varchar2(72) := g_package||'pre_update';
182: --
183: Begin

Line 222: p_effective_date in date,p_rec in ben_eat_shd.g_rec_type) is

218: --
219: -- {End Of Comments}
220: -- ----------------------------------------------------------------------------
221: Procedure post_update(
222: p_effective_date in date,p_rec in ben_eat_shd.g_rec_type) is
223: --
224: l_proc varchar2(72) := g_package||'post_update';
225: --
226: Begin

Line 274: ,p_business_group_id_o =>ben_eat_shd.g_old_rec.business_group_id

270: ,p_eat_attribute29 =>p_rec.eat_attribute29
271: ,p_eat_attribute30 =>p_rec.eat_attribute30
272: ,p_object_version_number =>p_rec.object_version_number
273: ,p_effective_date =>p_effective_date
274: ,p_business_group_id_o =>ben_eat_shd.g_old_rec.business_group_id
275: ,p_type_cd_o =>ben_eat_shd.g_old_rec.type_cd
276: ,p_name_o =>ben_eat_shd.g_old_rec.name
277: ,p_description_o =>ben_eat_shd.g_old_rec.description
278: ,p_eat_attribute_category_o =>ben_eat_shd.g_old_rec.eat_attribute_category

Line 275: ,p_type_cd_o =>ben_eat_shd.g_old_rec.type_cd

271: ,p_eat_attribute30 =>p_rec.eat_attribute30
272: ,p_object_version_number =>p_rec.object_version_number
273: ,p_effective_date =>p_effective_date
274: ,p_business_group_id_o =>ben_eat_shd.g_old_rec.business_group_id
275: ,p_type_cd_o =>ben_eat_shd.g_old_rec.type_cd
276: ,p_name_o =>ben_eat_shd.g_old_rec.name
277: ,p_description_o =>ben_eat_shd.g_old_rec.description
278: ,p_eat_attribute_category_o =>ben_eat_shd.g_old_rec.eat_attribute_category
279: ,p_eat_attribute1_o =>ben_eat_shd.g_old_rec.eat_attribute1

Line 276: ,p_name_o =>ben_eat_shd.g_old_rec.name

272: ,p_object_version_number =>p_rec.object_version_number
273: ,p_effective_date =>p_effective_date
274: ,p_business_group_id_o =>ben_eat_shd.g_old_rec.business_group_id
275: ,p_type_cd_o =>ben_eat_shd.g_old_rec.type_cd
276: ,p_name_o =>ben_eat_shd.g_old_rec.name
277: ,p_description_o =>ben_eat_shd.g_old_rec.description
278: ,p_eat_attribute_category_o =>ben_eat_shd.g_old_rec.eat_attribute_category
279: ,p_eat_attribute1_o =>ben_eat_shd.g_old_rec.eat_attribute1
280: ,p_eat_attribute2_o =>ben_eat_shd.g_old_rec.eat_attribute2

Line 277: ,p_description_o =>ben_eat_shd.g_old_rec.description

273: ,p_effective_date =>p_effective_date
274: ,p_business_group_id_o =>ben_eat_shd.g_old_rec.business_group_id
275: ,p_type_cd_o =>ben_eat_shd.g_old_rec.type_cd
276: ,p_name_o =>ben_eat_shd.g_old_rec.name
277: ,p_description_o =>ben_eat_shd.g_old_rec.description
278: ,p_eat_attribute_category_o =>ben_eat_shd.g_old_rec.eat_attribute_category
279: ,p_eat_attribute1_o =>ben_eat_shd.g_old_rec.eat_attribute1
280: ,p_eat_attribute2_o =>ben_eat_shd.g_old_rec.eat_attribute2
281: ,p_eat_attribute3_o =>ben_eat_shd.g_old_rec.eat_attribute3

Line 278: ,p_eat_attribute_category_o =>ben_eat_shd.g_old_rec.eat_attribute_category

274: ,p_business_group_id_o =>ben_eat_shd.g_old_rec.business_group_id
275: ,p_type_cd_o =>ben_eat_shd.g_old_rec.type_cd
276: ,p_name_o =>ben_eat_shd.g_old_rec.name
277: ,p_description_o =>ben_eat_shd.g_old_rec.description
278: ,p_eat_attribute_category_o =>ben_eat_shd.g_old_rec.eat_attribute_category
279: ,p_eat_attribute1_o =>ben_eat_shd.g_old_rec.eat_attribute1
280: ,p_eat_attribute2_o =>ben_eat_shd.g_old_rec.eat_attribute2
281: ,p_eat_attribute3_o =>ben_eat_shd.g_old_rec.eat_attribute3
282: ,p_eat_attribute4_o =>ben_eat_shd.g_old_rec.eat_attribute4

Line 279: ,p_eat_attribute1_o =>ben_eat_shd.g_old_rec.eat_attribute1

275: ,p_type_cd_o =>ben_eat_shd.g_old_rec.type_cd
276: ,p_name_o =>ben_eat_shd.g_old_rec.name
277: ,p_description_o =>ben_eat_shd.g_old_rec.description
278: ,p_eat_attribute_category_o =>ben_eat_shd.g_old_rec.eat_attribute_category
279: ,p_eat_attribute1_o =>ben_eat_shd.g_old_rec.eat_attribute1
280: ,p_eat_attribute2_o =>ben_eat_shd.g_old_rec.eat_attribute2
281: ,p_eat_attribute3_o =>ben_eat_shd.g_old_rec.eat_attribute3
282: ,p_eat_attribute4_o =>ben_eat_shd.g_old_rec.eat_attribute4
283: ,p_eat_attribute5_o =>ben_eat_shd.g_old_rec.eat_attribute5

Line 280: ,p_eat_attribute2_o =>ben_eat_shd.g_old_rec.eat_attribute2

276: ,p_name_o =>ben_eat_shd.g_old_rec.name
277: ,p_description_o =>ben_eat_shd.g_old_rec.description
278: ,p_eat_attribute_category_o =>ben_eat_shd.g_old_rec.eat_attribute_category
279: ,p_eat_attribute1_o =>ben_eat_shd.g_old_rec.eat_attribute1
280: ,p_eat_attribute2_o =>ben_eat_shd.g_old_rec.eat_attribute2
281: ,p_eat_attribute3_o =>ben_eat_shd.g_old_rec.eat_attribute3
282: ,p_eat_attribute4_o =>ben_eat_shd.g_old_rec.eat_attribute4
283: ,p_eat_attribute5_o =>ben_eat_shd.g_old_rec.eat_attribute5
284: ,p_eat_attribute6_o =>ben_eat_shd.g_old_rec.eat_attribute6

Line 281: ,p_eat_attribute3_o =>ben_eat_shd.g_old_rec.eat_attribute3

277: ,p_description_o =>ben_eat_shd.g_old_rec.description
278: ,p_eat_attribute_category_o =>ben_eat_shd.g_old_rec.eat_attribute_category
279: ,p_eat_attribute1_o =>ben_eat_shd.g_old_rec.eat_attribute1
280: ,p_eat_attribute2_o =>ben_eat_shd.g_old_rec.eat_attribute2
281: ,p_eat_attribute3_o =>ben_eat_shd.g_old_rec.eat_attribute3
282: ,p_eat_attribute4_o =>ben_eat_shd.g_old_rec.eat_attribute4
283: ,p_eat_attribute5_o =>ben_eat_shd.g_old_rec.eat_attribute5
284: ,p_eat_attribute6_o =>ben_eat_shd.g_old_rec.eat_attribute6
285: ,p_eat_attribute7_o =>ben_eat_shd.g_old_rec.eat_attribute7

Line 282: ,p_eat_attribute4_o =>ben_eat_shd.g_old_rec.eat_attribute4

278: ,p_eat_attribute_category_o =>ben_eat_shd.g_old_rec.eat_attribute_category
279: ,p_eat_attribute1_o =>ben_eat_shd.g_old_rec.eat_attribute1
280: ,p_eat_attribute2_o =>ben_eat_shd.g_old_rec.eat_attribute2
281: ,p_eat_attribute3_o =>ben_eat_shd.g_old_rec.eat_attribute3
282: ,p_eat_attribute4_o =>ben_eat_shd.g_old_rec.eat_attribute4
283: ,p_eat_attribute5_o =>ben_eat_shd.g_old_rec.eat_attribute5
284: ,p_eat_attribute6_o =>ben_eat_shd.g_old_rec.eat_attribute6
285: ,p_eat_attribute7_o =>ben_eat_shd.g_old_rec.eat_attribute7
286: ,p_eat_attribute8_o =>ben_eat_shd.g_old_rec.eat_attribute8

Line 283: ,p_eat_attribute5_o =>ben_eat_shd.g_old_rec.eat_attribute5

279: ,p_eat_attribute1_o =>ben_eat_shd.g_old_rec.eat_attribute1
280: ,p_eat_attribute2_o =>ben_eat_shd.g_old_rec.eat_attribute2
281: ,p_eat_attribute3_o =>ben_eat_shd.g_old_rec.eat_attribute3
282: ,p_eat_attribute4_o =>ben_eat_shd.g_old_rec.eat_attribute4
283: ,p_eat_attribute5_o =>ben_eat_shd.g_old_rec.eat_attribute5
284: ,p_eat_attribute6_o =>ben_eat_shd.g_old_rec.eat_attribute6
285: ,p_eat_attribute7_o =>ben_eat_shd.g_old_rec.eat_attribute7
286: ,p_eat_attribute8_o =>ben_eat_shd.g_old_rec.eat_attribute8
287: ,p_eat_attribute9_o =>ben_eat_shd.g_old_rec.eat_attribute9

Line 284: ,p_eat_attribute6_o =>ben_eat_shd.g_old_rec.eat_attribute6

280: ,p_eat_attribute2_o =>ben_eat_shd.g_old_rec.eat_attribute2
281: ,p_eat_attribute3_o =>ben_eat_shd.g_old_rec.eat_attribute3
282: ,p_eat_attribute4_o =>ben_eat_shd.g_old_rec.eat_attribute4
283: ,p_eat_attribute5_o =>ben_eat_shd.g_old_rec.eat_attribute5
284: ,p_eat_attribute6_o =>ben_eat_shd.g_old_rec.eat_attribute6
285: ,p_eat_attribute7_o =>ben_eat_shd.g_old_rec.eat_attribute7
286: ,p_eat_attribute8_o =>ben_eat_shd.g_old_rec.eat_attribute8
287: ,p_eat_attribute9_o =>ben_eat_shd.g_old_rec.eat_attribute9
288: ,p_eat_attribute10_o =>ben_eat_shd.g_old_rec.eat_attribute10

Line 285: ,p_eat_attribute7_o =>ben_eat_shd.g_old_rec.eat_attribute7

281: ,p_eat_attribute3_o =>ben_eat_shd.g_old_rec.eat_attribute3
282: ,p_eat_attribute4_o =>ben_eat_shd.g_old_rec.eat_attribute4
283: ,p_eat_attribute5_o =>ben_eat_shd.g_old_rec.eat_attribute5
284: ,p_eat_attribute6_o =>ben_eat_shd.g_old_rec.eat_attribute6
285: ,p_eat_attribute7_o =>ben_eat_shd.g_old_rec.eat_attribute7
286: ,p_eat_attribute8_o =>ben_eat_shd.g_old_rec.eat_attribute8
287: ,p_eat_attribute9_o =>ben_eat_shd.g_old_rec.eat_attribute9
288: ,p_eat_attribute10_o =>ben_eat_shd.g_old_rec.eat_attribute10
289: ,p_eat_attribute11_o =>ben_eat_shd.g_old_rec.eat_attribute11

Line 286: ,p_eat_attribute8_o =>ben_eat_shd.g_old_rec.eat_attribute8

282: ,p_eat_attribute4_o =>ben_eat_shd.g_old_rec.eat_attribute4
283: ,p_eat_attribute5_o =>ben_eat_shd.g_old_rec.eat_attribute5
284: ,p_eat_attribute6_o =>ben_eat_shd.g_old_rec.eat_attribute6
285: ,p_eat_attribute7_o =>ben_eat_shd.g_old_rec.eat_attribute7
286: ,p_eat_attribute8_o =>ben_eat_shd.g_old_rec.eat_attribute8
287: ,p_eat_attribute9_o =>ben_eat_shd.g_old_rec.eat_attribute9
288: ,p_eat_attribute10_o =>ben_eat_shd.g_old_rec.eat_attribute10
289: ,p_eat_attribute11_o =>ben_eat_shd.g_old_rec.eat_attribute11
290: ,p_eat_attribute12_o =>ben_eat_shd.g_old_rec.eat_attribute12

Line 287: ,p_eat_attribute9_o =>ben_eat_shd.g_old_rec.eat_attribute9

283: ,p_eat_attribute5_o =>ben_eat_shd.g_old_rec.eat_attribute5
284: ,p_eat_attribute6_o =>ben_eat_shd.g_old_rec.eat_attribute6
285: ,p_eat_attribute7_o =>ben_eat_shd.g_old_rec.eat_attribute7
286: ,p_eat_attribute8_o =>ben_eat_shd.g_old_rec.eat_attribute8
287: ,p_eat_attribute9_o =>ben_eat_shd.g_old_rec.eat_attribute9
288: ,p_eat_attribute10_o =>ben_eat_shd.g_old_rec.eat_attribute10
289: ,p_eat_attribute11_o =>ben_eat_shd.g_old_rec.eat_attribute11
290: ,p_eat_attribute12_o =>ben_eat_shd.g_old_rec.eat_attribute12
291: ,p_eat_attribute13_o =>ben_eat_shd.g_old_rec.eat_attribute13

Line 288: ,p_eat_attribute10_o =>ben_eat_shd.g_old_rec.eat_attribute10

284: ,p_eat_attribute6_o =>ben_eat_shd.g_old_rec.eat_attribute6
285: ,p_eat_attribute7_o =>ben_eat_shd.g_old_rec.eat_attribute7
286: ,p_eat_attribute8_o =>ben_eat_shd.g_old_rec.eat_attribute8
287: ,p_eat_attribute9_o =>ben_eat_shd.g_old_rec.eat_attribute9
288: ,p_eat_attribute10_o =>ben_eat_shd.g_old_rec.eat_attribute10
289: ,p_eat_attribute11_o =>ben_eat_shd.g_old_rec.eat_attribute11
290: ,p_eat_attribute12_o =>ben_eat_shd.g_old_rec.eat_attribute12
291: ,p_eat_attribute13_o =>ben_eat_shd.g_old_rec.eat_attribute13
292: ,p_eat_attribute14_o =>ben_eat_shd.g_old_rec.eat_attribute14

Line 289: ,p_eat_attribute11_o =>ben_eat_shd.g_old_rec.eat_attribute11

285: ,p_eat_attribute7_o =>ben_eat_shd.g_old_rec.eat_attribute7
286: ,p_eat_attribute8_o =>ben_eat_shd.g_old_rec.eat_attribute8
287: ,p_eat_attribute9_o =>ben_eat_shd.g_old_rec.eat_attribute9
288: ,p_eat_attribute10_o =>ben_eat_shd.g_old_rec.eat_attribute10
289: ,p_eat_attribute11_o =>ben_eat_shd.g_old_rec.eat_attribute11
290: ,p_eat_attribute12_o =>ben_eat_shd.g_old_rec.eat_attribute12
291: ,p_eat_attribute13_o =>ben_eat_shd.g_old_rec.eat_attribute13
292: ,p_eat_attribute14_o =>ben_eat_shd.g_old_rec.eat_attribute14
293: ,p_eat_attribute15_o =>ben_eat_shd.g_old_rec.eat_attribute15

Line 290: ,p_eat_attribute12_o =>ben_eat_shd.g_old_rec.eat_attribute12

286: ,p_eat_attribute8_o =>ben_eat_shd.g_old_rec.eat_attribute8
287: ,p_eat_attribute9_o =>ben_eat_shd.g_old_rec.eat_attribute9
288: ,p_eat_attribute10_o =>ben_eat_shd.g_old_rec.eat_attribute10
289: ,p_eat_attribute11_o =>ben_eat_shd.g_old_rec.eat_attribute11
290: ,p_eat_attribute12_o =>ben_eat_shd.g_old_rec.eat_attribute12
291: ,p_eat_attribute13_o =>ben_eat_shd.g_old_rec.eat_attribute13
292: ,p_eat_attribute14_o =>ben_eat_shd.g_old_rec.eat_attribute14
293: ,p_eat_attribute15_o =>ben_eat_shd.g_old_rec.eat_attribute15
294: ,p_eat_attribute16_o =>ben_eat_shd.g_old_rec.eat_attribute16

Line 291: ,p_eat_attribute13_o =>ben_eat_shd.g_old_rec.eat_attribute13

287: ,p_eat_attribute9_o =>ben_eat_shd.g_old_rec.eat_attribute9
288: ,p_eat_attribute10_o =>ben_eat_shd.g_old_rec.eat_attribute10
289: ,p_eat_attribute11_o =>ben_eat_shd.g_old_rec.eat_attribute11
290: ,p_eat_attribute12_o =>ben_eat_shd.g_old_rec.eat_attribute12
291: ,p_eat_attribute13_o =>ben_eat_shd.g_old_rec.eat_attribute13
292: ,p_eat_attribute14_o =>ben_eat_shd.g_old_rec.eat_attribute14
293: ,p_eat_attribute15_o =>ben_eat_shd.g_old_rec.eat_attribute15
294: ,p_eat_attribute16_o =>ben_eat_shd.g_old_rec.eat_attribute16
295: ,p_eat_attribute17_o =>ben_eat_shd.g_old_rec.eat_attribute17

Line 292: ,p_eat_attribute14_o =>ben_eat_shd.g_old_rec.eat_attribute14

288: ,p_eat_attribute10_o =>ben_eat_shd.g_old_rec.eat_attribute10
289: ,p_eat_attribute11_o =>ben_eat_shd.g_old_rec.eat_attribute11
290: ,p_eat_attribute12_o =>ben_eat_shd.g_old_rec.eat_attribute12
291: ,p_eat_attribute13_o =>ben_eat_shd.g_old_rec.eat_attribute13
292: ,p_eat_attribute14_o =>ben_eat_shd.g_old_rec.eat_attribute14
293: ,p_eat_attribute15_o =>ben_eat_shd.g_old_rec.eat_attribute15
294: ,p_eat_attribute16_o =>ben_eat_shd.g_old_rec.eat_attribute16
295: ,p_eat_attribute17_o =>ben_eat_shd.g_old_rec.eat_attribute17
296: ,p_eat_attribute18_o =>ben_eat_shd.g_old_rec.eat_attribute18

Line 293: ,p_eat_attribute15_o =>ben_eat_shd.g_old_rec.eat_attribute15

289: ,p_eat_attribute11_o =>ben_eat_shd.g_old_rec.eat_attribute11
290: ,p_eat_attribute12_o =>ben_eat_shd.g_old_rec.eat_attribute12
291: ,p_eat_attribute13_o =>ben_eat_shd.g_old_rec.eat_attribute13
292: ,p_eat_attribute14_o =>ben_eat_shd.g_old_rec.eat_attribute14
293: ,p_eat_attribute15_o =>ben_eat_shd.g_old_rec.eat_attribute15
294: ,p_eat_attribute16_o =>ben_eat_shd.g_old_rec.eat_attribute16
295: ,p_eat_attribute17_o =>ben_eat_shd.g_old_rec.eat_attribute17
296: ,p_eat_attribute18_o =>ben_eat_shd.g_old_rec.eat_attribute18
297: ,p_eat_attribute19_o =>ben_eat_shd.g_old_rec.eat_attribute19

Line 294: ,p_eat_attribute16_o =>ben_eat_shd.g_old_rec.eat_attribute16

290: ,p_eat_attribute12_o =>ben_eat_shd.g_old_rec.eat_attribute12
291: ,p_eat_attribute13_o =>ben_eat_shd.g_old_rec.eat_attribute13
292: ,p_eat_attribute14_o =>ben_eat_shd.g_old_rec.eat_attribute14
293: ,p_eat_attribute15_o =>ben_eat_shd.g_old_rec.eat_attribute15
294: ,p_eat_attribute16_o =>ben_eat_shd.g_old_rec.eat_attribute16
295: ,p_eat_attribute17_o =>ben_eat_shd.g_old_rec.eat_attribute17
296: ,p_eat_attribute18_o =>ben_eat_shd.g_old_rec.eat_attribute18
297: ,p_eat_attribute19_o =>ben_eat_shd.g_old_rec.eat_attribute19
298: ,p_eat_attribute20_o =>ben_eat_shd.g_old_rec.eat_attribute20

Line 295: ,p_eat_attribute17_o =>ben_eat_shd.g_old_rec.eat_attribute17

291: ,p_eat_attribute13_o =>ben_eat_shd.g_old_rec.eat_attribute13
292: ,p_eat_attribute14_o =>ben_eat_shd.g_old_rec.eat_attribute14
293: ,p_eat_attribute15_o =>ben_eat_shd.g_old_rec.eat_attribute15
294: ,p_eat_attribute16_o =>ben_eat_shd.g_old_rec.eat_attribute16
295: ,p_eat_attribute17_o =>ben_eat_shd.g_old_rec.eat_attribute17
296: ,p_eat_attribute18_o =>ben_eat_shd.g_old_rec.eat_attribute18
297: ,p_eat_attribute19_o =>ben_eat_shd.g_old_rec.eat_attribute19
298: ,p_eat_attribute20_o =>ben_eat_shd.g_old_rec.eat_attribute20
299: ,p_eat_attribute21_o =>ben_eat_shd.g_old_rec.eat_attribute21

Line 296: ,p_eat_attribute18_o =>ben_eat_shd.g_old_rec.eat_attribute18

292: ,p_eat_attribute14_o =>ben_eat_shd.g_old_rec.eat_attribute14
293: ,p_eat_attribute15_o =>ben_eat_shd.g_old_rec.eat_attribute15
294: ,p_eat_attribute16_o =>ben_eat_shd.g_old_rec.eat_attribute16
295: ,p_eat_attribute17_o =>ben_eat_shd.g_old_rec.eat_attribute17
296: ,p_eat_attribute18_o =>ben_eat_shd.g_old_rec.eat_attribute18
297: ,p_eat_attribute19_o =>ben_eat_shd.g_old_rec.eat_attribute19
298: ,p_eat_attribute20_o =>ben_eat_shd.g_old_rec.eat_attribute20
299: ,p_eat_attribute21_o =>ben_eat_shd.g_old_rec.eat_attribute21
300: ,p_eat_attribute22_o =>ben_eat_shd.g_old_rec.eat_attribute22

Line 297: ,p_eat_attribute19_o =>ben_eat_shd.g_old_rec.eat_attribute19

293: ,p_eat_attribute15_o =>ben_eat_shd.g_old_rec.eat_attribute15
294: ,p_eat_attribute16_o =>ben_eat_shd.g_old_rec.eat_attribute16
295: ,p_eat_attribute17_o =>ben_eat_shd.g_old_rec.eat_attribute17
296: ,p_eat_attribute18_o =>ben_eat_shd.g_old_rec.eat_attribute18
297: ,p_eat_attribute19_o =>ben_eat_shd.g_old_rec.eat_attribute19
298: ,p_eat_attribute20_o =>ben_eat_shd.g_old_rec.eat_attribute20
299: ,p_eat_attribute21_o =>ben_eat_shd.g_old_rec.eat_attribute21
300: ,p_eat_attribute22_o =>ben_eat_shd.g_old_rec.eat_attribute22
301: ,p_eat_attribute23_o =>ben_eat_shd.g_old_rec.eat_attribute23

Line 298: ,p_eat_attribute20_o =>ben_eat_shd.g_old_rec.eat_attribute20

294: ,p_eat_attribute16_o =>ben_eat_shd.g_old_rec.eat_attribute16
295: ,p_eat_attribute17_o =>ben_eat_shd.g_old_rec.eat_attribute17
296: ,p_eat_attribute18_o =>ben_eat_shd.g_old_rec.eat_attribute18
297: ,p_eat_attribute19_o =>ben_eat_shd.g_old_rec.eat_attribute19
298: ,p_eat_attribute20_o =>ben_eat_shd.g_old_rec.eat_attribute20
299: ,p_eat_attribute21_o =>ben_eat_shd.g_old_rec.eat_attribute21
300: ,p_eat_attribute22_o =>ben_eat_shd.g_old_rec.eat_attribute22
301: ,p_eat_attribute23_o =>ben_eat_shd.g_old_rec.eat_attribute23
302: ,p_eat_attribute24_o =>ben_eat_shd.g_old_rec.eat_attribute24

Line 299: ,p_eat_attribute21_o =>ben_eat_shd.g_old_rec.eat_attribute21

295: ,p_eat_attribute17_o =>ben_eat_shd.g_old_rec.eat_attribute17
296: ,p_eat_attribute18_o =>ben_eat_shd.g_old_rec.eat_attribute18
297: ,p_eat_attribute19_o =>ben_eat_shd.g_old_rec.eat_attribute19
298: ,p_eat_attribute20_o =>ben_eat_shd.g_old_rec.eat_attribute20
299: ,p_eat_attribute21_o =>ben_eat_shd.g_old_rec.eat_attribute21
300: ,p_eat_attribute22_o =>ben_eat_shd.g_old_rec.eat_attribute22
301: ,p_eat_attribute23_o =>ben_eat_shd.g_old_rec.eat_attribute23
302: ,p_eat_attribute24_o =>ben_eat_shd.g_old_rec.eat_attribute24
303: ,p_eat_attribute25_o =>ben_eat_shd.g_old_rec.eat_attribute25

Line 300: ,p_eat_attribute22_o =>ben_eat_shd.g_old_rec.eat_attribute22

296: ,p_eat_attribute18_o =>ben_eat_shd.g_old_rec.eat_attribute18
297: ,p_eat_attribute19_o =>ben_eat_shd.g_old_rec.eat_attribute19
298: ,p_eat_attribute20_o =>ben_eat_shd.g_old_rec.eat_attribute20
299: ,p_eat_attribute21_o =>ben_eat_shd.g_old_rec.eat_attribute21
300: ,p_eat_attribute22_o =>ben_eat_shd.g_old_rec.eat_attribute22
301: ,p_eat_attribute23_o =>ben_eat_shd.g_old_rec.eat_attribute23
302: ,p_eat_attribute24_o =>ben_eat_shd.g_old_rec.eat_attribute24
303: ,p_eat_attribute25_o =>ben_eat_shd.g_old_rec.eat_attribute25
304: ,p_eat_attribute26_o =>ben_eat_shd.g_old_rec.eat_attribute26

Line 301: ,p_eat_attribute23_o =>ben_eat_shd.g_old_rec.eat_attribute23

297: ,p_eat_attribute19_o =>ben_eat_shd.g_old_rec.eat_attribute19
298: ,p_eat_attribute20_o =>ben_eat_shd.g_old_rec.eat_attribute20
299: ,p_eat_attribute21_o =>ben_eat_shd.g_old_rec.eat_attribute21
300: ,p_eat_attribute22_o =>ben_eat_shd.g_old_rec.eat_attribute22
301: ,p_eat_attribute23_o =>ben_eat_shd.g_old_rec.eat_attribute23
302: ,p_eat_attribute24_o =>ben_eat_shd.g_old_rec.eat_attribute24
303: ,p_eat_attribute25_o =>ben_eat_shd.g_old_rec.eat_attribute25
304: ,p_eat_attribute26_o =>ben_eat_shd.g_old_rec.eat_attribute26
305: ,p_eat_attribute27_o =>ben_eat_shd.g_old_rec.eat_attribute27

Line 302: ,p_eat_attribute24_o =>ben_eat_shd.g_old_rec.eat_attribute24

298: ,p_eat_attribute20_o =>ben_eat_shd.g_old_rec.eat_attribute20
299: ,p_eat_attribute21_o =>ben_eat_shd.g_old_rec.eat_attribute21
300: ,p_eat_attribute22_o =>ben_eat_shd.g_old_rec.eat_attribute22
301: ,p_eat_attribute23_o =>ben_eat_shd.g_old_rec.eat_attribute23
302: ,p_eat_attribute24_o =>ben_eat_shd.g_old_rec.eat_attribute24
303: ,p_eat_attribute25_o =>ben_eat_shd.g_old_rec.eat_attribute25
304: ,p_eat_attribute26_o =>ben_eat_shd.g_old_rec.eat_attribute26
305: ,p_eat_attribute27_o =>ben_eat_shd.g_old_rec.eat_attribute27
306: ,p_eat_attribute28_o =>ben_eat_shd.g_old_rec.eat_attribute28

Line 303: ,p_eat_attribute25_o =>ben_eat_shd.g_old_rec.eat_attribute25

299: ,p_eat_attribute21_o =>ben_eat_shd.g_old_rec.eat_attribute21
300: ,p_eat_attribute22_o =>ben_eat_shd.g_old_rec.eat_attribute22
301: ,p_eat_attribute23_o =>ben_eat_shd.g_old_rec.eat_attribute23
302: ,p_eat_attribute24_o =>ben_eat_shd.g_old_rec.eat_attribute24
303: ,p_eat_attribute25_o =>ben_eat_shd.g_old_rec.eat_attribute25
304: ,p_eat_attribute26_o =>ben_eat_shd.g_old_rec.eat_attribute26
305: ,p_eat_attribute27_o =>ben_eat_shd.g_old_rec.eat_attribute27
306: ,p_eat_attribute28_o =>ben_eat_shd.g_old_rec.eat_attribute28
307: ,p_eat_attribute29_o =>ben_eat_shd.g_old_rec.eat_attribute29

Line 304: ,p_eat_attribute26_o =>ben_eat_shd.g_old_rec.eat_attribute26

300: ,p_eat_attribute22_o =>ben_eat_shd.g_old_rec.eat_attribute22
301: ,p_eat_attribute23_o =>ben_eat_shd.g_old_rec.eat_attribute23
302: ,p_eat_attribute24_o =>ben_eat_shd.g_old_rec.eat_attribute24
303: ,p_eat_attribute25_o =>ben_eat_shd.g_old_rec.eat_attribute25
304: ,p_eat_attribute26_o =>ben_eat_shd.g_old_rec.eat_attribute26
305: ,p_eat_attribute27_o =>ben_eat_shd.g_old_rec.eat_attribute27
306: ,p_eat_attribute28_o =>ben_eat_shd.g_old_rec.eat_attribute28
307: ,p_eat_attribute29_o =>ben_eat_shd.g_old_rec.eat_attribute29
308: ,p_eat_attribute30_o =>ben_eat_shd.g_old_rec.eat_attribute30

Line 305: ,p_eat_attribute27_o =>ben_eat_shd.g_old_rec.eat_attribute27

301: ,p_eat_attribute23_o =>ben_eat_shd.g_old_rec.eat_attribute23
302: ,p_eat_attribute24_o =>ben_eat_shd.g_old_rec.eat_attribute24
303: ,p_eat_attribute25_o =>ben_eat_shd.g_old_rec.eat_attribute25
304: ,p_eat_attribute26_o =>ben_eat_shd.g_old_rec.eat_attribute26
305: ,p_eat_attribute27_o =>ben_eat_shd.g_old_rec.eat_attribute27
306: ,p_eat_attribute28_o =>ben_eat_shd.g_old_rec.eat_attribute28
307: ,p_eat_attribute29_o =>ben_eat_shd.g_old_rec.eat_attribute29
308: ,p_eat_attribute30_o =>ben_eat_shd.g_old_rec.eat_attribute30
309: ,p_object_version_number_o =>ben_eat_shd.g_old_rec.object_version_number

Line 306: ,p_eat_attribute28_o =>ben_eat_shd.g_old_rec.eat_attribute28

302: ,p_eat_attribute24_o =>ben_eat_shd.g_old_rec.eat_attribute24
303: ,p_eat_attribute25_o =>ben_eat_shd.g_old_rec.eat_attribute25
304: ,p_eat_attribute26_o =>ben_eat_shd.g_old_rec.eat_attribute26
305: ,p_eat_attribute27_o =>ben_eat_shd.g_old_rec.eat_attribute27
306: ,p_eat_attribute28_o =>ben_eat_shd.g_old_rec.eat_attribute28
307: ,p_eat_attribute29_o =>ben_eat_shd.g_old_rec.eat_attribute29
308: ,p_eat_attribute30_o =>ben_eat_shd.g_old_rec.eat_attribute30
309: ,p_object_version_number_o =>ben_eat_shd.g_old_rec.object_version_number
310: );

Line 307: ,p_eat_attribute29_o =>ben_eat_shd.g_old_rec.eat_attribute29

303: ,p_eat_attribute25_o =>ben_eat_shd.g_old_rec.eat_attribute25
304: ,p_eat_attribute26_o =>ben_eat_shd.g_old_rec.eat_attribute26
305: ,p_eat_attribute27_o =>ben_eat_shd.g_old_rec.eat_attribute27
306: ,p_eat_attribute28_o =>ben_eat_shd.g_old_rec.eat_attribute28
307: ,p_eat_attribute29_o =>ben_eat_shd.g_old_rec.eat_attribute29
308: ,p_eat_attribute30_o =>ben_eat_shd.g_old_rec.eat_attribute30
309: ,p_object_version_number_o =>ben_eat_shd.g_old_rec.object_version_number
310: );
311: --

Line 308: ,p_eat_attribute30_o =>ben_eat_shd.g_old_rec.eat_attribute30

304: ,p_eat_attribute26_o =>ben_eat_shd.g_old_rec.eat_attribute26
305: ,p_eat_attribute27_o =>ben_eat_shd.g_old_rec.eat_attribute27
306: ,p_eat_attribute28_o =>ben_eat_shd.g_old_rec.eat_attribute28
307: ,p_eat_attribute29_o =>ben_eat_shd.g_old_rec.eat_attribute29
308: ,p_eat_attribute30_o =>ben_eat_shd.g_old_rec.eat_attribute30
309: ,p_object_version_number_o =>ben_eat_shd.g_old_rec.object_version_number
310: );
311: --
312: exception

Line 309: ,p_object_version_number_o =>ben_eat_shd.g_old_rec.object_version_number

305: ,p_eat_attribute27_o =>ben_eat_shd.g_old_rec.eat_attribute27
306: ,p_eat_attribute28_o =>ben_eat_shd.g_old_rec.eat_attribute28
307: ,p_eat_attribute29_o =>ben_eat_shd.g_old_rec.eat_attribute29
308: ,p_eat_attribute30_o =>ben_eat_shd.g_old_rec.eat_attribute30
309: ,p_object_version_number_o =>ben_eat_shd.g_old_rec.object_version_number
310: );
311: --
312: exception
313: --

Line 371: Procedure convert_defs(p_rec in out nocopy ben_eat_shd.g_rec_type) is

367: -- Internal Row Handler Use Only.
368: --
369: -- {End Of Comments}
370: -- ----------------------------------------------------------------------------
371: Procedure convert_defs(p_rec in out nocopy ben_eat_shd.g_rec_type) is
372: --
373: l_proc varchar2(72) := g_package||'convert_defs';
374: --
375: Begin

Line 386: ben_eat_shd.g_old_rec.business_group_id;

382: -- is being used then we must set to the 'current' argument value.
383: --
384: If (p_rec.business_group_id = hr_api.g_number) then
385: p_rec.business_group_id :=
386: ben_eat_shd.g_old_rec.business_group_id;
387: End If;
388: If (p_rec.type_cd = hr_api.g_varchar2) then
389: p_rec.type_cd :=
390: ben_eat_shd.g_old_rec.type_cd;

Line 390: ben_eat_shd.g_old_rec.type_cd;

386: ben_eat_shd.g_old_rec.business_group_id;
387: End If;
388: If (p_rec.type_cd = hr_api.g_varchar2) then
389: p_rec.type_cd :=
390: ben_eat_shd.g_old_rec.type_cd;
391: End If;
392: If (p_rec.name = hr_api.g_varchar2) then
393: p_rec.name :=
394: ben_eat_shd.g_old_rec.name;

Line 394: ben_eat_shd.g_old_rec.name;

390: ben_eat_shd.g_old_rec.type_cd;
391: End If;
392: If (p_rec.name = hr_api.g_varchar2) then
393: p_rec.name :=
394: ben_eat_shd.g_old_rec.name;
395: End If;
396: If (p_rec.description = hr_api.g_varchar2) then
397: p_rec.description :=
398: ben_eat_shd.g_old_rec.description;

Line 398: ben_eat_shd.g_old_rec.description;

394: ben_eat_shd.g_old_rec.name;
395: End If;
396: If (p_rec.description = hr_api.g_varchar2) then
397: p_rec.description :=
398: ben_eat_shd.g_old_rec.description;
399: End If;
400: If (p_rec.eat_attribute_category = hr_api.g_varchar2) then
401: p_rec.eat_attribute_category :=
402: ben_eat_shd.g_old_rec.eat_attribute_category;

Line 402: ben_eat_shd.g_old_rec.eat_attribute_category;

398: ben_eat_shd.g_old_rec.description;
399: End If;
400: If (p_rec.eat_attribute_category = hr_api.g_varchar2) then
401: p_rec.eat_attribute_category :=
402: ben_eat_shd.g_old_rec.eat_attribute_category;
403: End If;
404: If (p_rec.eat_attribute1 = hr_api.g_varchar2) then
405: p_rec.eat_attribute1 :=
406: ben_eat_shd.g_old_rec.eat_attribute1;

Line 406: ben_eat_shd.g_old_rec.eat_attribute1;

402: ben_eat_shd.g_old_rec.eat_attribute_category;
403: End If;
404: If (p_rec.eat_attribute1 = hr_api.g_varchar2) then
405: p_rec.eat_attribute1 :=
406: ben_eat_shd.g_old_rec.eat_attribute1;
407: End If;
408: If (p_rec.eat_attribute2 = hr_api.g_varchar2) then
409: p_rec.eat_attribute2 :=
410: ben_eat_shd.g_old_rec.eat_attribute2;

Line 410: ben_eat_shd.g_old_rec.eat_attribute2;

406: ben_eat_shd.g_old_rec.eat_attribute1;
407: End If;
408: If (p_rec.eat_attribute2 = hr_api.g_varchar2) then
409: p_rec.eat_attribute2 :=
410: ben_eat_shd.g_old_rec.eat_attribute2;
411: End If;
412: If (p_rec.eat_attribute3 = hr_api.g_varchar2) then
413: p_rec.eat_attribute3 :=
414: ben_eat_shd.g_old_rec.eat_attribute3;

Line 414: ben_eat_shd.g_old_rec.eat_attribute3;

410: ben_eat_shd.g_old_rec.eat_attribute2;
411: End If;
412: If (p_rec.eat_attribute3 = hr_api.g_varchar2) then
413: p_rec.eat_attribute3 :=
414: ben_eat_shd.g_old_rec.eat_attribute3;
415: End If;
416: If (p_rec.eat_attribute4 = hr_api.g_varchar2) then
417: p_rec.eat_attribute4 :=
418: ben_eat_shd.g_old_rec.eat_attribute4;

Line 418: ben_eat_shd.g_old_rec.eat_attribute4;

414: ben_eat_shd.g_old_rec.eat_attribute3;
415: End If;
416: If (p_rec.eat_attribute4 = hr_api.g_varchar2) then
417: p_rec.eat_attribute4 :=
418: ben_eat_shd.g_old_rec.eat_attribute4;
419: End If;
420: If (p_rec.eat_attribute5 = hr_api.g_varchar2) then
421: p_rec.eat_attribute5 :=
422: ben_eat_shd.g_old_rec.eat_attribute5;

Line 422: ben_eat_shd.g_old_rec.eat_attribute5;

418: ben_eat_shd.g_old_rec.eat_attribute4;
419: End If;
420: If (p_rec.eat_attribute5 = hr_api.g_varchar2) then
421: p_rec.eat_attribute5 :=
422: ben_eat_shd.g_old_rec.eat_attribute5;
423: End If;
424: If (p_rec.eat_attribute6 = hr_api.g_varchar2) then
425: p_rec.eat_attribute6 :=
426: ben_eat_shd.g_old_rec.eat_attribute6;

Line 426: ben_eat_shd.g_old_rec.eat_attribute6;

422: ben_eat_shd.g_old_rec.eat_attribute5;
423: End If;
424: If (p_rec.eat_attribute6 = hr_api.g_varchar2) then
425: p_rec.eat_attribute6 :=
426: ben_eat_shd.g_old_rec.eat_attribute6;
427: End If;
428: If (p_rec.eat_attribute7 = hr_api.g_varchar2) then
429: p_rec.eat_attribute7 :=
430: ben_eat_shd.g_old_rec.eat_attribute7;

Line 430: ben_eat_shd.g_old_rec.eat_attribute7;

426: ben_eat_shd.g_old_rec.eat_attribute6;
427: End If;
428: If (p_rec.eat_attribute7 = hr_api.g_varchar2) then
429: p_rec.eat_attribute7 :=
430: ben_eat_shd.g_old_rec.eat_attribute7;
431: End If;
432: If (p_rec.eat_attribute8 = hr_api.g_varchar2) then
433: p_rec.eat_attribute8 :=
434: ben_eat_shd.g_old_rec.eat_attribute8;

Line 434: ben_eat_shd.g_old_rec.eat_attribute8;

430: ben_eat_shd.g_old_rec.eat_attribute7;
431: End If;
432: If (p_rec.eat_attribute8 = hr_api.g_varchar2) then
433: p_rec.eat_attribute8 :=
434: ben_eat_shd.g_old_rec.eat_attribute8;
435: End If;
436: If (p_rec.eat_attribute9 = hr_api.g_varchar2) then
437: p_rec.eat_attribute9 :=
438: ben_eat_shd.g_old_rec.eat_attribute9;

Line 438: ben_eat_shd.g_old_rec.eat_attribute9;

434: ben_eat_shd.g_old_rec.eat_attribute8;
435: End If;
436: If (p_rec.eat_attribute9 = hr_api.g_varchar2) then
437: p_rec.eat_attribute9 :=
438: ben_eat_shd.g_old_rec.eat_attribute9;
439: End If;
440: If (p_rec.eat_attribute10 = hr_api.g_varchar2) then
441: p_rec.eat_attribute10 :=
442: ben_eat_shd.g_old_rec.eat_attribute10;

Line 442: ben_eat_shd.g_old_rec.eat_attribute10;

438: ben_eat_shd.g_old_rec.eat_attribute9;
439: End If;
440: If (p_rec.eat_attribute10 = hr_api.g_varchar2) then
441: p_rec.eat_attribute10 :=
442: ben_eat_shd.g_old_rec.eat_attribute10;
443: End If;
444: If (p_rec.eat_attribute11 = hr_api.g_varchar2) then
445: p_rec.eat_attribute11 :=
446: ben_eat_shd.g_old_rec.eat_attribute11;

Line 446: ben_eat_shd.g_old_rec.eat_attribute11;

442: ben_eat_shd.g_old_rec.eat_attribute10;
443: End If;
444: If (p_rec.eat_attribute11 = hr_api.g_varchar2) then
445: p_rec.eat_attribute11 :=
446: ben_eat_shd.g_old_rec.eat_attribute11;
447: End If;
448: If (p_rec.eat_attribute12 = hr_api.g_varchar2) then
449: p_rec.eat_attribute12 :=
450: ben_eat_shd.g_old_rec.eat_attribute12;

Line 450: ben_eat_shd.g_old_rec.eat_attribute12;

446: ben_eat_shd.g_old_rec.eat_attribute11;
447: End If;
448: If (p_rec.eat_attribute12 = hr_api.g_varchar2) then
449: p_rec.eat_attribute12 :=
450: ben_eat_shd.g_old_rec.eat_attribute12;
451: End If;
452: If (p_rec.eat_attribute13 = hr_api.g_varchar2) then
453: p_rec.eat_attribute13 :=
454: ben_eat_shd.g_old_rec.eat_attribute13;

Line 454: ben_eat_shd.g_old_rec.eat_attribute13;

450: ben_eat_shd.g_old_rec.eat_attribute12;
451: End If;
452: If (p_rec.eat_attribute13 = hr_api.g_varchar2) then
453: p_rec.eat_attribute13 :=
454: ben_eat_shd.g_old_rec.eat_attribute13;
455: End If;
456: If (p_rec.eat_attribute14 = hr_api.g_varchar2) then
457: p_rec.eat_attribute14 :=
458: ben_eat_shd.g_old_rec.eat_attribute14;

Line 458: ben_eat_shd.g_old_rec.eat_attribute14;

454: ben_eat_shd.g_old_rec.eat_attribute13;
455: End If;
456: If (p_rec.eat_attribute14 = hr_api.g_varchar2) then
457: p_rec.eat_attribute14 :=
458: ben_eat_shd.g_old_rec.eat_attribute14;
459: End If;
460: If (p_rec.eat_attribute15 = hr_api.g_varchar2) then
461: p_rec.eat_attribute15 :=
462: ben_eat_shd.g_old_rec.eat_attribute15;

Line 462: ben_eat_shd.g_old_rec.eat_attribute15;

458: ben_eat_shd.g_old_rec.eat_attribute14;
459: End If;
460: If (p_rec.eat_attribute15 = hr_api.g_varchar2) then
461: p_rec.eat_attribute15 :=
462: ben_eat_shd.g_old_rec.eat_attribute15;
463: End If;
464: If (p_rec.eat_attribute16 = hr_api.g_varchar2) then
465: p_rec.eat_attribute16 :=
466: ben_eat_shd.g_old_rec.eat_attribute16;

Line 466: ben_eat_shd.g_old_rec.eat_attribute16;

462: ben_eat_shd.g_old_rec.eat_attribute15;
463: End If;
464: If (p_rec.eat_attribute16 = hr_api.g_varchar2) then
465: p_rec.eat_attribute16 :=
466: ben_eat_shd.g_old_rec.eat_attribute16;
467: End If;
468: If (p_rec.eat_attribute17 = hr_api.g_varchar2) then
469: p_rec.eat_attribute17 :=
470: ben_eat_shd.g_old_rec.eat_attribute17;

Line 470: ben_eat_shd.g_old_rec.eat_attribute17;

466: ben_eat_shd.g_old_rec.eat_attribute16;
467: End If;
468: If (p_rec.eat_attribute17 = hr_api.g_varchar2) then
469: p_rec.eat_attribute17 :=
470: ben_eat_shd.g_old_rec.eat_attribute17;
471: End If;
472: If (p_rec.eat_attribute18 = hr_api.g_varchar2) then
473: p_rec.eat_attribute18 :=
474: ben_eat_shd.g_old_rec.eat_attribute18;

Line 474: ben_eat_shd.g_old_rec.eat_attribute18;

470: ben_eat_shd.g_old_rec.eat_attribute17;
471: End If;
472: If (p_rec.eat_attribute18 = hr_api.g_varchar2) then
473: p_rec.eat_attribute18 :=
474: ben_eat_shd.g_old_rec.eat_attribute18;
475: End If;
476: If (p_rec.eat_attribute19 = hr_api.g_varchar2) then
477: p_rec.eat_attribute19 :=
478: ben_eat_shd.g_old_rec.eat_attribute19;

Line 478: ben_eat_shd.g_old_rec.eat_attribute19;

474: ben_eat_shd.g_old_rec.eat_attribute18;
475: End If;
476: If (p_rec.eat_attribute19 = hr_api.g_varchar2) then
477: p_rec.eat_attribute19 :=
478: ben_eat_shd.g_old_rec.eat_attribute19;
479: End If;
480: If (p_rec.eat_attribute20 = hr_api.g_varchar2) then
481: p_rec.eat_attribute20 :=
482: ben_eat_shd.g_old_rec.eat_attribute20;

Line 482: ben_eat_shd.g_old_rec.eat_attribute20;

478: ben_eat_shd.g_old_rec.eat_attribute19;
479: End If;
480: If (p_rec.eat_attribute20 = hr_api.g_varchar2) then
481: p_rec.eat_attribute20 :=
482: ben_eat_shd.g_old_rec.eat_attribute20;
483: End If;
484: If (p_rec.eat_attribute21 = hr_api.g_varchar2) then
485: p_rec.eat_attribute21 :=
486: ben_eat_shd.g_old_rec.eat_attribute21;

Line 486: ben_eat_shd.g_old_rec.eat_attribute21;

482: ben_eat_shd.g_old_rec.eat_attribute20;
483: End If;
484: If (p_rec.eat_attribute21 = hr_api.g_varchar2) then
485: p_rec.eat_attribute21 :=
486: ben_eat_shd.g_old_rec.eat_attribute21;
487: End If;
488: If (p_rec.eat_attribute22 = hr_api.g_varchar2) then
489: p_rec.eat_attribute22 :=
490: ben_eat_shd.g_old_rec.eat_attribute22;

Line 490: ben_eat_shd.g_old_rec.eat_attribute22;

486: ben_eat_shd.g_old_rec.eat_attribute21;
487: End If;
488: If (p_rec.eat_attribute22 = hr_api.g_varchar2) then
489: p_rec.eat_attribute22 :=
490: ben_eat_shd.g_old_rec.eat_attribute22;
491: End If;
492: If (p_rec.eat_attribute23 = hr_api.g_varchar2) then
493: p_rec.eat_attribute23 :=
494: ben_eat_shd.g_old_rec.eat_attribute23;

Line 494: ben_eat_shd.g_old_rec.eat_attribute23;

490: ben_eat_shd.g_old_rec.eat_attribute22;
491: End If;
492: If (p_rec.eat_attribute23 = hr_api.g_varchar2) then
493: p_rec.eat_attribute23 :=
494: ben_eat_shd.g_old_rec.eat_attribute23;
495: End If;
496: If (p_rec.eat_attribute24 = hr_api.g_varchar2) then
497: p_rec.eat_attribute24 :=
498: ben_eat_shd.g_old_rec.eat_attribute24;

Line 498: ben_eat_shd.g_old_rec.eat_attribute24;

494: ben_eat_shd.g_old_rec.eat_attribute23;
495: End If;
496: If (p_rec.eat_attribute24 = hr_api.g_varchar2) then
497: p_rec.eat_attribute24 :=
498: ben_eat_shd.g_old_rec.eat_attribute24;
499: End If;
500: If (p_rec.eat_attribute25 = hr_api.g_varchar2) then
501: p_rec.eat_attribute25 :=
502: ben_eat_shd.g_old_rec.eat_attribute25;

Line 502: ben_eat_shd.g_old_rec.eat_attribute25;

498: ben_eat_shd.g_old_rec.eat_attribute24;
499: End If;
500: If (p_rec.eat_attribute25 = hr_api.g_varchar2) then
501: p_rec.eat_attribute25 :=
502: ben_eat_shd.g_old_rec.eat_attribute25;
503: End If;
504: If (p_rec.eat_attribute26 = hr_api.g_varchar2) then
505: p_rec.eat_attribute26 :=
506: ben_eat_shd.g_old_rec.eat_attribute26;

Line 506: ben_eat_shd.g_old_rec.eat_attribute26;

502: ben_eat_shd.g_old_rec.eat_attribute25;
503: End If;
504: If (p_rec.eat_attribute26 = hr_api.g_varchar2) then
505: p_rec.eat_attribute26 :=
506: ben_eat_shd.g_old_rec.eat_attribute26;
507: End If;
508: If (p_rec.eat_attribute27 = hr_api.g_varchar2) then
509: p_rec.eat_attribute27 :=
510: ben_eat_shd.g_old_rec.eat_attribute27;

Line 510: ben_eat_shd.g_old_rec.eat_attribute27;

506: ben_eat_shd.g_old_rec.eat_attribute26;
507: End If;
508: If (p_rec.eat_attribute27 = hr_api.g_varchar2) then
509: p_rec.eat_attribute27 :=
510: ben_eat_shd.g_old_rec.eat_attribute27;
511: End If;
512: If (p_rec.eat_attribute28 = hr_api.g_varchar2) then
513: p_rec.eat_attribute28 :=
514: ben_eat_shd.g_old_rec.eat_attribute28;

Line 514: ben_eat_shd.g_old_rec.eat_attribute28;

510: ben_eat_shd.g_old_rec.eat_attribute27;
511: End If;
512: If (p_rec.eat_attribute28 = hr_api.g_varchar2) then
513: p_rec.eat_attribute28 :=
514: ben_eat_shd.g_old_rec.eat_attribute28;
515: End If;
516: If (p_rec.eat_attribute29 = hr_api.g_varchar2) then
517: p_rec.eat_attribute29 :=
518: ben_eat_shd.g_old_rec.eat_attribute29;

Line 518: ben_eat_shd.g_old_rec.eat_attribute29;

514: ben_eat_shd.g_old_rec.eat_attribute28;
515: End If;
516: If (p_rec.eat_attribute29 = hr_api.g_varchar2) then
517: p_rec.eat_attribute29 :=
518: ben_eat_shd.g_old_rec.eat_attribute29;
519: End If;
520: If (p_rec.eat_attribute30 = hr_api.g_varchar2) then
521: p_rec.eat_attribute30 :=
522: ben_eat_shd.g_old_rec.eat_attribute30;

Line 522: ben_eat_shd.g_old_rec.eat_attribute30;

518: ben_eat_shd.g_old_rec.eat_attribute29;
519: End If;
520: If (p_rec.eat_attribute30 = hr_api.g_varchar2) then
521: p_rec.eat_attribute30 :=
522: ben_eat_shd.g_old_rec.eat_attribute30;
523: End If;
524:
525: --
526: hr_utility.set_location(' Leaving:'||l_proc, 10);

Line 536: p_rec in out nocopy ben_eat_shd.g_rec_type

532: -- ----------------------------------------------------------------------------
533: Procedure upd
534: (
535: p_effective_date in date,
536: p_rec in out nocopy ben_eat_shd.g_rec_type
537: ) is
538: --
539: l_proc varchar2(72) := g_package||'upd';
540: --

Line 546: ben_eat_shd.lck

542: hr_utility.set_location('Entering:'||l_proc, 5);
543: --
544: -- We must lock the row which we need to update.
545: --
546: ben_eat_shd.lck
547: (
548: p_rec.actn_typ_id,
549: p_rec.object_version_number
550: );

Line 621: l_rec ben_eat_shd.g_rec_type;

617: p_eat_attribute30 in varchar2 default hr_api.g_varchar2,
618: p_object_version_number in out nocopy number
619: ) is
620: --
621: l_rec ben_eat_shd.g_rec_type;
622: l_proc varchar2(72) := g_package||'upd';
623: --
624: Begin
625: hr_utility.set_location('Entering:'||l_proc, 5);

Line 631: ben_eat_shd.convert_args

627: -- Call conversion function to turn arguments into the
628: -- l_rec structure.
629: --
630: l_rec :=
631: ben_eat_shd.convert_args
632: (
633: p_actn_typ_id,
634: p_business_group_id,
635: p_type_cd,