DBA Data[Home] [Help]

APPS.PER_SHT_DEL dependencies on PER_SHT_SHD

Line 45: Procedure delete_dml(p_rec in per_sht_shd.g_rec_type) is

41: -- Internal Row Handler Use Only.
42: --
43: -- {End Of Comments}
44: -- ----------------------------------------------------------------------------
45: Procedure delete_dml(p_rec in per_sht_shd.g_rec_type) is
46: --
47: l_proc varchar2(72) := g_package||'delete_dml';
48: --
49: Begin

Line 62: per_sht_shd.constraint_error

58: --
59: Exception
60: When hr_api.child_integrity_violated then
61: -- Child integrity has been violated
62: per_sht_shd.constraint_error
63: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
64: When Others Then
65: Raise;
66: End delete_dml;

Line 100: Procedure pre_delete(p_rec in per_sht_shd.g_rec_type) is

96: -- Internal Row Handler Use Only.
97: --
98: -- {End Of Comments}
99: -- ----------------------------------------------------------------------------
100: Procedure pre_delete(p_rec in per_sht_shd.g_rec_type) is
101: --
102: l_proc varchar2(72) := g_package||'pre_delete';
103: --
104: Begin

Line 143: p_effective_date in date,p_rec in per_sht_shd.g_rec_type) is

139: --
140: -- {End Of Comments}
141: -- ----------------------------------------------------------------------------
142: Procedure post_delete(
143: p_effective_date in date,p_rec in per_sht_shd.g_rec_type) is
144: --
145: l_proc varchar2(72) := g_package||'post_delete';
146: --
147: Begin

Line 158: ,p_business_group_id_o =>per_sht_shd.g_old_rec.business_group_id

154: --
155: per_sht_rkd.after_delete
156: (
157: p_shared_type_id =>p_rec.shared_type_id
158: ,p_business_group_id_o =>per_sht_shd.g_old_rec.business_group_id
159: ,p_shared_type_name_o =>per_sht_shd.g_old_rec.shared_type_name
160: ,p_shared_type_code_o =>per_sht_shd.g_old_rec.shared_type_code
161: ,p_system_type_cd_o =>per_sht_shd.g_old_rec.system_type_cd
162: ,p_information1_o =>per_sht_shd.g_old_rec.information1

Line 159: ,p_shared_type_name_o =>per_sht_shd.g_old_rec.shared_type_name

155: per_sht_rkd.after_delete
156: (
157: p_shared_type_id =>p_rec.shared_type_id
158: ,p_business_group_id_o =>per_sht_shd.g_old_rec.business_group_id
159: ,p_shared_type_name_o =>per_sht_shd.g_old_rec.shared_type_name
160: ,p_shared_type_code_o =>per_sht_shd.g_old_rec.shared_type_code
161: ,p_system_type_cd_o =>per_sht_shd.g_old_rec.system_type_cd
162: ,p_information1_o =>per_sht_shd.g_old_rec.information1
163: ,p_information2_o =>per_sht_shd.g_old_rec.information2

Line 160: ,p_shared_type_code_o =>per_sht_shd.g_old_rec.shared_type_code

156: (
157: p_shared_type_id =>p_rec.shared_type_id
158: ,p_business_group_id_o =>per_sht_shd.g_old_rec.business_group_id
159: ,p_shared_type_name_o =>per_sht_shd.g_old_rec.shared_type_name
160: ,p_shared_type_code_o =>per_sht_shd.g_old_rec.shared_type_code
161: ,p_system_type_cd_o =>per_sht_shd.g_old_rec.system_type_cd
162: ,p_information1_o =>per_sht_shd.g_old_rec.information1
163: ,p_information2_o =>per_sht_shd.g_old_rec.information2
164: ,p_information3_o =>per_sht_shd.g_old_rec.information3

Line 161: ,p_system_type_cd_o =>per_sht_shd.g_old_rec.system_type_cd

157: p_shared_type_id =>p_rec.shared_type_id
158: ,p_business_group_id_o =>per_sht_shd.g_old_rec.business_group_id
159: ,p_shared_type_name_o =>per_sht_shd.g_old_rec.shared_type_name
160: ,p_shared_type_code_o =>per_sht_shd.g_old_rec.shared_type_code
161: ,p_system_type_cd_o =>per_sht_shd.g_old_rec.system_type_cd
162: ,p_information1_o =>per_sht_shd.g_old_rec.information1
163: ,p_information2_o =>per_sht_shd.g_old_rec.information2
164: ,p_information3_o =>per_sht_shd.g_old_rec.information3
165: ,p_information4_o =>per_sht_shd.g_old_rec.information4

Line 162: ,p_information1_o =>per_sht_shd.g_old_rec.information1

158: ,p_business_group_id_o =>per_sht_shd.g_old_rec.business_group_id
159: ,p_shared_type_name_o =>per_sht_shd.g_old_rec.shared_type_name
160: ,p_shared_type_code_o =>per_sht_shd.g_old_rec.shared_type_code
161: ,p_system_type_cd_o =>per_sht_shd.g_old_rec.system_type_cd
162: ,p_information1_o =>per_sht_shd.g_old_rec.information1
163: ,p_information2_o =>per_sht_shd.g_old_rec.information2
164: ,p_information3_o =>per_sht_shd.g_old_rec.information3
165: ,p_information4_o =>per_sht_shd.g_old_rec.information4
166: ,p_information5_o =>per_sht_shd.g_old_rec.information5

Line 163: ,p_information2_o =>per_sht_shd.g_old_rec.information2

159: ,p_shared_type_name_o =>per_sht_shd.g_old_rec.shared_type_name
160: ,p_shared_type_code_o =>per_sht_shd.g_old_rec.shared_type_code
161: ,p_system_type_cd_o =>per_sht_shd.g_old_rec.system_type_cd
162: ,p_information1_o =>per_sht_shd.g_old_rec.information1
163: ,p_information2_o =>per_sht_shd.g_old_rec.information2
164: ,p_information3_o =>per_sht_shd.g_old_rec.information3
165: ,p_information4_o =>per_sht_shd.g_old_rec.information4
166: ,p_information5_o =>per_sht_shd.g_old_rec.information5
167: ,p_information6_o =>per_sht_shd.g_old_rec.information6

Line 164: ,p_information3_o =>per_sht_shd.g_old_rec.information3

160: ,p_shared_type_code_o =>per_sht_shd.g_old_rec.shared_type_code
161: ,p_system_type_cd_o =>per_sht_shd.g_old_rec.system_type_cd
162: ,p_information1_o =>per_sht_shd.g_old_rec.information1
163: ,p_information2_o =>per_sht_shd.g_old_rec.information2
164: ,p_information3_o =>per_sht_shd.g_old_rec.information3
165: ,p_information4_o =>per_sht_shd.g_old_rec.information4
166: ,p_information5_o =>per_sht_shd.g_old_rec.information5
167: ,p_information6_o =>per_sht_shd.g_old_rec.information6
168: ,p_information7_o =>per_sht_shd.g_old_rec.information7

Line 165: ,p_information4_o =>per_sht_shd.g_old_rec.information4

161: ,p_system_type_cd_o =>per_sht_shd.g_old_rec.system_type_cd
162: ,p_information1_o =>per_sht_shd.g_old_rec.information1
163: ,p_information2_o =>per_sht_shd.g_old_rec.information2
164: ,p_information3_o =>per_sht_shd.g_old_rec.information3
165: ,p_information4_o =>per_sht_shd.g_old_rec.information4
166: ,p_information5_o =>per_sht_shd.g_old_rec.information5
167: ,p_information6_o =>per_sht_shd.g_old_rec.information6
168: ,p_information7_o =>per_sht_shd.g_old_rec.information7
169: ,p_information8_o =>per_sht_shd.g_old_rec.information8

Line 166: ,p_information5_o =>per_sht_shd.g_old_rec.information5

162: ,p_information1_o =>per_sht_shd.g_old_rec.information1
163: ,p_information2_o =>per_sht_shd.g_old_rec.information2
164: ,p_information3_o =>per_sht_shd.g_old_rec.information3
165: ,p_information4_o =>per_sht_shd.g_old_rec.information4
166: ,p_information5_o =>per_sht_shd.g_old_rec.information5
167: ,p_information6_o =>per_sht_shd.g_old_rec.information6
168: ,p_information7_o =>per_sht_shd.g_old_rec.information7
169: ,p_information8_o =>per_sht_shd.g_old_rec.information8
170: ,p_information9_o =>per_sht_shd.g_old_rec.information9

Line 167: ,p_information6_o =>per_sht_shd.g_old_rec.information6

163: ,p_information2_o =>per_sht_shd.g_old_rec.information2
164: ,p_information3_o =>per_sht_shd.g_old_rec.information3
165: ,p_information4_o =>per_sht_shd.g_old_rec.information4
166: ,p_information5_o =>per_sht_shd.g_old_rec.information5
167: ,p_information6_o =>per_sht_shd.g_old_rec.information6
168: ,p_information7_o =>per_sht_shd.g_old_rec.information7
169: ,p_information8_o =>per_sht_shd.g_old_rec.information8
170: ,p_information9_o =>per_sht_shd.g_old_rec.information9
171: ,p_information10_o =>per_sht_shd.g_old_rec.information10

Line 168: ,p_information7_o =>per_sht_shd.g_old_rec.information7

164: ,p_information3_o =>per_sht_shd.g_old_rec.information3
165: ,p_information4_o =>per_sht_shd.g_old_rec.information4
166: ,p_information5_o =>per_sht_shd.g_old_rec.information5
167: ,p_information6_o =>per_sht_shd.g_old_rec.information6
168: ,p_information7_o =>per_sht_shd.g_old_rec.information7
169: ,p_information8_o =>per_sht_shd.g_old_rec.information8
170: ,p_information9_o =>per_sht_shd.g_old_rec.information9
171: ,p_information10_o =>per_sht_shd.g_old_rec.information10
172: ,p_information11_o =>per_sht_shd.g_old_rec.information11

Line 169: ,p_information8_o =>per_sht_shd.g_old_rec.information8

165: ,p_information4_o =>per_sht_shd.g_old_rec.information4
166: ,p_information5_o =>per_sht_shd.g_old_rec.information5
167: ,p_information6_o =>per_sht_shd.g_old_rec.information6
168: ,p_information7_o =>per_sht_shd.g_old_rec.information7
169: ,p_information8_o =>per_sht_shd.g_old_rec.information8
170: ,p_information9_o =>per_sht_shd.g_old_rec.information9
171: ,p_information10_o =>per_sht_shd.g_old_rec.information10
172: ,p_information11_o =>per_sht_shd.g_old_rec.information11
173: ,p_information12_o =>per_sht_shd.g_old_rec.information12

Line 170: ,p_information9_o =>per_sht_shd.g_old_rec.information9

166: ,p_information5_o =>per_sht_shd.g_old_rec.information5
167: ,p_information6_o =>per_sht_shd.g_old_rec.information6
168: ,p_information7_o =>per_sht_shd.g_old_rec.information7
169: ,p_information8_o =>per_sht_shd.g_old_rec.information8
170: ,p_information9_o =>per_sht_shd.g_old_rec.information9
171: ,p_information10_o =>per_sht_shd.g_old_rec.information10
172: ,p_information11_o =>per_sht_shd.g_old_rec.information11
173: ,p_information12_o =>per_sht_shd.g_old_rec.information12
174: ,p_information13_o =>per_sht_shd.g_old_rec.information13

Line 171: ,p_information10_o =>per_sht_shd.g_old_rec.information10

167: ,p_information6_o =>per_sht_shd.g_old_rec.information6
168: ,p_information7_o =>per_sht_shd.g_old_rec.information7
169: ,p_information8_o =>per_sht_shd.g_old_rec.information8
170: ,p_information9_o =>per_sht_shd.g_old_rec.information9
171: ,p_information10_o =>per_sht_shd.g_old_rec.information10
172: ,p_information11_o =>per_sht_shd.g_old_rec.information11
173: ,p_information12_o =>per_sht_shd.g_old_rec.information12
174: ,p_information13_o =>per_sht_shd.g_old_rec.information13
175: ,p_information14_o =>per_sht_shd.g_old_rec.information14

Line 172: ,p_information11_o =>per_sht_shd.g_old_rec.information11

168: ,p_information7_o =>per_sht_shd.g_old_rec.information7
169: ,p_information8_o =>per_sht_shd.g_old_rec.information8
170: ,p_information9_o =>per_sht_shd.g_old_rec.information9
171: ,p_information10_o =>per_sht_shd.g_old_rec.information10
172: ,p_information11_o =>per_sht_shd.g_old_rec.information11
173: ,p_information12_o =>per_sht_shd.g_old_rec.information12
174: ,p_information13_o =>per_sht_shd.g_old_rec.information13
175: ,p_information14_o =>per_sht_shd.g_old_rec.information14
176: ,p_information15_o =>per_sht_shd.g_old_rec.information15

Line 173: ,p_information12_o =>per_sht_shd.g_old_rec.information12

169: ,p_information8_o =>per_sht_shd.g_old_rec.information8
170: ,p_information9_o =>per_sht_shd.g_old_rec.information9
171: ,p_information10_o =>per_sht_shd.g_old_rec.information10
172: ,p_information11_o =>per_sht_shd.g_old_rec.information11
173: ,p_information12_o =>per_sht_shd.g_old_rec.information12
174: ,p_information13_o =>per_sht_shd.g_old_rec.information13
175: ,p_information14_o =>per_sht_shd.g_old_rec.information14
176: ,p_information15_o =>per_sht_shd.g_old_rec.information15
177: ,p_information16_o =>per_sht_shd.g_old_rec.information16

Line 174: ,p_information13_o =>per_sht_shd.g_old_rec.information13

170: ,p_information9_o =>per_sht_shd.g_old_rec.information9
171: ,p_information10_o =>per_sht_shd.g_old_rec.information10
172: ,p_information11_o =>per_sht_shd.g_old_rec.information11
173: ,p_information12_o =>per_sht_shd.g_old_rec.information12
174: ,p_information13_o =>per_sht_shd.g_old_rec.information13
175: ,p_information14_o =>per_sht_shd.g_old_rec.information14
176: ,p_information15_o =>per_sht_shd.g_old_rec.information15
177: ,p_information16_o =>per_sht_shd.g_old_rec.information16
178: ,p_information17_o =>per_sht_shd.g_old_rec.information17

Line 175: ,p_information14_o =>per_sht_shd.g_old_rec.information14

171: ,p_information10_o =>per_sht_shd.g_old_rec.information10
172: ,p_information11_o =>per_sht_shd.g_old_rec.information11
173: ,p_information12_o =>per_sht_shd.g_old_rec.information12
174: ,p_information13_o =>per_sht_shd.g_old_rec.information13
175: ,p_information14_o =>per_sht_shd.g_old_rec.information14
176: ,p_information15_o =>per_sht_shd.g_old_rec.information15
177: ,p_information16_o =>per_sht_shd.g_old_rec.information16
178: ,p_information17_o =>per_sht_shd.g_old_rec.information17
179: ,p_information18_o =>per_sht_shd.g_old_rec.information18

Line 176: ,p_information15_o =>per_sht_shd.g_old_rec.information15

172: ,p_information11_o =>per_sht_shd.g_old_rec.information11
173: ,p_information12_o =>per_sht_shd.g_old_rec.information12
174: ,p_information13_o =>per_sht_shd.g_old_rec.information13
175: ,p_information14_o =>per_sht_shd.g_old_rec.information14
176: ,p_information15_o =>per_sht_shd.g_old_rec.information15
177: ,p_information16_o =>per_sht_shd.g_old_rec.information16
178: ,p_information17_o =>per_sht_shd.g_old_rec.information17
179: ,p_information18_o =>per_sht_shd.g_old_rec.information18
180: ,p_information19_o =>per_sht_shd.g_old_rec.information19

Line 177: ,p_information16_o =>per_sht_shd.g_old_rec.information16

173: ,p_information12_o =>per_sht_shd.g_old_rec.information12
174: ,p_information13_o =>per_sht_shd.g_old_rec.information13
175: ,p_information14_o =>per_sht_shd.g_old_rec.information14
176: ,p_information15_o =>per_sht_shd.g_old_rec.information15
177: ,p_information16_o =>per_sht_shd.g_old_rec.information16
178: ,p_information17_o =>per_sht_shd.g_old_rec.information17
179: ,p_information18_o =>per_sht_shd.g_old_rec.information18
180: ,p_information19_o =>per_sht_shd.g_old_rec.information19
181: ,p_information20_o =>per_sht_shd.g_old_rec.information20

Line 178: ,p_information17_o =>per_sht_shd.g_old_rec.information17

174: ,p_information13_o =>per_sht_shd.g_old_rec.information13
175: ,p_information14_o =>per_sht_shd.g_old_rec.information14
176: ,p_information15_o =>per_sht_shd.g_old_rec.information15
177: ,p_information16_o =>per_sht_shd.g_old_rec.information16
178: ,p_information17_o =>per_sht_shd.g_old_rec.information17
179: ,p_information18_o =>per_sht_shd.g_old_rec.information18
180: ,p_information19_o =>per_sht_shd.g_old_rec.information19
181: ,p_information20_o =>per_sht_shd.g_old_rec.information20
182: ,p_information21_o =>per_sht_shd.g_old_rec.information21

Line 179: ,p_information18_o =>per_sht_shd.g_old_rec.information18

175: ,p_information14_o =>per_sht_shd.g_old_rec.information14
176: ,p_information15_o =>per_sht_shd.g_old_rec.information15
177: ,p_information16_o =>per_sht_shd.g_old_rec.information16
178: ,p_information17_o =>per_sht_shd.g_old_rec.information17
179: ,p_information18_o =>per_sht_shd.g_old_rec.information18
180: ,p_information19_o =>per_sht_shd.g_old_rec.information19
181: ,p_information20_o =>per_sht_shd.g_old_rec.information20
182: ,p_information21_o =>per_sht_shd.g_old_rec.information21
183: ,p_information22_o =>per_sht_shd.g_old_rec.information22

Line 180: ,p_information19_o =>per_sht_shd.g_old_rec.information19

176: ,p_information15_o =>per_sht_shd.g_old_rec.information15
177: ,p_information16_o =>per_sht_shd.g_old_rec.information16
178: ,p_information17_o =>per_sht_shd.g_old_rec.information17
179: ,p_information18_o =>per_sht_shd.g_old_rec.information18
180: ,p_information19_o =>per_sht_shd.g_old_rec.information19
181: ,p_information20_o =>per_sht_shd.g_old_rec.information20
182: ,p_information21_o =>per_sht_shd.g_old_rec.information21
183: ,p_information22_o =>per_sht_shd.g_old_rec.information22
184: ,p_information23_o =>per_sht_shd.g_old_rec.information23

Line 181: ,p_information20_o =>per_sht_shd.g_old_rec.information20

177: ,p_information16_o =>per_sht_shd.g_old_rec.information16
178: ,p_information17_o =>per_sht_shd.g_old_rec.information17
179: ,p_information18_o =>per_sht_shd.g_old_rec.information18
180: ,p_information19_o =>per_sht_shd.g_old_rec.information19
181: ,p_information20_o =>per_sht_shd.g_old_rec.information20
182: ,p_information21_o =>per_sht_shd.g_old_rec.information21
183: ,p_information22_o =>per_sht_shd.g_old_rec.information22
184: ,p_information23_o =>per_sht_shd.g_old_rec.information23
185: ,p_information24_o =>per_sht_shd.g_old_rec.information24

Line 182: ,p_information21_o =>per_sht_shd.g_old_rec.information21

178: ,p_information17_o =>per_sht_shd.g_old_rec.information17
179: ,p_information18_o =>per_sht_shd.g_old_rec.information18
180: ,p_information19_o =>per_sht_shd.g_old_rec.information19
181: ,p_information20_o =>per_sht_shd.g_old_rec.information20
182: ,p_information21_o =>per_sht_shd.g_old_rec.information21
183: ,p_information22_o =>per_sht_shd.g_old_rec.information22
184: ,p_information23_o =>per_sht_shd.g_old_rec.information23
185: ,p_information24_o =>per_sht_shd.g_old_rec.information24
186: ,p_information25_o =>per_sht_shd.g_old_rec.information25

Line 183: ,p_information22_o =>per_sht_shd.g_old_rec.information22

179: ,p_information18_o =>per_sht_shd.g_old_rec.information18
180: ,p_information19_o =>per_sht_shd.g_old_rec.information19
181: ,p_information20_o =>per_sht_shd.g_old_rec.information20
182: ,p_information21_o =>per_sht_shd.g_old_rec.information21
183: ,p_information22_o =>per_sht_shd.g_old_rec.information22
184: ,p_information23_o =>per_sht_shd.g_old_rec.information23
185: ,p_information24_o =>per_sht_shd.g_old_rec.information24
186: ,p_information25_o =>per_sht_shd.g_old_rec.information25
187: ,p_information26_o =>per_sht_shd.g_old_rec.information26

Line 184: ,p_information23_o =>per_sht_shd.g_old_rec.information23

180: ,p_information19_o =>per_sht_shd.g_old_rec.information19
181: ,p_information20_o =>per_sht_shd.g_old_rec.information20
182: ,p_information21_o =>per_sht_shd.g_old_rec.information21
183: ,p_information22_o =>per_sht_shd.g_old_rec.information22
184: ,p_information23_o =>per_sht_shd.g_old_rec.information23
185: ,p_information24_o =>per_sht_shd.g_old_rec.information24
186: ,p_information25_o =>per_sht_shd.g_old_rec.information25
187: ,p_information26_o =>per_sht_shd.g_old_rec.information26
188: ,p_information27_o =>per_sht_shd.g_old_rec.information27

Line 185: ,p_information24_o =>per_sht_shd.g_old_rec.information24

181: ,p_information20_o =>per_sht_shd.g_old_rec.information20
182: ,p_information21_o =>per_sht_shd.g_old_rec.information21
183: ,p_information22_o =>per_sht_shd.g_old_rec.information22
184: ,p_information23_o =>per_sht_shd.g_old_rec.information23
185: ,p_information24_o =>per_sht_shd.g_old_rec.information24
186: ,p_information25_o =>per_sht_shd.g_old_rec.information25
187: ,p_information26_o =>per_sht_shd.g_old_rec.information26
188: ,p_information27_o =>per_sht_shd.g_old_rec.information27
189: ,p_information28_o =>per_sht_shd.g_old_rec.information28

Line 186: ,p_information25_o =>per_sht_shd.g_old_rec.information25

182: ,p_information21_o =>per_sht_shd.g_old_rec.information21
183: ,p_information22_o =>per_sht_shd.g_old_rec.information22
184: ,p_information23_o =>per_sht_shd.g_old_rec.information23
185: ,p_information24_o =>per_sht_shd.g_old_rec.information24
186: ,p_information25_o =>per_sht_shd.g_old_rec.information25
187: ,p_information26_o =>per_sht_shd.g_old_rec.information26
188: ,p_information27_o =>per_sht_shd.g_old_rec.information27
189: ,p_information28_o =>per_sht_shd.g_old_rec.information28
190: ,p_information29_o =>per_sht_shd.g_old_rec.information29

Line 187: ,p_information26_o =>per_sht_shd.g_old_rec.information26

183: ,p_information22_o =>per_sht_shd.g_old_rec.information22
184: ,p_information23_o =>per_sht_shd.g_old_rec.information23
185: ,p_information24_o =>per_sht_shd.g_old_rec.information24
186: ,p_information25_o =>per_sht_shd.g_old_rec.information25
187: ,p_information26_o =>per_sht_shd.g_old_rec.information26
188: ,p_information27_o =>per_sht_shd.g_old_rec.information27
189: ,p_information28_o =>per_sht_shd.g_old_rec.information28
190: ,p_information29_o =>per_sht_shd.g_old_rec.information29
191: ,p_information30_o =>per_sht_shd.g_old_rec.information30

Line 188: ,p_information27_o =>per_sht_shd.g_old_rec.information27

184: ,p_information23_o =>per_sht_shd.g_old_rec.information23
185: ,p_information24_o =>per_sht_shd.g_old_rec.information24
186: ,p_information25_o =>per_sht_shd.g_old_rec.information25
187: ,p_information26_o =>per_sht_shd.g_old_rec.information26
188: ,p_information27_o =>per_sht_shd.g_old_rec.information27
189: ,p_information28_o =>per_sht_shd.g_old_rec.information28
190: ,p_information29_o =>per_sht_shd.g_old_rec.information29
191: ,p_information30_o =>per_sht_shd.g_old_rec.information30
192: ,p_information_category_o =>per_sht_shd.g_old_rec.information_category

Line 189: ,p_information28_o =>per_sht_shd.g_old_rec.information28

185: ,p_information24_o =>per_sht_shd.g_old_rec.information24
186: ,p_information25_o =>per_sht_shd.g_old_rec.information25
187: ,p_information26_o =>per_sht_shd.g_old_rec.information26
188: ,p_information27_o =>per_sht_shd.g_old_rec.information27
189: ,p_information28_o =>per_sht_shd.g_old_rec.information28
190: ,p_information29_o =>per_sht_shd.g_old_rec.information29
191: ,p_information30_o =>per_sht_shd.g_old_rec.information30
192: ,p_information_category_o =>per_sht_shd.g_old_rec.information_category
193: ,p_object_version_number_o =>per_sht_shd.g_old_rec.object_version_number

Line 190: ,p_information29_o =>per_sht_shd.g_old_rec.information29

186: ,p_information25_o =>per_sht_shd.g_old_rec.information25
187: ,p_information26_o =>per_sht_shd.g_old_rec.information26
188: ,p_information27_o =>per_sht_shd.g_old_rec.information27
189: ,p_information28_o =>per_sht_shd.g_old_rec.information28
190: ,p_information29_o =>per_sht_shd.g_old_rec.information29
191: ,p_information30_o =>per_sht_shd.g_old_rec.information30
192: ,p_information_category_o =>per_sht_shd.g_old_rec.information_category
193: ,p_object_version_number_o =>per_sht_shd.g_old_rec.object_version_number
194: ,p_lookup_type_o =>per_sht_shd.g_old_rec.lookup_type

Line 191: ,p_information30_o =>per_sht_shd.g_old_rec.information30

187: ,p_information26_o =>per_sht_shd.g_old_rec.information26
188: ,p_information27_o =>per_sht_shd.g_old_rec.information27
189: ,p_information28_o =>per_sht_shd.g_old_rec.information28
190: ,p_information29_o =>per_sht_shd.g_old_rec.information29
191: ,p_information30_o =>per_sht_shd.g_old_rec.information30
192: ,p_information_category_o =>per_sht_shd.g_old_rec.information_category
193: ,p_object_version_number_o =>per_sht_shd.g_old_rec.object_version_number
194: ,p_lookup_type_o =>per_sht_shd.g_old_rec.lookup_type
195: );

Line 192: ,p_information_category_o =>per_sht_shd.g_old_rec.information_category

188: ,p_information27_o =>per_sht_shd.g_old_rec.information27
189: ,p_information28_o =>per_sht_shd.g_old_rec.information28
190: ,p_information29_o =>per_sht_shd.g_old_rec.information29
191: ,p_information30_o =>per_sht_shd.g_old_rec.information30
192: ,p_information_category_o =>per_sht_shd.g_old_rec.information_category
193: ,p_object_version_number_o =>per_sht_shd.g_old_rec.object_version_number
194: ,p_lookup_type_o =>per_sht_shd.g_old_rec.lookup_type
195: );
196: --

Line 193: ,p_object_version_number_o =>per_sht_shd.g_old_rec.object_version_number

189: ,p_information28_o =>per_sht_shd.g_old_rec.information28
190: ,p_information29_o =>per_sht_shd.g_old_rec.information29
191: ,p_information30_o =>per_sht_shd.g_old_rec.information30
192: ,p_information_category_o =>per_sht_shd.g_old_rec.information_category
193: ,p_object_version_number_o =>per_sht_shd.g_old_rec.object_version_number
194: ,p_lookup_type_o =>per_sht_shd.g_old_rec.lookup_type
195: );
196: --
197: exception

Line 194: ,p_lookup_type_o =>per_sht_shd.g_old_rec.lookup_type

190: ,p_information29_o =>per_sht_shd.g_old_rec.information29
191: ,p_information30_o =>per_sht_shd.g_old_rec.information30
192: ,p_information_category_o =>per_sht_shd.g_old_rec.information_category
193: ,p_object_version_number_o =>per_sht_shd.g_old_rec.object_version_number
194: ,p_lookup_type_o =>per_sht_shd.g_old_rec.lookup_type
195: );
196: --
197: exception
198: --

Line 219: p_rec in per_sht_shd.g_rec_type

215: -- ----------------------------------------------------------------------------
216: Procedure del
217: (
218: p_effective_date in date,
219: p_rec in per_sht_shd.g_rec_type
220: ) is
221: --
222: l_proc varchar2(72) := g_package||'del';
223: --

Line 229: per_sht_shd.lck

225: hr_utility.set_location('Entering:'||l_proc, 5);
226: --
227: -- We must lock the row which we need to delete.
228: --
229: per_sht_shd.lck
230: (
231: p_rec.shared_type_id,
232: p_rec.object_version_number
233: );

Line 264: l_rec per_sht_shd.g_rec_type;

260: p_shared_type_id in number,
261: p_object_version_number in number
262: ) is
263: --
264: l_rec per_sht_shd.g_rec_type;
265: l_proc varchar2(72) := g_package||'del';
266: --
267: Begin
268: hr_utility.set_location('Entering:'||l_proc, 5);