DBA Data[Home] [Help]

APPS.PER_EQT_DEL dependencies on PER_EQT_SHD

Line 51: Procedure delete_dml(p_rec in per_eqt_shd.g_rec_type) is

47: -- Internal Table Handler Use Only.
48: --
49: -- {End Of Comments}
50: -- ----------------------------------------------------------------------------
51: Procedure delete_dml(p_rec in per_eqt_shd.g_rec_type) is
52: --
53: l_proc varchar2(72) := g_package||'delete_dml';
54: --
55: Begin

Line 58: per_eqt_shd.g_api_dml := true; -- Set the api dml status

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

Line 65: per_eqt_shd.g_api_dml := false; -- Unset the api dml status

61: --
62: delete from per_qualification_types
63: where qualification_type_id = p_rec.qualification_type_id;
64: --
65: per_eqt_shd.g_api_dml := false; -- Unset the api dml status
66: --
67: hr_utility.set_location(' Leaving:'||l_proc, 10);
68: --
69: Exception

Line 72: per_eqt_shd.g_api_dml := false; -- Unset the api dml status

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

Line 73: per_eqt_shd.constraint_error

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

Line 76: per_eqt_shd.g_api_dml := false; -- Unset the api dml status

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

Line 112: Procedure pre_delete(p_rec in per_eqt_shd.g_rec_type) is

108: -- Internal Table Handler Use Only.
109: --
110: -- {End Of Comments}
111: -- ----------------------------------------------------------------------------
112: Procedure pre_delete(p_rec in per_eqt_shd.g_rec_type) is
113: --
114: l_proc varchar2(72) := g_package||'pre_delete';
115: --
116: Begin

Line 157: Procedure post_delete(p_rec in per_eqt_shd.g_rec_type

153: -- ----------------------------------------------------------------------------
154: -- mvankada
155: -- Passed Developer DF columns as arguments to the procedure after_delete
156:
157: Procedure post_delete(p_rec in per_eqt_shd.g_rec_type
158: ) is
159: --
160: l_proc varchar2(72) := g_package||'post_delete';
161: --

Line 169: ,p_object_version_number => per_eqt_shd.g_old_rec.object_version_number

165: -- Start of API User Hook for post_delete.
166: begin
167: per_eqt_rkd.after_delete
168: (p_qualification_type_id => p_rec.qualification_type_id
169: ,p_object_version_number => per_eqt_shd.g_old_rec.object_version_number
170: ,p_name_o => per_eqt_shd.g_old_rec.name
171: ,p_category_o => per_eqt_shd.g_old_rec.category
172: ,p_rank_o => per_eqt_shd.g_old_rec.rank
173: ,p_attribute_category_o => per_eqt_shd.g_old_rec.attribute_category

Line 170: ,p_name_o => per_eqt_shd.g_old_rec.name

166: begin
167: per_eqt_rkd.after_delete
168: (p_qualification_type_id => p_rec.qualification_type_id
169: ,p_object_version_number => per_eqt_shd.g_old_rec.object_version_number
170: ,p_name_o => per_eqt_shd.g_old_rec.name
171: ,p_category_o => per_eqt_shd.g_old_rec.category
172: ,p_rank_o => per_eqt_shd.g_old_rec.rank
173: ,p_attribute_category_o => per_eqt_shd.g_old_rec.attribute_category
174: ,p_attribute1_o => per_eqt_shd.g_old_rec.attribute1

Line 171: ,p_category_o => per_eqt_shd.g_old_rec.category

167: per_eqt_rkd.after_delete
168: (p_qualification_type_id => p_rec.qualification_type_id
169: ,p_object_version_number => per_eqt_shd.g_old_rec.object_version_number
170: ,p_name_o => per_eqt_shd.g_old_rec.name
171: ,p_category_o => per_eqt_shd.g_old_rec.category
172: ,p_rank_o => per_eqt_shd.g_old_rec.rank
173: ,p_attribute_category_o => per_eqt_shd.g_old_rec.attribute_category
174: ,p_attribute1_o => per_eqt_shd.g_old_rec.attribute1
175: ,p_attribute2_o => per_eqt_shd.g_old_rec.attribute2

Line 172: ,p_rank_o => per_eqt_shd.g_old_rec.rank

168: (p_qualification_type_id => p_rec.qualification_type_id
169: ,p_object_version_number => per_eqt_shd.g_old_rec.object_version_number
170: ,p_name_o => per_eqt_shd.g_old_rec.name
171: ,p_category_o => per_eqt_shd.g_old_rec.category
172: ,p_rank_o => per_eqt_shd.g_old_rec.rank
173: ,p_attribute_category_o => per_eqt_shd.g_old_rec.attribute_category
174: ,p_attribute1_o => per_eqt_shd.g_old_rec.attribute1
175: ,p_attribute2_o => per_eqt_shd.g_old_rec.attribute2
176: ,p_attribute3_o => per_eqt_shd.g_old_rec.attribute3

Line 173: ,p_attribute_category_o => per_eqt_shd.g_old_rec.attribute_category

169: ,p_object_version_number => per_eqt_shd.g_old_rec.object_version_number
170: ,p_name_o => per_eqt_shd.g_old_rec.name
171: ,p_category_o => per_eqt_shd.g_old_rec.category
172: ,p_rank_o => per_eqt_shd.g_old_rec.rank
173: ,p_attribute_category_o => per_eqt_shd.g_old_rec.attribute_category
174: ,p_attribute1_o => per_eqt_shd.g_old_rec.attribute1
175: ,p_attribute2_o => per_eqt_shd.g_old_rec.attribute2
176: ,p_attribute3_o => per_eqt_shd.g_old_rec.attribute3
177: ,p_attribute4_o => per_eqt_shd.g_old_rec.attribute4

Line 174: ,p_attribute1_o => per_eqt_shd.g_old_rec.attribute1

170: ,p_name_o => per_eqt_shd.g_old_rec.name
171: ,p_category_o => per_eqt_shd.g_old_rec.category
172: ,p_rank_o => per_eqt_shd.g_old_rec.rank
173: ,p_attribute_category_o => per_eqt_shd.g_old_rec.attribute_category
174: ,p_attribute1_o => per_eqt_shd.g_old_rec.attribute1
175: ,p_attribute2_o => per_eqt_shd.g_old_rec.attribute2
176: ,p_attribute3_o => per_eqt_shd.g_old_rec.attribute3
177: ,p_attribute4_o => per_eqt_shd.g_old_rec.attribute4
178: ,p_attribute5_o => per_eqt_shd.g_old_rec.attribute5

Line 175: ,p_attribute2_o => per_eqt_shd.g_old_rec.attribute2

171: ,p_category_o => per_eqt_shd.g_old_rec.category
172: ,p_rank_o => per_eqt_shd.g_old_rec.rank
173: ,p_attribute_category_o => per_eqt_shd.g_old_rec.attribute_category
174: ,p_attribute1_o => per_eqt_shd.g_old_rec.attribute1
175: ,p_attribute2_o => per_eqt_shd.g_old_rec.attribute2
176: ,p_attribute3_o => per_eqt_shd.g_old_rec.attribute3
177: ,p_attribute4_o => per_eqt_shd.g_old_rec.attribute4
178: ,p_attribute5_o => per_eqt_shd.g_old_rec.attribute5
179: ,p_attribute6_o => per_eqt_shd.g_old_rec.attribute6

Line 176: ,p_attribute3_o => per_eqt_shd.g_old_rec.attribute3

172: ,p_rank_o => per_eqt_shd.g_old_rec.rank
173: ,p_attribute_category_o => per_eqt_shd.g_old_rec.attribute_category
174: ,p_attribute1_o => per_eqt_shd.g_old_rec.attribute1
175: ,p_attribute2_o => per_eqt_shd.g_old_rec.attribute2
176: ,p_attribute3_o => per_eqt_shd.g_old_rec.attribute3
177: ,p_attribute4_o => per_eqt_shd.g_old_rec.attribute4
178: ,p_attribute5_o => per_eqt_shd.g_old_rec.attribute5
179: ,p_attribute6_o => per_eqt_shd.g_old_rec.attribute6
180: ,p_attribute7_o => per_eqt_shd.g_old_rec.attribute7

Line 177: ,p_attribute4_o => per_eqt_shd.g_old_rec.attribute4

173: ,p_attribute_category_o => per_eqt_shd.g_old_rec.attribute_category
174: ,p_attribute1_o => per_eqt_shd.g_old_rec.attribute1
175: ,p_attribute2_o => per_eqt_shd.g_old_rec.attribute2
176: ,p_attribute3_o => per_eqt_shd.g_old_rec.attribute3
177: ,p_attribute4_o => per_eqt_shd.g_old_rec.attribute4
178: ,p_attribute5_o => per_eqt_shd.g_old_rec.attribute5
179: ,p_attribute6_o => per_eqt_shd.g_old_rec.attribute6
180: ,p_attribute7_o => per_eqt_shd.g_old_rec.attribute7
181: ,p_attribute8_o => per_eqt_shd.g_old_rec.attribute8

Line 178: ,p_attribute5_o => per_eqt_shd.g_old_rec.attribute5

174: ,p_attribute1_o => per_eqt_shd.g_old_rec.attribute1
175: ,p_attribute2_o => per_eqt_shd.g_old_rec.attribute2
176: ,p_attribute3_o => per_eqt_shd.g_old_rec.attribute3
177: ,p_attribute4_o => per_eqt_shd.g_old_rec.attribute4
178: ,p_attribute5_o => per_eqt_shd.g_old_rec.attribute5
179: ,p_attribute6_o => per_eqt_shd.g_old_rec.attribute6
180: ,p_attribute7_o => per_eqt_shd.g_old_rec.attribute7
181: ,p_attribute8_o => per_eqt_shd.g_old_rec.attribute8
182: ,p_attribute9_o => per_eqt_shd.g_old_rec.attribute9

Line 179: ,p_attribute6_o => per_eqt_shd.g_old_rec.attribute6

175: ,p_attribute2_o => per_eqt_shd.g_old_rec.attribute2
176: ,p_attribute3_o => per_eqt_shd.g_old_rec.attribute3
177: ,p_attribute4_o => per_eqt_shd.g_old_rec.attribute4
178: ,p_attribute5_o => per_eqt_shd.g_old_rec.attribute5
179: ,p_attribute6_o => per_eqt_shd.g_old_rec.attribute6
180: ,p_attribute7_o => per_eqt_shd.g_old_rec.attribute7
181: ,p_attribute8_o => per_eqt_shd.g_old_rec.attribute8
182: ,p_attribute9_o => per_eqt_shd.g_old_rec.attribute9
183: ,p_attribute10_o => per_eqt_shd.g_old_rec.attribute10

Line 180: ,p_attribute7_o => per_eqt_shd.g_old_rec.attribute7

176: ,p_attribute3_o => per_eqt_shd.g_old_rec.attribute3
177: ,p_attribute4_o => per_eqt_shd.g_old_rec.attribute4
178: ,p_attribute5_o => per_eqt_shd.g_old_rec.attribute5
179: ,p_attribute6_o => per_eqt_shd.g_old_rec.attribute6
180: ,p_attribute7_o => per_eqt_shd.g_old_rec.attribute7
181: ,p_attribute8_o => per_eqt_shd.g_old_rec.attribute8
182: ,p_attribute9_o => per_eqt_shd.g_old_rec.attribute9
183: ,p_attribute10_o => per_eqt_shd.g_old_rec.attribute10
184: ,p_attribute11_o => per_eqt_shd.g_old_rec.attribute11

Line 181: ,p_attribute8_o => per_eqt_shd.g_old_rec.attribute8

177: ,p_attribute4_o => per_eqt_shd.g_old_rec.attribute4
178: ,p_attribute5_o => per_eqt_shd.g_old_rec.attribute5
179: ,p_attribute6_o => per_eqt_shd.g_old_rec.attribute6
180: ,p_attribute7_o => per_eqt_shd.g_old_rec.attribute7
181: ,p_attribute8_o => per_eqt_shd.g_old_rec.attribute8
182: ,p_attribute9_o => per_eqt_shd.g_old_rec.attribute9
183: ,p_attribute10_o => per_eqt_shd.g_old_rec.attribute10
184: ,p_attribute11_o => per_eqt_shd.g_old_rec.attribute11
185: ,p_attribute12_o => per_eqt_shd.g_old_rec.attribute12

Line 182: ,p_attribute9_o => per_eqt_shd.g_old_rec.attribute9

178: ,p_attribute5_o => per_eqt_shd.g_old_rec.attribute5
179: ,p_attribute6_o => per_eqt_shd.g_old_rec.attribute6
180: ,p_attribute7_o => per_eqt_shd.g_old_rec.attribute7
181: ,p_attribute8_o => per_eqt_shd.g_old_rec.attribute8
182: ,p_attribute9_o => per_eqt_shd.g_old_rec.attribute9
183: ,p_attribute10_o => per_eqt_shd.g_old_rec.attribute10
184: ,p_attribute11_o => per_eqt_shd.g_old_rec.attribute11
185: ,p_attribute12_o => per_eqt_shd.g_old_rec.attribute12
186: ,p_attribute13_o => per_eqt_shd.g_old_rec.attribute13

Line 183: ,p_attribute10_o => per_eqt_shd.g_old_rec.attribute10

179: ,p_attribute6_o => per_eqt_shd.g_old_rec.attribute6
180: ,p_attribute7_o => per_eqt_shd.g_old_rec.attribute7
181: ,p_attribute8_o => per_eqt_shd.g_old_rec.attribute8
182: ,p_attribute9_o => per_eqt_shd.g_old_rec.attribute9
183: ,p_attribute10_o => per_eqt_shd.g_old_rec.attribute10
184: ,p_attribute11_o => per_eqt_shd.g_old_rec.attribute11
185: ,p_attribute12_o => per_eqt_shd.g_old_rec.attribute12
186: ,p_attribute13_o => per_eqt_shd.g_old_rec.attribute13
187: ,p_attribute14_o => per_eqt_shd.g_old_rec.attribute14

Line 184: ,p_attribute11_o => per_eqt_shd.g_old_rec.attribute11

180: ,p_attribute7_o => per_eqt_shd.g_old_rec.attribute7
181: ,p_attribute8_o => per_eqt_shd.g_old_rec.attribute8
182: ,p_attribute9_o => per_eqt_shd.g_old_rec.attribute9
183: ,p_attribute10_o => per_eqt_shd.g_old_rec.attribute10
184: ,p_attribute11_o => per_eqt_shd.g_old_rec.attribute11
185: ,p_attribute12_o => per_eqt_shd.g_old_rec.attribute12
186: ,p_attribute13_o => per_eqt_shd.g_old_rec.attribute13
187: ,p_attribute14_o => per_eqt_shd.g_old_rec.attribute14
188: ,p_attribute15_o => per_eqt_shd.g_old_rec.attribute15

Line 185: ,p_attribute12_o => per_eqt_shd.g_old_rec.attribute12

181: ,p_attribute8_o => per_eqt_shd.g_old_rec.attribute8
182: ,p_attribute9_o => per_eqt_shd.g_old_rec.attribute9
183: ,p_attribute10_o => per_eqt_shd.g_old_rec.attribute10
184: ,p_attribute11_o => per_eqt_shd.g_old_rec.attribute11
185: ,p_attribute12_o => per_eqt_shd.g_old_rec.attribute12
186: ,p_attribute13_o => per_eqt_shd.g_old_rec.attribute13
187: ,p_attribute14_o => per_eqt_shd.g_old_rec.attribute14
188: ,p_attribute15_o => per_eqt_shd.g_old_rec.attribute15
189: ,p_attribute16_o => per_eqt_shd.g_old_rec.attribute16

Line 186: ,p_attribute13_o => per_eqt_shd.g_old_rec.attribute13

182: ,p_attribute9_o => per_eqt_shd.g_old_rec.attribute9
183: ,p_attribute10_o => per_eqt_shd.g_old_rec.attribute10
184: ,p_attribute11_o => per_eqt_shd.g_old_rec.attribute11
185: ,p_attribute12_o => per_eqt_shd.g_old_rec.attribute12
186: ,p_attribute13_o => per_eqt_shd.g_old_rec.attribute13
187: ,p_attribute14_o => per_eqt_shd.g_old_rec.attribute14
188: ,p_attribute15_o => per_eqt_shd.g_old_rec.attribute15
189: ,p_attribute16_o => per_eqt_shd.g_old_rec.attribute16
190: ,p_attribute17_o => per_eqt_shd.g_old_rec.attribute17

Line 187: ,p_attribute14_o => per_eqt_shd.g_old_rec.attribute14

183: ,p_attribute10_o => per_eqt_shd.g_old_rec.attribute10
184: ,p_attribute11_o => per_eqt_shd.g_old_rec.attribute11
185: ,p_attribute12_o => per_eqt_shd.g_old_rec.attribute12
186: ,p_attribute13_o => per_eqt_shd.g_old_rec.attribute13
187: ,p_attribute14_o => per_eqt_shd.g_old_rec.attribute14
188: ,p_attribute15_o => per_eqt_shd.g_old_rec.attribute15
189: ,p_attribute16_o => per_eqt_shd.g_old_rec.attribute16
190: ,p_attribute17_o => per_eqt_shd.g_old_rec.attribute17
191: ,p_attribute18_o => per_eqt_shd.g_old_rec.attribute18

Line 188: ,p_attribute15_o => per_eqt_shd.g_old_rec.attribute15

184: ,p_attribute11_o => per_eqt_shd.g_old_rec.attribute11
185: ,p_attribute12_o => per_eqt_shd.g_old_rec.attribute12
186: ,p_attribute13_o => per_eqt_shd.g_old_rec.attribute13
187: ,p_attribute14_o => per_eqt_shd.g_old_rec.attribute14
188: ,p_attribute15_o => per_eqt_shd.g_old_rec.attribute15
189: ,p_attribute16_o => per_eqt_shd.g_old_rec.attribute16
190: ,p_attribute17_o => per_eqt_shd.g_old_rec.attribute17
191: ,p_attribute18_o => per_eqt_shd.g_old_rec.attribute18
192: ,p_attribute19_o => per_eqt_shd.g_old_rec.attribute19

Line 189: ,p_attribute16_o => per_eqt_shd.g_old_rec.attribute16

185: ,p_attribute12_o => per_eqt_shd.g_old_rec.attribute12
186: ,p_attribute13_o => per_eqt_shd.g_old_rec.attribute13
187: ,p_attribute14_o => per_eqt_shd.g_old_rec.attribute14
188: ,p_attribute15_o => per_eqt_shd.g_old_rec.attribute15
189: ,p_attribute16_o => per_eqt_shd.g_old_rec.attribute16
190: ,p_attribute17_o => per_eqt_shd.g_old_rec.attribute17
191: ,p_attribute18_o => per_eqt_shd.g_old_rec.attribute18
192: ,p_attribute19_o => per_eqt_shd.g_old_rec.attribute19
193: ,p_attribute20_o => per_eqt_shd.g_old_rec.attribute20

Line 190: ,p_attribute17_o => per_eqt_shd.g_old_rec.attribute17

186: ,p_attribute13_o => per_eqt_shd.g_old_rec.attribute13
187: ,p_attribute14_o => per_eqt_shd.g_old_rec.attribute14
188: ,p_attribute15_o => per_eqt_shd.g_old_rec.attribute15
189: ,p_attribute16_o => per_eqt_shd.g_old_rec.attribute16
190: ,p_attribute17_o => per_eqt_shd.g_old_rec.attribute17
191: ,p_attribute18_o => per_eqt_shd.g_old_rec.attribute18
192: ,p_attribute19_o => per_eqt_shd.g_old_rec.attribute19
193: ,p_attribute20_o => per_eqt_shd.g_old_rec.attribute20
194: ,p_object_version_number_o => per_eqt_shd.g_old_rec.object_version_number

Line 191: ,p_attribute18_o => per_eqt_shd.g_old_rec.attribute18

187: ,p_attribute14_o => per_eqt_shd.g_old_rec.attribute14
188: ,p_attribute15_o => per_eqt_shd.g_old_rec.attribute15
189: ,p_attribute16_o => per_eqt_shd.g_old_rec.attribute16
190: ,p_attribute17_o => per_eqt_shd.g_old_rec.attribute17
191: ,p_attribute18_o => per_eqt_shd.g_old_rec.attribute18
192: ,p_attribute19_o => per_eqt_shd.g_old_rec.attribute19
193: ,p_attribute20_o => per_eqt_shd.g_old_rec.attribute20
194: ,p_object_version_number_o => per_eqt_shd.g_old_rec.object_version_number
195: ,p_information_category_o => per_eqt_shd.g_old_rec.information_category

Line 192: ,p_attribute19_o => per_eqt_shd.g_old_rec.attribute19

188: ,p_attribute15_o => per_eqt_shd.g_old_rec.attribute15
189: ,p_attribute16_o => per_eqt_shd.g_old_rec.attribute16
190: ,p_attribute17_o => per_eqt_shd.g_old_rec.attribute17
191: ,p_attribute18_o => per_eqt_shd.g_old_rec.attribute18
192: ,p_attribute19_o => per_eqt_shd.g_old_rec.attribute19
193: ,p_attribute20_o => per_eqt_shd.g_old_rec.attribute20
194: ,p_object_version_number_o => per_eqt_shd.g_old_rec.object_version_number
195: ,p_information_category_o => per_eqt_shd.g_old_rec.information_category
196: ,p_information1_o => per_eqt_shd.g_old_rec.information1

Line 193: ,p_attribute20_o => per_eqt_shd.g_old_rec.attribute20

189: ,p_attribute16_o => per_eqt_shd.g_old_rec.attribute16
190: ,p_attribute17_o => per_eqt_shd.g_old_rec.attribute17
191: ,p_attribute18_o => per_eqt_shd.g_old_rec.attribute18
192: ,p_attribute19_o => per_eqt_shd.g_old_rec.attribute19
193: ,p_attribute20_o => per_eqt_shd.g_old_rec.attribute20
194: ,p_object_version_number_o => per_eqt_shd.g_old_rec.object_version_number
195: ,p_information_category_o => per_eqt_shd.g_old_rec.information_category
196: ,p_information1_o => per_eqt_shd.g_old_rec.information1
197: ,p_information2_o => per_eqt_shd.g_old_rec.information2

Line 194: ,p_object_version_number_o => per_eqt_shd.g_old_rec.object_version_number

190: ,p_attribute17_o => per_eqt_shd.g_old_rec.attribute17
191: ,p_attribute18_o => per_eqt_shd.g_old_rec.attribute18
192: ,p_attribute19_o => per_eqt_shd.g_old_rec.attribute19
193: ,p_attribute20_o => per_eqt_shd.g_old_rec.attribute20
194: ,p_object_version_number_o => per_eqt_shd.g_old_rec.object_version_number
195: ,p_information_category_o => per_eqt_shd.g_old_rec.information_category
196: ,p_information1_o => per_eqt_shd.g_old_rec.information1
197: ,p_information2_o => per_eqt_shd.g_old_rec.information2
198: ,p_information3_o => per_eqt_shd.g_old_rec.information3

Line 195: ,p_information_category_o => per_eqt_shd.g_old_rec.information_category

191: ,p_attribute18_o => per_eqt_shd.g_old_rec.attribute18
192: ,p_attribute19_o => per_eqt_shd.g_old_rec.attribute19
193: ,p_attribute20_o => per_eqt_shd.g_old_rec.attribute20
194: ,p_object_version_number_o => per_eqt_shd.g_old_rec.object_version_number
195: ,p_information_category_o => per_eqt_shd.g_old_rec.information_category
196: ,p_information1_o => per_eqt_shd.g_old_rec.information1
197: ,p_information2_o => per_eqt_shd.g_old_rec.information2
198: ,p_information3_o => per_eqt_shd.g_old_rec.information3
199: ,p_information4_o => per_eqt_shd.g_old_rec.information4

Line 196: ,p_information1_o => per_eqt_shd.g_old_rec.information1

192: ,p_attribute19_o => per_eqt_shd.g_old_rec.attribute19
193: ,p_attribute20_o => per_eqt_shd.g_old_rec.attribute20
194: ,p_object_version_number_o => per_eqt_shd.g_old_rec.object_version_number
195: ,p_information_category_o => per_eqt_shd.g_old_rec.information_category
196: ,p_information1_o => per_eqt_shd.g_old_rec.information1
197: ,p_information2_o => per_eqt_shd.g_old_rec.information2
198: ,p_information3_o => per_eqt_shd.g_old_rec.information3
199: ,p_information4_o => per_eqt_shd.g_old_rec.information4
200: ,p_information5_o => per_eqt_shd.g_old_rec.information5

Line 197: ,p_information2_o => per_eqt_shd.g_old_rec.information2

193: ,p_attribute20_o => per_eqt_shd.g_old_rec.attribute20
194: ,p_object_version_number_o => per_eqt_shd.g_old_rec.object_version_number
195: ,p_information_category_o => per_eqt_shd.g_old_rec.information_category
196: ,p_information1_o => per_eqt_shd.g_old_rec.information1
197: ,p_information2_o => per_eqt_shd.g_old_rec.information2
198: ,p_information3_o => per_eqt_shd.g_old_rec.information3
199: ,p_information4_o => per_eqt_shd.g_old_rec.information4
200: ,p_information5_o => per_eqt_shd.g_old_rec.information5
201: ,p_information6_o => per_eqt_shd.g_old_rec.information6

Line 198: ,p_information3_o => per_eqt_shd.g_old_rec.information3

194: ,p_object_version_number_o => per_eqt_shd.g_old_rec.object_version_number
195: ,p_information_category_o => per_eqt_shd.g_old_rec.information_category
196: ,p_information1_o => per_eqt_shd.g_old_rec.information1
197: ,p_information2_o => per_eqt_shd.g_old_rec.information2
198: ,p_information3_o => per_eqt_shd.g_old_rec.information3
199: ,p_information4_o => per_eqt_shd.g_old_rec.information4
200: ,p_information5_o => per_eqt_shd.g_old_rec.information5
201: ,p_information6_o => per_eqt_shd.g_old_rec.information6
202: ,p_information7_o => per_eqt_shd.g_old_rec.information7

Line 199: ,p_information4_o => per_eqt_shd.g_old_rec.information4

195: ,p_information_category_o => per_eqt_shd.g_old_rec.information_category
196: ,p_information1_o => per_eqt_shd.g_old_rec.information1
197: ,p_information2_o => per_eqt_shd.g_old_rec.information2
198: ,p_information3_o => per_eqt_shd.g_old_rec.information3
199: ,p_information4_o => per_eqt_shd.g_old_rec.information4
200: ,p_information5_o => per_eqt_shd.g_old_rec.information5
201: ,p_information6_o => per_eqt_shd.g_old_rec.information6
202: ,p_information7_o => per_eqt_shd.g_old_rec.information7
203: ,p_information8_o => per_eqt_shd.g_old_rec.information8

Line 200: ,p_information5_o => per_eqt_shd.g_old_rec.information5

196: ,p_information1_o => per_eqt_shd.g_old_rec.information1
197: ,p_information2_o => per_eqt_shd.g_old_rec.information2
198: ,p_information3_o => per_eqt_shd.g_old_rec.information3
199: ,p_information4_o => per_eqt_shd.g_old_rec.information4
200: ,p_information5_o => per_eqt_shd.g_old_rec.information5
201: ,p_information6_o => per_eqt_shd.g_old_rec.information6
202: ,p_information7_o => per_eqt_shd.g_old_rec.information7
203: ,p_information8_o => per_eqt_shd.g_old_rec.information8
204: ,p_information9_o => per_eqt_shd.g_old_rec.information9

Line 201: ,p_information6_o => per_eqt_shd.g_old_rec.information6

197: ,p_information2_o => per_eqt_shd.g_old_rec.information2
198: ,p_information3_o => per_eqt_shd.g_old_rec.information3
199: ,p_information4_o => per_eqt_shd.g_old_rec.information4
200: ,p_information5_o => per_eqt_shd.g_old_rec.information5
201: ,p_information6_o => per_eqt_shd.g_old_rec.information6
202: ,p_information7_o => per_eqt_shd.g_old_rec.information7
203: ,p_information8_o => per_eqt_shd.g_old_rec.information8
204: ,p_information9_o => per_eqt_shd.g_old_rec.information9
205: ,p_information10_o => per_eqt_shd.g_old_rec.information10

Line 202: ,p_information7_o => per_eqt_shd.g_old_rec.information7

198: ,p_information3_o => per_eqt_shd.g_old_rec.information3
199: ,p_information4_o => per_eqt_shd.g_old_rec.information4
200: ,p_information5_o => per_eqt_shd.g_old_rec.information5
201: ,p_information6_o => per_eqt_shd.g_old_rec.information6
202: ,p_information7_o => per_eqt_shd.g_old_rec.information7
203: ,p_information8_o => per_eqt_shd.g_old_rec.information8
204: ,p_information9_o => per_eqt_shd.g_old_rec.information9
205: ,p_information10_o => per_eqt_shd.g_old_rec.information10
206: ,p_information11_o => per_eqt_shd.g_old_rec.information11

Line 203: ,p_information8_o => per_eqt_shd.g_old_rec.information8

199: ,p_information4_o => per_eqt_shd.g_old_rec.information4
200: ,p_information5_o => per_eqt_shd.g_old_rec.information5
201: ,p_information6_o => per_eqt_shd.g_old_rec.information6
202: ,p_information7_o => per_eqt_shd.g_old_rec.information7
203: ,p_information8_o => per_eqt_shd.g_old_rec.information8
204: ,p_information9_o => per_eqt_shd.g_old_rec.information9
205: ,p_information10_o => per_eqt_shd.g_old_rec.information10
206: ,p_information11_o => per_eqt_shd.g_old_rec.information11
207: ,p_information12_o => per_eqt_shd.g_old_rec.information12

Line 204: ,p_information9_o => per_eqt_shd.g_old_rec.information9

200: ,p_information5_o => per_eqt_shd.g_old_rec.information5
201: ,p_information6_o => per_eqt_shd.g_old_rec.information6
202: ,p_information7_o => per_eqt_shd.g_old_rec.information7
203: ,p_information8_o => per_eqt_shd.g_old_rec.information8
204: ,p_information9_o => per_eqt_shd.g_old_rec.information9
205: ,p_information10_o => per_eqt_shd.g_old_rec.information10
206: ,p_information11_o => per_eqt_shd.g_old_rec.information11
207: ,p_information12_o => per_eqt_shd.g_old_rec.information12
208: ,p_information13_o => per_eqt_shd.g_old_rec.information13

Line 205: ,p_information10_o => per_eqt_shd.g_old_rec.information10

201: ,p_information6_o => per_eqt_shd.g_old_rec.information6
202: ,p_information7_o => per_eqt_shd.g_old_rec.information7
203: ,p_information8_o => per_eqt_shd.g_old_rec.information8
204: ,p_information9_o => per_eqt_shd.g_old_rec.information9
205: ,p_information10_o => per_eqt_shd.g_old_rec.information10
206: ,p_information11_o => per_eqt_shd.g_old_rec.information11
207: ,p_information12_o => per_eqt_shd.g_old_rec.information12
208: ,p_information13_o => per_eqt_shd.g_old_rec.information13
209: ,p_information14_o => per_eqt_shd.g_old_rec.information14

Line 206: ,p_information11_o => per_eqt_shd.g_old_rec.information11

202: ,p_information7_o => per_eqt_shd.g_old_rec.information7
203: ,p_information8_o => per_eqt_shd.g_old_rec.information8
204: ,p_information9_o => per_eqt_shd.g_old_rec.information9
205: ,p_information10_o => per_eqt_shd.g_old_rec.information10
206: ,p_information11_o => per_eqt_shd.g_old_rec.information11
207: ,p_information12_o => per_eqt_shd.g_old_rec.information12
208: ,p_information13_o => per_eqt_shd.g_old_rec.information13
209: ,p_information14_o => per_eqt_shd.g_old_rec.information14
210: ,p_information15_o => per_eqt_shd.g_old_rec.information15

Line 207: ,p_information12_o => per_eqt_shd.g_old_rec.information12

203: ,p_information8_o => per_eqt_shd.g_old_rec.information8
204: ,p_information9_o => per_eqt_shd.g_old_rec.information9
205: ,p_information10_o => per_eqt_shd.g_old_rec.information10
206: ,p_information11_o => per_eqt_shd.g_old_rec.information11
207: ,p_information12_o => per_eqt_shd.g_old_rec.information12
208: ,p_information13_o => per_eqt_shd.g_old_rec.information13
209: ,p_information14_o => per_eqt_shd.g_old_rec.information14
210: ,p_information15_o => per_eqt_shd.g_old_rec.information15
211: ,p_information16_o => per_eqt_shd.g_old_rec.information16

Line 208: ,p_information13_o => per_eqt_shd.g_old_rec.information13

204: ,p_information9_o => per_eqt_shd.g_old_rec.information9
205: ,p_information10_o => per_eqt_shd.g_old_rec.information10
206: ,p_information11_o => per_eqt_shd.g_old_rec.information11
207: ,p_information12_o => per_eqt_shd.g_old_rec.information12
208: ,p_information13_o => per_eqt_shd.g_old_rec.information13
209: ,p_information14_o => per_eqt_shd.g_old_rec.information14
210: ,p_information15_o => per_eqt_shd.g_old_rec.information15
211: ,p_information16_o => per_eqt_shd.g_old_rec.information16
212: ,p_information17_o => per_eqt_shd.g_old_rec.information17

Line 209: ,p_information14_o => per_eqt_shd.g_old_rec.information14

205: ,p_information10_o => per_eqt_shd.g_old_rec.information10
206: ,p_information11_o => per_eqt_shd.g_old_rec.information11
207: ,p_information12_o => per_eqt_shd.g_old_rec.information12
208: ,p_information13_o => per_eqt_shd.g_old_rec.information13
209: ,p_information14_o => per_eqt_shd.g_old_rec.information14
210: ,p_information15_o => per_eqt_shd.g_old_rec.information15
211: ,p_information16_o => per_eqt_shd.g_old_rec.information16
212: ,p_information17_o => per_eqt_shd.g_old_rec.information17
213: ,p_information18_o => per_eqt_shd.g_old_rec.information18

Line 210: ,p_information15_o => per_eqt_shd.g_old_rec.information15

206: ,p_information11_o => per_eqt_shd.g_old_rec.information11
207: ,p_information12_o => per_eqt_shd.g_old_rec.information12
208: ,p_information13_o => per_eqt_shd.g_old_rec.information13
209: ,p_information14_o => per_eqt_shd.g_old_rec.information14
210: ,p_information15_o => per_eqt_shd.g_old_rec.information15
211: ,p_information16_o => per_eqt_shd.g_old_rec.information16
212: ,p_information17_o => per_eqt_shd.g_old_rec.information17
213: ,p_information18_o => per_eqt_shd.g_old_rec.information18
214: ,p_information19_o => per_eqt_shd.g_old_rec.information19

Line 211: ,p_information16_o => per_eqt_shd.g_old_rec.information16

207: ,p_information12_o => per_eqt_shd.g_old_rec.information12
208: ,p_information13_o => per_eqt_shd.g_old_rec.information13
209: ,p_information14_o => per_eqt_shd.g_old_rec.information14
210: ,p_information15_o => per_eqt_shd.g_old_rec.information15
211: ,p_information16_o => per_eqt_shd.g_old_rec.information16
212: ,p_information17_o => per_eqt_shd.g_old_rec.information17
213: ,p_information18_o => per_eqt_shd.g_old_rec.information18
214: ,p_information19_o => per_eqt_shd.g_old_rec.information19
215: ,p_information20_o => per_eqt_shd.g_old_rec.information20

Line 212: ,p_information17_o => per_eqt_shd.g_old_rec.information17

208: ,p_information13_o => per_eqt_shd.g_old_rec.information13
209: ,p_information14_o => per_eqt_shd.g_old_rec.information14
210: ,p_information15_o => per_eqt_shd.g_old_rec.information15
211: ,p_information16_o => per_eqt_shd.g_old_rec.information16
212: ,p_information17_o => per_eqt_shd.g_old_rec.information17
213: ,p_information18_o => per_eqt_shd.g_old_rec.information18
214: ,p_information19_o => per_eqt_shd.g_old_rec.information19
215: ,p_information20_o => per_eqt_shd.g_old_rec.information20
216: ,p_information21_o => per_eqt_shd.g_old_rec.information21

Line 213: ,p_information18_o => per_eqt_shd.g_old_rec.information18

209: ,p_information14_o => per_eqt_shd.g_old_rec.information14
210: ,p_information15_o => per_eqt_shd.g_old_rec.information15
211: ,p_information16_o => per_eqt_shd.g_old_rec.information16
212: ,p_information17_o => per_eqt_shd.g_old_rec.information17
213: ,p_information18_o => per_eqt_shd.g_old_rec.information18
214: ,p_information19_o => per_eqt_shd.g_old_rec.information19
215: ,p_information20_o => per_eqt_shd.g_old_rec.information20
216: ,p_information21_o => per_eqt_shd.g_old_rec.information21
217: ,p_information22_o => per_eqt_shd.g_old_rec.information22

Line 214: ,p_information19_o => per_eqt_shd.g_old_rec.information19

210: ,p_information15_o => per_eqt_shd.g_old_rec.information15
211: ,p_information16_o => per_eqt_shd.g_old_rec.information16
212: ,p_information17_o => per_eqt_shd.g_old_rec.information17
213: ,p_information18_o => per_eqt_shd.g_old_rec.information18
214: ,p_information19_o => per_eqt_shd.g_old_rec.information19
215: ,p_information20_o => per_eqt_shd.g_old_rec.information20
216: ,p_information21_o => per_eqt_shd.g_old_rec.information21
217: ,p_information22_o => per_eqt_shd.g_old_rec.information22
218: ,p_information23_o => per_eqt_shd.g_old_rec.information23

Line 215: ,p_information20_o => per_eqt_shd.g_old_rec.information20

211: ,p_information16_o => per_eqt_shd.g_old_rec.information16
212: ,p_information17_o => per_eqt_shd.g_old_rec.information17
213: ,p_information18_o => per_eqt_shd.g_old_rec.information18
214: ,p_information19_o => per_eqt_shd.g_old_rec.information19
215: ,p_information20_o => per_eqt_shd.g_old_rec.information20
216: ,p_information21_o => per_eqt_shd.g_old_rec.information21
217: ,p_information22_o => per_eqt_shd.g_old_rec.information22
218: ,p_information23_o => per_eqt_shd.g_old_rec.information23
219: ,p_information24_o => per_eqt_shd.g_old_rec.information24

Line 216: ,p_information21_o => per_eqt_shd.g_old_rec.information21

212: ,p_information17_o => per_eqt_shd.g_old_rec.information17
213: ,p_information18_o => per_eqt_shd.g_old_rec.information18
214: ,p_information19_o => per_eqt_shd.g_old_rec.information19
215: ,p_information20_o => per_eqt_shd.g_old_rec.information20
216: ,p_information21_o => per_eqt_shd.g_old_rec.information21
217: ,p_information22_o => per_eqt_shd.g_old_rec.information22
218: ,p_information23_o => per_eqt_shd.g_old_rec.information23
219: ,p_information24_o => per_eqt_shd.g_old_rec.information24
220: ,p_information25_o => per_eqt_shd.g_old_rec.information25

Line 217: ,p_information22_o => per_eqt_shd.g_old_rec.information22

213: ,p_information18_o => per_eqt_shd.g_old_rec.information18
214: ,p_information19_o => per_eqt_shd.g_old_rec.information19
215: ,p_information20_o => per_eqt_shd.g_old_rec.information20
216: ,p_information21_o => per_eqt_shd.g_old_rec.information21
217: ,p_information22_o => per_eqt_shd.g_old_rec.information22
218: ,p_information23_o => per_eqt_shd.g_old_rec.information23
219: ,p_information24_o => per_eqt_shd.g_old_rec.information24
220: ,p_information25_o => per_eqt_shd.g_old_rec.information25
221: ,p_information26_o => per_eqt_shd.g_old_rec.information26

Line 218: ,p_information23_o => per_eqt_shd.g_old_rec.information23

214: ,p_information19_o => per_eqt_shd.g_old_rec.information19
215: ,p_information20_o => per_eqt_shd.g_old_rec.information20
216: ,p_information21_o => per_eqt_shd.g_old_rec.information21
217: ,p_information22_o => per_eqt_shd.g_old_rec.information22
218: ,p_information23_o => per_eqt_shd.g_old_rec.information23
219: ,p_information24_o => per_eqt_shd.g_old_rec.information24
220: ,p_information25_o => per_eqt_shd.g_old_rec.information25
221: ,p_information26_o => per_eqt_shd.g_old_rec.information26
222: ,p_information27_o => per_eqt_shd.g_old_rec.information27

Line 219: ,p_information24_o => per_eqt_shd.g_old_rec.information24

215: ,p_information20_o => per_eqt_shd.g_old_rec.information20
216: ,p_information21_o => per_eqt_shd.g_old_rec.information21
217: ,p_information22_o => per_eqt_shd.g_old_rec.information22
218: ,p_information23_o => per_eqt_shd.g_old_rec.information23
219: ,p_information24_o => per_eqt_shd.g_old_rec.information24
220: ,p_information25_o => per_eqt_shd.g_old_rec.information25
221: ,p_information26_o => per_eqt_shd.g_old_rec.information26
222: ,p_information27_o => per_eqt_shd.g_old_rec.information27
223: ,p_information28_o => per_eqt_shd.g_old_rec.information28

Line 220: ,p_information25_o => per_eqt_shd.g_old_rec.information25

216: ,p_information21_o => per_eqt_shd.g_old_rec.information21
217: ,p_information22_o => per_eqt_shd.g_old_rec.information22
218: ,p_information23_o => per_eqt_shd.g_old_rec.information23
219: ,p_information24_o => per_eqt_shd.g_old_rec.information24
220: ,p_information25_o => per_eqt_shd.g_old_rec.information25
221: ,p_information26_o => per_eqt_shd.g_old_rec.information26
222: ,p_information27_o => per_eqt_shd.g_old_rec.information27
223: ,p_information28_o => per_eqt_shd.g_old_rec.information28
224: ,p_information29_o => per_eqt_shd.g_old_rec.information29

Line 221: ,p_information26_o => per_eqt_shd.g_old_rec.information26

217: ,p_information22_o => per_eqt_shd.g_old_rec.information22
218: ,p_information23_o => per_eqt_shd.g_old_rec.information23
219: ,p_information24_o => per_eqt_shd.g_old_rec.information24
220: ,p_information25_o => per_eqt_shd.g_old_rec.information25
221: ,p_information26_o => per_eqt_shd.g_old_rec.information26
222: ,p_information27_o => per_eqt_shd.g_old_rec.information27
223: ,p_information28_o => per_eqt_shd.g_old_rec.information28
224: ,p_information29_o => per_eqt_shd.g_old_rec.information29
225: ,p_information30_o => per_eqt_shd.g_old_rec.information30

Line 222: ,p_information27_o => per_eqt_shd.g_old_rec.information27

218: ,p_information23_o => per_eqt_shd.g_old_rec.information23
219: ,p_information24_o => per_eqt_shd.g_old_rec.information24
220: ,p_information25_o => per_eqt_shd.g_old_rec.information25
221: ,p_information26_o => per_eqt_shd.g_old_rec.information26
222: ,p_information27_o => per_eqt_shd.g_old_rec.information27
223: ,p_information28_o => per_eqt_shd.g_old_rec.information28
224: ,p_information29_o => per_eqt_shd.g_old_rec.information29
225: ,p_information30_o => per_eqt_shd.g_old_rec.information30
226: -- BUG3356369

Line 223: ,p_information28_o => per_eqt_shd.g_old_rec.information28

219: ,p_information24_o => per_eqt_shd.g_old_rec.information24
220: ,p_information25_o => per_eqt_shd.g_old_rec.information25
221: ,p_information26_o => per_eqt_shd.g_old_rec.information26
222: ,p_information27_o => per_eqt_shd.g_old_rec.information27
223: ,p_information28_o => per_eqt_shd.g_old_rec.information28
224: ,p_information29_o => per_eqt_shd.g_old_rec.information29
225: ,p_information30_o => per_eqt_shd.g_old_rec.information30
226: -- BUG3356369
227: ,p_qual_framework_id_o => per_eqt_shd.g_old_rec.qual_framework_id

Line 224: ,p_information29_o => per_eqt_shd.g_old_rec.information29

220: ,p_information25_o => per_eqt_shd.g_old_rec.information25
221: ,p_information26_o => per_eqt_shd.g_old_rec.information26
222: ,p_information27_o => per_eqt_shd.g_old_rec.information27
223: ,p_information28_o => per_eqt_shd.g_old_rec.information28
224: ,p_information29_o => per_eqt_shd.g_old_rec.information29
225: ,p_information30_o => per_eqt_shd.g_old_rec.information30
226: -- BUG3356369
227: ,p_qual_framework_id_o => per_eqt_shd.g_old_rec.qual_framework_id
228: ,p_qualification_type_o => per_eqt_shd.g_old_rec.qualification_type

Line 225: ,p_information30_o => per_eqt_shd.g_old_rec.information30

221: ,p_information26_o => per_eqt_shd.g_old_rec.information26
222: ,p_information27_o => per_eqt_shd.g_old_rec.information27
223: ,p_information28_o => per_eqt_shd.g_old_rec.information28
224: ,p_information29_o => per_eqt_shd.g_old_rec.information29
225: ,p_information30_o => per_eqt_shd.g_old_rec.information30
226: -- BUG3356369
227: ,p_qual_framework_id_o => per_eqt_shd.g_old_rec.qual_framework_id
228: ,p_qualification_type_o => per_eqt_shd.g_old_rec.qualification_type
229: ,p_credit_type_o => per_eqt_shd.g_old_rec.credit_type

Line 227: ,p_qual_framework_id_o => per_eqt_shd.g_old_rec.qual_framework_id

223: ,p_information28_o => per_eqt_shd.g_old_rec.information28
224: ,p_information29_o => per_eqt_shd.g_old_rec.information29
225: ,p_information30_o => per_eqt_shd.g_old_rec.information30
226: -- BUG3356369
227: ,p_qual_framework_id_o => per_eqt_shd.g_old_rec.qual_framework_id
228: ,p_qualification_type_o => per_eqt_shd.g_old_rec.qualification_type
229: ,p_credit_type_o => per_eqt_shd.g_old_rec.credit_type
230: ,p_credits_o => per_eqt_shd.g_old_rec.credits
231: ,p_level_type_o => per_eqt_shd.g_old_rec.level_type

Line 228: ,p_qualification_type_o => per_eqt_shd.g_old_rec.qualification_type

224: ,p_information29_o => per_eqt_shd.g_old_rec.information29
225: ,p_information30_o => per_eqt_shd.g_old_rec.information30
226: -- BUG3356369
227: ,p_qual_framework_id_o => per_eqt_shd.g_old_rec.qual_framework_id
228: ,p_qualification_type_o => per_eqt_shd.g_old_rec.qualification_type
229: ,p_credit_type_o => per_eqt_shd.g_old_rec.credit_type
230: ,p_credits_o => per_eqt_shd.g_old_rec.credits
231: ,p_level_type_o => per_eqt_shd.g_old_rec.level_type
232: ,p_level_number_o => per_eqt_shd.g_old_rec.level_number

Line 229: ,p_credit_type_o => per_eqt_shd.g_old_rec.credit_type

225: ,p_information30_o => per_eqt_shd.g_old_rec.information30
226: -- BUG3356369
227: ,p_qual_framework_id_o => per_eqt_shd.g_old_rec.qual_framework_id
228: ,p_qualification_type_o => per_eqt_shd.g_old_rec.qualification_type
229: ,p_credit_type_o => per_eqt_shd.g_old_rec.credit_type
230: ,p_credits_o => per_eqt_shd.g_old_rec.credits
231: ,p_level_type_o => per_eqt_shd.g_old_rec.level_type
232: ,p_level_number_o => per_eqt_shd.g_old_rec.level_number
233: ,p_field_o => per_eqt_shd.g_old_rec.field

Line 230: ,p_credits_o => per_eqt_shd.g_old_rec.credits

226: -- BUG3356369
227: ,p_qual_framework_id_o => per_eqt_shd.g_old_rec.qual_framework_id
228: ,p_qualification_type_o => per_eqt_shd.g_old_rec.qualification_type
229: ,p_credit_type_o => per_eqt_shd.g_old_rec.credit_type
230: ,p_credits_o => per_eqt_shd.g_old_rec.credits
231: ,p_level_type_o => per_eqt_shd.g_old_rec.level_type
232: ,p_level_number_o => per_eqt_shd.g_old_rec.level_number
233: ,p_field_o => per_eqt_shd.g_old_rec.field
234: ,p_sub_field_o => per_eqt_shd.g_old_rec.sub_field

Line 231: ,p_level_type_o => per_eqt_shd.g_old_rec.level_type

227: ,p_qual_framework_id_o => per_eqt_shd.g_old_rec.qual_framework_id
228: ,p_qualification_type_o => per_eqt_shd.g_old_rec.qualification_type
229: ,p_credit_type_o => per_eqt_shd.g_old_rec.credit_type
230: ,p_credits_o => per_eqt_shd.g_old_rec.credits
231: ,p_level_type_o => per_eqt_shd.g_old_rec.level_type
232: ,p_level_number_o => per_eqt_shd.g_old_rec.level_number
233: ,p_field_o => per_eqt_shd.g_old_rec.field
234: ,p_sub_field_o => per_eqt_shd.g_old_rec.sub_field
235: ,p_provider_o => per_eqt_shd.g_old_rec.provider

Line 232: ,p_level_number_o => per_eqt_shd.g_old_rec.level_number

228: ,p_qualification_type_o => per_eqt_shd.g_old_rec.qualification_type
229: ,p_credit_type_o => per_eqt_shd.g_old_rec.credit_type
230: ,p_credits_o => per_eqt_shd.g_old_rec.credits
231: ,p_level_type_o => per_eqt_shd.g_old_rec.level_type
232: ,p_level_number_o => per_eqt_shd.g_old_rec.level_number
233: ,p_field_o => per_eqt_shd.g_old_rec.field
234: ,p_sub_field_o => per_eqt_shd.g_old_rec.sub_field
235: ,p_provider_o => per_eqt_shd.g_old_rec.provider
236: ,p_qa_organization_o => per_eqt_shd.g_old_rec.qa_organization

Line 233: ,p_field_o => per_eqt_shd.g_old_rec.field

229: ,p_credit_type_o => per_eqt_shd.g_old_rec.credit_type
230: ,p_credits_o => per_eqt_shd.g_old_rec.credits
231: ,p_level_type_o => per_eqt_shd.g_old_rec.level_type
232: ,p_level_number_o => per_eqt_shd.g_old_rec.level_number
233: ,p_field_o => per_eqt_shd.g_old_rec.field
234: ,p_sub_field_o => per_eqt_shd.g_old_rec.sub_field
235: ,p_provider_o => per_eqt_shd.g_old_rec.provider
236: ,p_qa_organization_o => per_eqt_shd.g_old_rec.qa_organization
237: );

Line 234: ,p_sub_field_o => per_eqt_shd.g_old_rec.sub_field

230: ,p_credits_o => per_eqt_shd.g_old_rec.credits
231: ,p_level_type_o => per_eqt_shd.g_old_rec.level_type
232: ,p_level_number_o => per_eqt_shd.g_old_rec.level_number
233: ,p_field_o => per_eqt_shd.g_old_rec.field
234: ,p_sub_field_o => per_eqt_shd.g_old_rec.sub_field
235: ,p_provider_o => per_eqt_shd.g_old_rec.provider
236: ,p_qa_organization_o => per_eqt_shd.g_old_rec.qa_organization
237: );
238: exception

Line 235: ,p_provider_o => per_eqt_shd.g_old_rec.provider

231: ,p_level_type_o => per_eqt_shd.g_old_rec.level_type
232: ,p_level_number_o => per_eqt_shd.g_old_rec.level_number
233: ,p_field_o => per_eqt_shd.g_old_rec.field
234: ,p_sub_field_o => per_eqt_shd.g_old_rec.sub_field
235: ,p_provider_o => per_eqt_shd.g_old_rec.provider
236: ,p_qa_organization_o => per_eqt_shd.g_old_rec.qa_organization
237: );
238: exception
239: when hr_api.cannot_find_prog_unit then

Line 236: ,p_qa_organization_o => per_eqt_shd.g_old_rec.qa_organization

232: ,p_level_number_o => per_eqt_shd.g_old_rec.level_number
233: ,p_field_o => per_eqt_shd.g_old_rec.field
234: ,p_sub_field_o => per_eqt_shd.g_old_rec.sub_field
235: ,p_provider_o => per_eqt_shd.g_old_rec.provider
236: ,p_qa_organization_o => per_eqt_shd.g_old_rec.qa_organization
237: );
238: exception
239: when hr_api.cannot_find_prog_unit then
240: hr_api.cannot_find_prog_unit_error

Line 255: p_rec in per_eqt_shd.g_rec_type

251: -- |---------------------------------< del >----------------------------------|
252: -- ----------------------------------------------------------------------------
253: Procedure del
254: (
255: p_rec in per_eqt_shd.g_rec_type
256: ,p_validate in boolean default false
257: ) is
258: --
259: l_proc varchar2(72) := g_package||'del';

Line 275: per_eqt_shd.lck

271: End If;
272: --
273: -- We must lock the row which we need to delete.
274: --
275: per_eqt_shd.lck
276: (
277: p_rec.qualification_type_id,
278: p_rec.object_version_number
279: );

Line 323: l_rec per_eqt_shd.g_rec_type;

319: p_object_version_number in number,
320: p_validate in boolean default false
321: ) is
322: --
323: l_rec per_eqt_shd.g_rec_type;
324: l_proc varchar2(72) := g_package||'del';
325: --
326: Begin
327: hr_utility.set_location('Entering:'||l_proc, 5);