DBA Data[Home] [Help]

APPS.PQH_PSU_BUS dependencies on HR_API

Line 48: hr_api.mandatory_arg_error

44: hr_utility.set_location('Entering:'|| l_proc, 10);
45: --
46: -- Ensure that all the mandatory parameter are not null
47: --
48: hr_api.mandatory_arg_error
49: (p_api_name => l_proc
50: ,p_argument => 'statutory_situation_id'
51: ,p_argument_value => p_statutory_situation_id
52: );

Line 75: hr_api.set_security_group_id

71: close csr_sec_grp;
72: --
73: -- Set the security_group_id in CLIENT_INFO
74: --
75: hr_api.set_security_group_id
76: (p_security_group_id => l_security_group_id
77: );
78: --
79: -- Set the sessions legislation context in HR_SESSION_DATA

Line 81: hr_api.set_legislation_context(l_legislation_code);

77: );
78: --
79: -- Set the sessions legislation context in HR_SESSION_DATA
80: --
81: hr_api.set_legislation_context(l_legislation_code);
82: end if;
83: --
84: hr_utility.set_location(' Leaving:'|| l_proc, 20);
85: --

Line 119: hr_api.mandatory_arg_error

115: hr_utility.set_location('Entering:'|| l_proc, 10);
116: --
117: -- Ensure that all the mandatory parameter are not null
118: --
119: hr_api.mandatory_arg_error
120: (p_api_name => l_proc
121: ,p_argument => 'emp_stat_situation_id'
122: ,p_argument_value => p_emp_stat_situation_id
123: );

Line 125: if ( nvl(pqh_psu_bus.g_emp_stat_situation_id, hr_api.g_number)

121: ,p_argument => 'emp_stat_situation_id'
122: ,p_argument_value => p_emp_stat_situation_id
123: );
124: --
125: if ( nvl(pqh_psu_bus.g_emp_stat_situation_id, hr_api.g_number)
126: = p_emp_stat_situation_id) then
127: --
128: -- The legislation code has already been found with a previous
129: -- call to this function. Just return the value in the global

Line 201: nvl(pqh_psu_shd.g_old_rec.attribute_category, hr_api.g_varchar2) <>

197: begin
198: hr_utility.set_location('Entering:'||l_proc,10);
199: --
200: if ((p_rec.emp_stat_situation_id is not null) and (
201: nvl(pqh_psu_shd.g_old_rec.attribute_category, hr_api.g_varchar2) <>
202: nvl(p_rec.attribute_category, hr_api.g_varchar2) or
203: nvl(pqh_psu_shd.g_old_rec.attribute1, hr_api.g_varchar2) <>
204: nvl(p_rec.attribute1, hr_api.g_varchar2) or
205: nvl(pqh_psu_shd.g_old_rec.attribute2, hr_api.g_varchar2) <>

Line 202: nvl(p_rec.attribute_category, hr_api.g_varchar2) or

198: hr_utility.set_location('Entering:'||l_proc,10);
199: --
200: if ((p_rec.emp_stat_situation_id is not null) and (
201: nvl(pqh_psu_shd.g_old_rec.attribute_category, hr_api.g_varchar2) <>
202: nvl(p_rec.attribute_category, hr_api.g_varchar2) or
203: nvl(pqh_psu_shd.g_old_rec.attribute1, hr_api.g_varchar2) <>
204: nvl(p_rec.attribute1, hr_api.g_varchar2) or
205: nvl(pqh_psu_shd.g_old_rec.attribute2, hr_api.g_varchar2) <>
206: nvl(p_rec.attribute2, hr_api.g_varchar2) or

Line 203: nvl(pqh_psu_shd.g_old_rec.attribute1, hr_api.g_varchar2) <>

199: --
200: if ((p_rec.emp_stat_situation_id is not null) and (
201: nvl(pqh_psu_shd.g_old_rec.attribute_category, hr_api.g_varchar2) <>
202: nvl(p_rec.attribute_category, hr_api.g_varchar2) or
203: nvl(pqh_psu_shd.g_old_rec.attribute1, hr_api.g_varchar2) <>
204: nvl(p_rec.attribute1, hr_api.g_varchar2) or
205: nvl(pqh_psu_shd.g_old_rec.attribute2, hr_api.g_varchar2) <>
206: nvl(p_rec.attribute2, hr_api.g_varchar2) or
207: nvl(pqh_psu_shd.g_old_rec.attribute3, hr_api.g_varchar2) <>

Line 204: nvl(p_rec.attribute1, hr_api.g_varchar2) or

200: if ((p_rec.emp_stat_situation_id is not null) and (
201: nvl(pqh_psu_shd.g_old_rec.attribute_category, hr_api.g_varchar2) <>
202: nvl(p_rec.attribute_category, hr_api.g_varchar2) or
203: nvl(pqh_psu_shd.g_old_rec.attribute1, hr_api.g_varchar2) <>
204: nvl(p_rec.attribute1, hr_api.g_varchar2) or
205: nvl(pqh_psu_shd.g_old_rec.attribute2, hr_api.g_varchar2) <>
206: nvl(p_rec.attribute2, hr_api.g_varchar2) or
207: nvl(pqh_psu_shd.g_old_rec.attribute3, hr_api.g_varchar2) <>
208: nvl(p_rec.attribute3, hr_api.g_varchar2) or

Line 205: nvl(pqh_psu_shd.g_old_rec.attribute2, hr_api.g_varchar2) <>

201: nvl(pqh_psu_shd.g_old_rec.attribute_category, hr_api.g_varchar2) <>
202: nvl(p_rec.attribute_category, hr_api.g_varchar2) or
203: nvl(pqh_psu_shd.g_old_rec.attribute1, hr_api.g_varchar2) <>
204: nvl(p_rec.attribute1, hr_api.g_varchar2) or
205: nvl(pqh_psu_shd.g_old_rec.attribute2, hr_api.g_varchar2) <>
206: nvl(p_rec.attribute2, hr_api.g_varchar2) or
207: nvl(pqh_psu_shd.g_old_rec.attribute3, hr_api.g_varchar2) <>
208: nvl(p_rec.attribute3, hr_api.g_varchar2) or
209: nvl(pqh_psu_shd.g_old_rec.attribute4, hr_api.g_varchar2) <>

Line 206: nvl(p_rec.attribute2, hr_api.g_varchar2) or

202: nvl(p_rec.attribute_category, hr_api.g_varchar2) or
203: nvl(pqh_psu_shd.g_old_rec.attribute1, hr_api.g_varchar2) <>
204: nvl(p_rec.attribute1, hr_api.g_varchar2) or
205: nvl(pqh_psu_shd.g_old_rec.attribute2, hr_api.g_varchar2) <>
206: nvl(p_rec.attribute2, hr_api.g_varchar2) or
207: nvl(pqh_psu_shd.g_old_rec.attribute3, hr_api.g_varchar2) <>
208: nvl(p_rec.attribute3, hr_api.g_varchar2) or
209: nvl(pqh_psu_shd.g_old_rec.attribute4, hr_api.g_varchar2) <>
210: nvl(p_rec.attribute4, hr_api.g_varchar2) or

Line 207: nvl(pqh_psu_shd.g_old_rec.attribute3, hr_api.g_varchar2) <>

203: nvl(pqh_psu_shd.g_old_rec.attribute1, hr_api.g_varchar2) <>
204: nvl(p_rec.attribute1, hr_api.g_varchar2) or
205: nvl(pqh_psu_shd.g_old_rec.attribute2, hr_api.g_varchar2) <>
206: nvl(p_rec.attribute2, hr_api.g_varchar2) or
207: nvl(pqh_psu_shd.g_old_rec.attribute3, hr_api.g_varchar2) <>
208: nvl(p_rec.attribute3, hr_api.g_varchar2) or
209: nvl(pqh_psu_shd.g_old_rec.attribute4, hr_api.g_varchar2) <>
210: nvl(p_rec.attribute4, hr_api.g_varchar2) or
211: nvl(pqh_psu_shd.g_old_rec.attribute5, hr_api.g_varchar2) <>

Line 208: nvl(p_rec.attribute3, hr_api.g_varchar2) or

204: nvl(p_rec.attribute1, hr_api.g_varchar2) or
205: nvl(pqh_psu_shd.g_old_rec.attribute2, hr_api.g_varchar2) <>
206: nvl(p_rec.attribute2, hr_api.g_varchar2) or
207: nvl(pqh_psu_shd.g_old_rec.attribute3, hr_api.g_varchar2) <>
208: nvl(p_rec.attribute3, hr_api.g_varchar2) or
209: nvl(pqh_psu_shd.g_old_rec.attribute4, hr_api.g_varchar2) <>
210: nvl(p_rec.attribute4, hr_api.g_varchar2) or
211: nvl(pqh_psu_shd.g_old_rec.attribute5, hr_api.g_varchar2) <>
212: nvl(p_rec.attribute5, hr_api.g_varchar2) or

Line 209: nvl(pqh_psu_shd.g_old_rec.attribute4, hr_api.g_varchar2) <>

205: nvl(pqh_psu_shd.g_old_rec.attribute2, hr_api.g_varchar2) <>
206: nvl(p_rec.attribute2, hr_api.g_varchar2) or
207: nvl(pqh_psu_shd.g_old_rec.attribute3, hr_api.g_varchar2) <>
208: nvl(p_rec.attribute3, hr_api.g_varchar2) or
209: nvl(pqh_psu_shd.g_old_rec.attribute4, hr_api.g_varchar2) <>
210: nvl(p_rec.attribute4, hr_api.g_varchar2) or
211: nvl(pqh_psu_shd.g_old_rec.attribute5, hr_api.g_varchar2) <>
212: nvl(p_rec.attribute5, hr_api.g_varchar2) or
213: nvl(pqh_psu_shd.g_old_rec.attribute6, hr_api.g_varchar2) <>

Line 210: nvl(p_rec.attribute4, hr_api.g_varchar2) or

206: nvl(p_rec.attribute2, hr_api.g_varchar2) or
207: nvl(pqh_psu_shd.g_old_rec.attribute3, hr_api.g_varchar2) <>
208: nvl(p_rec.attribute3, hr_api.g_varchar2) or
209: nvl(pqh_psu_shd.g_old_rec.attribute4, hr_api.g_varchar2) <>
210: nvl(p_rec.attribute4, hr_api.g_varchar2) or
211: nvl(pqh_psu_shd.g_old_rec.attribute5, hr_api.g_varchar2) <>
212: nvl(p_rec.attribute5, hr_api.g_varchar2) or
213: nvl(pqh_psu_shd.g_old_rec.attribute6, hr_api.g_varchar2) <>
214: nvl(p_rec.attribute6, hr_api.g_varchar2) or

Line 211: nvl(pqh_psu_shd.g_old_rec.attribute5, hr_api.g_varchar2) <>

207: nvl(pqh_psu_shd.g_old_rec.attribute3, hr_api.g_varchar2) <>
208: nvl(p_rec.attribute3, hr_api.g_varchar2) or
209: nvl(pqh_psu_shd.g_old_rec.attribute4, hr_api.g_varchar2) <>
210: nvl(p_rec.attribute4, hr_api.g_varchar2) or
211: nvl(pqh_psu_shd.g_old_rec.attribute5, hr_api.g_varchar2) <>
212: nvl(p_rec.attribute5, hr_api.g_varchar2) or
213: nvl(pqh_psu_shd.g_old_rec.attribute6, hr_api.g_varchar2) <>
214: nvl(p_rec.attribute6, hr_api.g_varchar2) or
215: nvl(pqh_psu_shd.g_old_rec.attribute7, hr_api.g_varchar2) <>

Line 212: nvl(p_rec.attribute5, hr_api.g_varchar2) or

208: nvl(p_rec.attribute3, hr_api.g_varchar2) or
209: nvl(pqh_psu_shd.g_old_rec.attribute4, hr_api.g_varchar2) <>
210: nvl(p_rec.attribute4, hr_api.g_varchar2) or
211: nvl(pqh_psu_shd.g_old_rec.attribute5, hr_api.g_varchar2) <>
212: nvl(p_rec.attribute5, hr_api.g_varchar2) or
213: nvl(pqh_psu_shd.g_old_rec.attribute6, hr_api.g_varchar2) <>
214: nvl(p_rec.attribute6, hr_api.g_varchar2) or
215: nvl(pqh_psu_shd.g_old_rec.attribute7, hr_api.g_varchar2) <>
216: nvl(p_rec.attribute7, hr_api.g_varchar2) or

Line 213: nvl(pqh_psu_shd.g_old_rec.attribute6, hr_api.g_varchar2) <>

209: nvl(pqh_psu_shd.g_old_rec.attribute4, hr_api.g_varchar2) <>
210: nvl(p_rec.attribute4, hr_api.g_varchar2) or
211: nvl(pqh_psu_shd.g_old_rec.attribute5, hr_api.g_varchar2) <>
212: nvl(p_rec.attribute5, hr_api.g_varchar2) or
213: nvl(pqh_psu_shd.g_old_rec.attribute6, hr_api.g_varchar2) <>
214: nvl(p_rec.attribute6, hr_api.g_varchar2) or
215: nvl(pqh_psu_shd.g_old_rec.attribute7, hr_api.g_varchar2) <>
216: nvl(p_rec.attribute7, hr_api.g_varchar2) or
217: nvl(pqh_psu_shd.g_old_rec.attribute8, hr_api.g_varchar2) <>

Line 214: nvl(p_rec.attribute6, hr_api.g_varchar2) or

210: nvl(p_rec.attribute4, hr_api.g_varchar2) or
211: nvl(pqh_psu_shd.g_old_rec.attribute5, hr_api.g_varchar2) <>
212: nvl(p_rec.attribute5, hr_api.g_varchar2) or
213: nvl(pqh_psu_shd.g_old_rec.attribute6, hr_api.g_varchar2) <>
214: nvl(p_rec.attribute6, hr_api.g_varchar2) or
215: nvl(pqh_psu_shd.g_old_rec.attribute7, hr_api.g_varchar2) <>
216: nvl(p_rec.attribute7, hr_api.g_varchar2) or
217: nvl(pqh_psu_shd.g_old_rec.attribute8, hr_api.g_varchar2) <>
218: nvl(p_rec.attribute8, hr_api.g_varchar2) or

Line 215: nvl(pqh_psu_shd.g_old_rec.attribute7, hr_api.g_varchar2) <>

211: nvl(pqh_psu_shd.g_old_rec.attribute5, hr_api.g_varchar2) <>
212: nvl(p_rec.attribute5, hr_api.g_varchar2) or
213: nvl(pqh_psu_shd.g_old_rec.attribute6, hr_api.g_varchar2) <>
214: nvl(p_rec.attribute6, hr_api.g_varchar2) or
215: nvl(pqh_psu_shd.g_old_rec.attribute7, hr_api.g_varchar2) <>
216: nvl(p_rec.attribute7, hr_api.g_varchar2) or
217: nvl(pqh_psu_shd.g_old_rec.attribute8, hr_api.g_varchar2) <>
218: nvl(p_rec.attribute8, hr_api.g_varchar2) or
219: nvl(pqh_psu_shd.g_old_rec.attribute9, hr_api.g_varchar2) <>

Line 216: nvl(p_rec.attribute7, hr_api.g_varchar2) or

212: nvl(p_rec.attribute5, hr_api.g_varchar2) or
213: nvl(pqh_psu_shd.g_old_rec.attribute6, hr_api.g_varchar2) <>
214: nvl(p_rec.attribute6, hr_api.g_varchar2) or
215: nvl(pqh_psu_shd.g_old_rec.attribute7, hr_api.g_varchar2) <>
216: nvl(p_rec.attribute7, hr_api.g_varchar2) or
217: nvl(pqh_psu_shd.g_old_rec.attribute8, hr_api.g_varchar2) <>
218: nvl(p_rec.attribute8, hr_api.g_varchar2) or
219: nvl(pqh_psu_shd.g_old_rec.attribute9, hr_api.g_varchar2) <>
220: nvl(p_rec.attribute9, hr_api.g_varchar2) or

Line 217: nvl(pqh_psu_shd.g_old_rec.attribute8, hr_api.g_varchar2) <>

213: nvl(pqh_psu_shd.g_old_rec.attribute6, hr_api.g_varchar2) <>
214: nvl(p_rec.attribute6, hr_api.g_varchar2) or
215: nvl(pqh_psu_shd.g_old_rec.attribute7, hr_api.g_varchar2) <>
216: nvl(p_rec.attribute7, hr_api.g_varchar2) or
217: nvl(pqh_psu_shd.g_old_rec.attribute8, hr_api.g_varchar2) <>
218: nvl(p_rec.attribute8, hr_api.g_varchar2) or
219: nvl(pqh_psu_shd.g_old_rec.attribute9, hr_api.g_varchar2) <>
220: nvl(p_rec.attribute9, hr_api.g_varchar2) or
221: nvl(pqh_psu_shd.g_old_rec.attribute10, hr_api.g_varchar2) <>

Line 218: nvl(p_rec.attribute8, hr_api.g_varchar2) or

214: nvl(p_rec.attribute6, hr_api.g_varchar2) or
215: nvl(pqh_psu_shd.g_old_rec.attribute7, hr_api.g_varchar2) <>
216: nvl(p_rec.attribute7, hr_api.g_varchar2) or
217: nvl(pqh_psu_shd.g_old_rec.attribute8, hr_api.g_varchar2) <>
218: nvl(p_rec.attribute8, hr_api.g_varchar2) or
219: nvl(pqh_psu_shd.g_old_rec.attribute9, hr_api.g_varchar2) <>
220: nvl(p_rec.attribute9, hr_api.g_varchar2) or
221: nvl(pqh_psu_shd.g_old_rec.attribute10, hr_api.g_varchar2) <>
222: nvl(p_rec.attribute10, hr_api.g_varchar2) or

Line 219: nvl(pqh_psu_shd.g_old_rec.attribute9, hr_api.g_varchar2) <>

215: nvl(pqh_psu_shd.g_old_rec.attribute7, hr_api.g_varchar2) <>
216: nvl(p_rec.attribute7, hr_api.g_varchar2) or
217: nvl(pqh_psu_shd.g_old_rec.attribute8, hr_api.g_varchar2) <>
218: nvl(p_rec.attribute8, hr_api.g_varchar2) or
219: nvl(pqh_psu_shd.g_old_rec.attribute9, hr_api.g_varchar2) <>
220: nvl(p_rec.attribute9, hr_api.g_varchar2) or
221: nvl(pqh_psu_shd.g_old_rec.attribute10, hr_api.g_varchar2) <>
222: nvl(p_rec.attribute10, hr_api.g_varchar2) or
223: nvl(pqh_psu_shd.g_old_rec.attribute11, hr_api.g_varchar2) <>

Line 220: nvl(p_rec.attribute9, hr_api.g_varchar2) or

216: nvl(p_rec.attribute7, hr_api.g_varchar2) or
217: nvl(pqh_psu_shd.g_old_rec.attribute8, hr_api.g_varchar2) <>
218: nvl(p_rec.attribute8, hr_api.g_varchar2) or
219: nvl(pqh_psu_shd.g_old_rec.attribute9, hr_api.g_varchar2) <>
220: nvl(p_rec.attribute9, hr_api.g_varchar2) or
221: nvl(pqh_psu_shd.g_old_rec.attribute10, hr_api.g_varchar2) <>
222: nvl(p_rec.attribute10, hr_api.g_varchar2) or
223: nvl(pqh_psu_shd.g_old_rec.attribute11, hr_api.g_varchar2) <>
224: nvl(p_rec.attribute11, hr_api.g_varchar2) or

Line 221: nvl(pqh_psu_shd.g_old_rec.attribute10, hr_api.g_varchar2) <>

217: nvl(pqh_psu_shd.g_old_rec.attribute8, hr_api.g_varchar2) <>
218: nvl(p_rec.attribute8, hr_api.g_varchar2) or
219: nvl(pqh_psu_shd.g_old_rec.attribute9, hr_api.g_varchar2) <>
220: nvl(p_rec.attribute9, hr_api.g_varchar2) or
221: nvl(pqh_psu_shd.g_old_rec.attribute10, hr_api.g_varchar2) <>
222: nvl(p_rec.attribute10, hr_api.g_varchar2) or
223: nvl(pqh_psu_shd.g_old_rec.attribute11, hr_api.g_varchar2) <>
224: nvl(p_rec.attribute11, hr_api.g_varchar2) or
225: nvl(pqh_psu_shd.g_old_rec.attribute12, hr_api.g_varchar2) <>

Line 222: nvl(p_rec.attribute10, hr_api.g_varchar2) or

218: nvl(p_rec.attribute8, hr_api.g_varchar2) or
219: nvl(pqh_psu_shd.g_old_rec.attribute9, hr_api.g_varchar2) <>
220: nvl(p_rec.attribute9, hr_api.g_varchar2) or
221: nvl(pqh_psu_shd.g_old_rec.attribute10, hr_api.g_varchar2) <>
222: nvl(p_rec.attribute10, hr_api.g_varchar2) or
223: nvl(pqh_psu_shd.g_old_rec.attribute11, hr_api.g_varchar2) <>
224: nvl(p_rec.attribute11, hr_api.g_varchar2) or
225: nvl(pqh_psu_shd.g_old_rec.attribute12, hr_api.g_varchar2) <>
226: nvl(p_rec.attribute12, hr_api.g_varchar2) or

Line 223: nvl(pqh_psu_shd.g_old_rec.attribute11, hr_api.g_varchar2) <>

219: nvl(pqh_psu_shd.g_old_rec.attribute9, hr_api.g_varchar2) <>
220: nvl(p_rec.attribute9, hr_api.g_varchar2) or
221: nvl(pqh_psu_shd.g_old_rec.attribute10, hr_api.g_varchar2) <>
222: nvl(p_rec.attribute10, hr_api.g_varchar2) or
223: nvl(pqh_psu_shd.g_old_rec.attribute11, hr_api.g_varchar2) <>
224: nvl(p_rec.attribute11, hr_api.g_varchar2) or
225: nvl(pqh_psu_shd.g_old_rec.attribute12, hr_api.g_varchar2) <>
226: nvl(p_rec.attribute12, hr_api.g_varchar2) or
227: nvl(pqh_psu_shd.g_old_rec.attribute13, hr_api.g_varchar2) <>

Line 224: nvl(p_rec.attribute11, hr_api.g_varchar2) or

220: nvl(p_rec.attribute9, hr_api.g_varchar2) or
221: nvl(pqh_psu_shd.g_old_rec.attribute10, hr_api.g_varchar2) <>
222: nvl(p_rec.attribute10, hr_api.g_varchar2) or
223: nvl(pqh_psu_shd.g_old_rec.attribute11, hr_api.g_varchar2) <>
224: nvl(p_rec.attribute11, hr_api.g_varchar2) or
225: nvl(pqh_psu_shd.g_old_rec.attribute12, hr_api.g_varchar2) <>
226: nvl(p_rec.attribute12, hr_api.g_varchar2) or
227: nvl(pqh_psu_shd.g_old_rec.attribute13, hr_api.g_varchar2) <>
228: nvl(p_rec.attribute13, hr_api.g_varchar2) or

Line 225: nvl(pqh_psu_shd.g_old_rec.attribute12, hr_api.g_varchar2) <>

221: nvl(pqh_psu_shd.g_old_rec.attribute10, hr_api.g_varchar2) <>
222: nvl(p_rec.attribute10, hr_api.g_varchar2) or
223: nvl(pqh_psu_shd.g_old_rec.attribute11, hr_api.g_varchar2) <>
224: nvl(p_rec.attribute11, hr_api.g_varchar2) or
225: nvl(pqh_psu_shd.g_old_rec.attribute12, hr_api.g_varchar2) <>
226: nvl(p_rec.attribute12, hr_api.g_varchar2) or
227: nvl(pqh_psu_shd.g_old_rec.attribute13, hr_api.g_varchar2) <>
228: nvl(p_rec.attribute13, hr_api.g_varchar2) or
229: nvl(pqh_psu_shd.g_old_rec.attribute14, hr_api.g_varchar2) <>

Line 226: nvl(p_rec.attribute12, hr_api.g_varchar2) or

222: nvl(p_rec.attribute10, hr_api.g_varchar2) or
223: nvl(pqh_psu_shd.g_old_rec.attribute11, hr_api.g_varchar2) <>
224: nvl(p_rec.attribute11, hr_api.g_varchar2) or
225: nvl(pqh_psu_shd.g_old_rec.attribute12, hr_api.g_varchar2) <>
226: nvl(p_rec.attribute12, hr_api.g_varchar2) or
227: nvl(pqh_psu_shd.g_old_rec.attribute13, hr_api.g_varchar2) <>
228: nvl(p_rec.attribute13, hr_api.g_varchar2) or
229: nvl(pqh_psu_shd.g_old_rec.attribute14, hr_api.g_varchar2) <>
230: nvl(p_rec.attribute14, hr_api.g_varchar2) or

Line 227: nvl(pqh_psu_shd.g_old_rec.attribute13, hr_api.g_varchar2) <>

223: nvl(pqh_psu_shd.g_old_rec.attribute11, hr_api.g_varchar2) <>
224: nvl(p_rec.attribute11, hr_api.g_varchar2) or
225: nvl(pqh_psu_shd.g_old_rec.attribute12, hr_api.g_varchar2) <>
226: nvl(p_rec.attribute12, hr_api.g_varchar2) or
227: nvl(pqh_psu_shd.g_old_rec.attribute13, hr_api.g_varchar2) <>
228: nvl(p_rec.attribute13, hr_api.g_varchar2) or
229: nvl(pqh_psu_shd.g_old_rec.attribute14, hr_api.g_varchar2) <>
230: nvl(p_rec.attribute14, hr_api.g_varchar2) or
231: nvl(pqh_psu_shd.g_old_rec.attribute15, hr_api.g_varchar2) <>

Line 228: nvl(p_rec.attribute13, hr_api.g_varchar2) or

224: nvl(p_rec.attribute11, hr_api.g_varchar2) or
225: nvl(pqh_psu_shd.g_old_rec.attribute12, hr_api.g_varchar2) <>
226: nvl(p_rec.attribute12, hr_api.g_varchar2) or
227: nvl(pqh_psu_shd.g_old_rec.attribute13, hr_api.g_varchar2) <>
228: nvl(p_rec.attribute13, hr_api.g_varchar2) or
229: nvl(pqh_psu_shd.g_old_rec.attribute14, hr_api.g_varchar2) <>
230: nvl(p_rec.attribute14, hr_api.g_varchar2) or
231: nvl(pqh_psu_shd.g_old_rec.attribute15, hr_api.g_varchar2) <>
232: nvl(p_rec.attribute15, hr_api.g_varchar2) or

Line 229: nvl(pqh_psu_shd.g_old_rec.attribute14, hr_api.g_varchar2) <>

225: nvl(pqh_psu_shd.g_old_rec.attribute12, hr_api.g_varchar2) <>
226: nvl(p_rec.attribute12, hr_api.g_varchar2) or
227: nvl(pqh_psu_shd.g_old_rec.attribute13, hr_api.g_varchar2) <>
228: nvl(p_rec.attribute13, hr_api.g_varchar2) or
229: nvl(pqh_psu_shd.g_old_rec.attribute14, hr_api.g_varchar2) <>
230: nvl(p_rec.attribute14, hr_api.g_varchar2) or
231: nvl(pqh_psu_shd.g_old_rec.attribute15, hr_api.g_varchar2) <>
232: nvl(p_rec.attribute15, hr_api.g_varchar2) or
233: nvl(pqh_psu_shd.g_old_rec.attribute16, hr_api.g_varchar2) <>

Line 230: nvl(p_rec.attribute14, hr_api.g_varchar2) or

226: nvl(p_rec.attribute12, hr_api.g_varchar2) or
227: nvl(pqh_psu_shd.g_old_rec.attribute13, hr_api.g_varchar2) <>
228: nvl(p_rec.attribute13, hr_api.g_varchar2) or
229: nvl(pqh_psu_shd.g_old_rec.attribute14, hr_api.g_varchar2) <>
230: nvl(p_rec.attribute14, hr_api.g_varchar2) or
231: nvl(pqh_psu_shd.g_old_rec.attribute15, hr_api.g_varchar2) <>
232: nvl(p_rec.attribute15, hr_api.g_varchar2) or
233: nvl(pqh_psu_shd.g_old_rec.attribute16, hr_api.g_varchar2) <>
234: nvl(p_rec.attribute16, hr_api.g_varchar2) or

Line 231: nvl(pqh_psu_shd.g_old_rec.attribute15, hr_api.g_varchar2) <>

227: nvl(pqh_psu_shd.g_old_rec.attribute13, hr_api.g_varchar2) <>
228: nvl(p_rec.attribute13, hr_api.g_varchar2) or
229: nvl(pqh_psu_shd.g_old_rec.attribute14, hr_api.g_varchar2) <>
230: nvl(p_rec.attribute14, hr_api.g_varchar2) or
231: nvl(pqh_psu_shd.g_old_rec.attribute15, hr_api.g_varchar2) <>
232: nvl(p_rec.attribute15, hr_api.g_varchar2) or
233: nvl(pqh_psu_shd.g_old_rec.attribute16, hr_api.g_varchar2) <>
234: nvl(p_rec.attribute16, hr_api.g_varchar2) or
235: nvl(pqh_psu_shd.g_old_rec.attribute17, hr_api.g_varchar2) <>

Line 232: nvl(p_rec.attribute15, hr_api.g_varchar2) or

228: nvl(p_rec.attribute13, hr_api.g_varchar2) or
229: nvl(pqh_psu_shd.g_old_rec.attribute14, hr_api.g_varchar2) <>
230: nvl(p_rec.attribute14, hr_api.g_varchar2) or
231: nvl(pqh_psu_shd.g_old_rec.attribute15, hr_api.g_varchar2) <>
232: nvl(p_rec.attribute15, hr_api.g_varchar2) or
233: nvl(pqh_psu_shd.g_old_rec.attribute16, hr_api.g_varchar2) <>
234: nvl(p_rec.attribute16, hr_api.g_varchar2) or
235: nvl(pqh_psu_shd.g_old_rec.attribute17, hr_api.g_varchar2) <>
236: nvl(p_rec.attribute17, hr_api.g_varchar2) or

Line 233: nvl(pqh_psu_shd.g_old_rec.attribute16, hr_api.g_varchar2) <>

229: nvl(pqh_psu_shd.g_old_rec.attribute14, hr_api.g_varchar2) <>
230: nvl(p_rec.attribute14, hr_api.g_varchar2) or
231: nvl(pqh_psu_shd.g_old_rec.attribute15, hr_api.g_varchar2) <>
232: nvl(p_rec.attribute15, hr_api.g_varchar2) or
233: nvl(pqh_psu_shd.g_old_rec.attribute16, hr_api.g_varchar2) <>
234: nvl(p_rec.attribute16, hr_api.g_varchar2) or
235: nvl(pqh_psu_shd.g_old_rec.attribute17, hr_api.g_varchar2) <>
236: nvl(p_rec.attribute17, hr_api.g_varchar2) or
237: nvl(pqh_psu_shd.g_old_rec.attribute18, hr_api.g_varchar2) <>

Line 234: nvl(p_rec.attribute16, hr_api.g_varchar2) or

230: nvl(p_rec.attribute14, hr_api.g_varchar2) or
231: nvl(pqh_psu_shd.g_old_rec.attribute15, hr_api.g_varchar2) <>
232: nvl(p_rec.attribute15, hr_api.g_varchar2) or
233: nvl(pqh_psu_shd.g_old_rec.attribute16, hr_api.g_varchar2) <>
234: nvl(p_rec.attribute16, hr_api.g_varchar2) or
235: nvl(pqh_psu_shd.g_old_rec.attribute17, hr_api.g_varchar2) <>
236: nvl(p_rec.attribute17, hr_api.g_varchar2) or
237: nvl(pqh_psu_shd.g_old_rec.attribute18, hr_api.g_varchar2) <>
238: nvl(p_rec.attribute18, hr_api.g_varchar2) or

Line 235: nvl(pqh_psu_shd.g_old_rec.attribute17, hr_api.g_varchar2) <>

231: nvl(pqh_psu_shd.g_old_rec.attribute15, hr_api.g_varchar2) <>
232: nvl(p_rec.attribute15, hr_api.g_varchar2) or
233: nvl(pqh_psu_shd.g_old_rec.attribute16, hr_api.g_varchar2) <>
234: nvl(p_rec.attribute16, hr_api.g_varchar2) or
235: nvl(pqh_psu_shd.g_old_rec.attribute17, hr_api.g_varchar2) <>
236: nvl(p_rec.attribute17, hr_api.g_varchar2) or
237: nvl(pqh_psu_shd.g_old_rec.attribute18, hr_api.g_varchar2) <>
238: nvl(p_rec.attribute18, hr_api.g_varchar2) or
239: nvl(pqh_psu_shd.g_old_rec.attribute19, hr_api.g_varchar2) <>

Line 236: nvl(p_rec.attribute17, hr_api.g_varchar2) or

232: nvl(p_rec.attribute15, hr_api.g_varchar2) or
233: nvl(pqh_psu_shd.g_old_rec.attribute16, hr_api.g_varchar2) <>
234: nvl(p_rec.attribute16, hr_api.g_varchar2) or
235: nvl(pqh_psu_shd.g_old_rec.attribute17, hr_api.g_varchar2) <>
236: nvl(p_rec.attribute17, hr_api.g_varchar2) or
237: nvl(pqh_psu_shd.g_old_rec.attribute18, hr_api.g_varchar2) <>
238: nvl(p_rec.attribute18, hr_api.g_varchar2) or
239: nvl(pqh_psu_shd.g_old_rec.attribute19, hr_api.g_varchar2) <>
240: nvl(p_rec.attribute19, hr_api.g_varchar2) or

Line 237: nvl(pqh_psu_shd.g_old_rec.attribute18, hr_api.g_varchar2) <>

233: nvl(pqh_psu_shd.g_old_rec.attribute16, hr_api.g_varchar2) <>
234: nvl(p_rec.attribute16, hr_api.g_varchar2) or
235: nvl(pqh_psu_shd.g_old_rec.attribute17, hr_api.g_varchar2) <>
236: nvl(p_rec.attribute17, hr_api.g_varchar2) or
237: nvl(pqh_psu_shd.g_old_rec.attribute18, hr_api.g_varchar2) <>
238: nvl(p_rec.attribute18, hr_api.g_varchar2) or
239: nvl(pqh_psu_shd.g_old_rec.attribute19, hr_api.g_varchar2) <>
240: nvl(p_rec.attribute19, hr_api.g_varchar2) or
241: nvl(pqh_psu_shd.g_old_rec.attribute20, hr_api.g_varchar2) <>

Line 238: nvl(p_rec.attribute18, hr_api.g_varchar2) or

234: nvl(p_rec.attribute16, hr_api.g_varchar2) or
235: nvl(pqh_psu_shd.g_old_rec.attribute17, hr_api.g_varchar2) <>
236: nvl(p_rec.attribute17, hr_api.g_varchar2) or
237: nvl(pqh_psu_shd.g_old_rec.attribute18, hr_api.g_varchar2) <>
238: nvl(p_rec.attribute18, hr_api.g_varchar2) or
239: nvl(pqh_psu_shd.g_old_rec.attribute19, hr_api.g_varchar2) <>
240: nvl(p_rec.attribute19, hr_api.g_varchar2) or
241: nvl(pqh_psu_shd.g_old_rec.attribute20, hr_api.g_varchar2) <>
242: nvl(p_rec.attribute20, hr_api.g_varchar2) or

Line 239: nvl(pqh_psu_shd.g_old_rec.attribute19, hr_api.g_varchar2) <>

235: nvl(pqh_psu_shd.g_old_rec.attribute17, hr_api.g_varchar2) <>
236: nvl(p_rec.attribute17, hr_api.g_varchar2) or
237: nvl(pqh_psu_shd.g_old_rec.attribute18, hr_api.g_varchar2) <>
238: nvl(p_rec.attribute18, hr_api.g_varchar2) or
239: nvl(pqh_psu_shd.g_old_rec.attribute19, hr_api.g_varchar2) <>
240: nvl(p_rec.attribute19, hr_api.g_varchar2) or
241: nvl(pqh_psu_shd.g_old_rec.attribute20, hr_api.g_varchar2) <>
242: nvl(p_rec.attribute20, hr_api.g_varchar2) or
243: nvl(pqh_psu_shd.g_old_rec.attribute21, hr_api.g_varchar2) <>

Line 240: nvl(p_rec.attribute19, hr_api.g_varchar2) or

236: nvl(p_rec.attribute17, hr_api.g_varchar2) or
237: nvl(pqh_psu_shd.g_old_rec.attribute18, hr_api.g_varchar2) <>
238: nvl(p_rec.attribute18, hr_api.g_varchar2) or
239: nvl(pqh_psu_shd.g_old_rec.attribute19, hr_api.g_varchar2) <>
240: nvl(p_rec.attribute19, hr_api.g_varchar2) or
241: nvl(pqh_psu_shd.g_old_rec.attribute20, hr_api.g_varchar2) <>
242: nvl(p_rec.attribute20, hr_api.g_varchar2) or
243: nvl(pqh_psu_shd.g_old_rec.attribute21, hr_api.g_varchar2) <>
244: nvl(p_rec.attribute21, hr_api.g_varchar2) or

Line 241: nvl(pqh_psu_shd.g_old_rec.attribute20, hr_api.g_varchar2) <>

237: nvl(pqh_psu_shd.g_old_rec.attribute18, hr_api.g_varchar2) <>
238: nvl(p_rec.attribute18, hr_api.g_varchar2) or
239: nvl(pqh_psu_shd.g_old_rec.attribute19, hr_api.g_varchar2) <>
240: nvl(p_rec.attribute19, hr_api.g_varchar2) or
241: nvl(pqh_psu_shd.g_old_rec.attribute20, hr_api.g_varchar2) <>
242: nvl(p_rec.attribute20, hr_api.g_varchar2) or
243: nvl(pqh_psu_shd.g_old_rec.attribute21, hr_api.g_varchar2) <>
244: nvl(p_rec.attribute21, hr_api.g_varchar2) or
245: nvl(pqh_psu_shd.g_old_rec.attribute22, hr_api.g_varchar2) <>

Line 242: nvl(p_rec.attribute20, hr_api.g_varchar2) or

238: nvl(p_rec.attribute18, hr_api.g_varchar2) or
239: nvl(pqh_psu_shd.g_old_rec.attribute19, hr_api.g_varchar2) <>
240: nvl(p_rec.attribute19, hr_api.g_varchar2) or
241: nvl(pqh_psu_shd.g_old_rec.attribute20, hr_api.g_varchar2) <>
242: nvl(p_rec.attribute20, hr_api.g_varchar2) or
243: nvl(pqh_psu_shd.g_old_rec.attribute21, hr_api.g_varchar2) <>
244: nvl(p_rec.attribute21, hr_api.g_varchar2) or
245: nvl(pqh_psu_shd.g_old_rec.attribute22, hr_api.g_varchar2) <>
246: nvl(p_rec.attribute22, hr_api.g_varchar2) or

Line 243: nvl(pqh_psu_shd.g_old_rec.attribute21, hr_api.g_varchar2) <>

239: nvl(pqh_psu_shd.g_old_rec.attribute19, hr_api.g_varchar2) <>
240: nvl(p_rec.attribute19, hr_api.g_varchar2) or
241: nvl(pqh_psu_shd.g_old_rec.attribute20, hr_api.g_varchar2) <>
242: nvl(p_rec.attribute20, hr_api.g_varchar2) or
243: nvl(pqh_psu_shd.g_old_rec.attribute21, hr_api.g_varchar2) <>
244: nvl(p_rec.attribute21, hr_api.g_varchar2) or
245: nvl(pqh_psu_shd.g_old_rec.attribute22, hr_api.g_varchar2) <>
246: nvl(p_rec.attribute22, hr_api.g_varchar2) or
247: nvl(pqh_psu_shd.g_old_rec.attribute23, hr_api.g_varchar2) <>

Line 244: nvl(p_rec.attribute21, hr_api.g_varchar2) or

240: nvl(p_rec.attribute19, hr_api.g_varchar2) or
241: nvl(pqh_psu_shd.g_old_rec.attribute20, hr_api.g_varchar2) <>
242: nvl(p_rec.attribute20, hr_api.g_varchar2) or
243: nvl(pqh_psu_shd.g_old_rec.attribute21, hr_api.g_varchar2) <>
244: nvl(p_rec.attribute21, hr_api.g_varchar2) or
245: nvl(pqh_psu_shd.g_old_rec.attribute22, hr_api.g_varchar2) <>
246: nvl(p_rec.attribute22, hr_api.g_varchar2) or
247: nvl(pqh_psu_shd.g_old_rec.attribute23, hr_api.g_varchar2) <>
248: nvl(p_rec.attribute23, hr_api.g_varchar2) or

Line 245: nvl(pqh_psu_shd.g_old_rec.attribute22, hr_api.g_varchar2) <>

241: nvl(pqh_psu_shd.g_old_rec.attribute20, hr_api.g_varchar2) <>
242: nvl(p_rec.attribute20, hr_api.g_varchar2) or
243: nvl(pqh_psu_shd.g_old_rec.attribute21, hr_api.g_varchar2) <>
244: nvl(p_rec.attribute21, hr_api.g_varchar2) or
245: nvl(pqh_psu_shd.g_old_rec.attribute22, hr_api.g_varchar2) <>
246: nvl(p_rec.attribute22, hr_api.g_varchar2) or
247: nvl(pqh_psu_shd.g_old_rec.attribute23, hr_api.g_varchar2) <>
248: nvl(p_rec.attribute23, hr_api.g_varchar2) or
249: nvl(pqh_psu_shd.g_old_rec.attribute24, hr_api.g_varchar2) <>

Line 246: nvl(p_rec.attribute22, hr_api.g_varchar2) or

242: nvl(p_rec.attribute20, hr_api.g_varchar2) or
243: nvl(pqh_psu_shd.g_old_rec.attribute21, hr_api.g_varchar2) <>
244: nvl(p_rec.attribute21, hr_api.g_varchar2) or
245: nvl(pqh_psu_shd.g_old_rec.attribute22, hr_api.g_varchar2) <>
246: nvl(p_rec.attribute22, hr_api.g_varchar2) or
247: nvl(pqh_psu_shd.g_old_rec.attribute23, hr_api.g_varchar2) <>
248: nvl(p_rec.attribute23, hr_api.g_varchar2) or
249: nvl(pqh_psu_shd.g_old_rec.attribute24, hr_api.g_varchar2) <>
250: nvl(p_rec.attribute24, hr_api.g_varchar2) or

Line 247: nvl(pqh_psu_shd.g_old_rec.attribute23, hr_api.g_varchar2) <>

243: nvl(pqh_psu_shd.g_old_rec.attribute21, hr_api.g_varchar2) <>
244: nvl(p_rec.attribute21, hr_api.g_varchar2) or
245: nvl(pqh_psu_shd.g_old_rec.attribute22, hr_api.g_varchar2) <>
246: nvl(p_rec.attribute22, hr_api.g_varchar2) or
247: nvl(pqh_psu_shd.g_old_rec.attribute23, hr_api.g_varchar2) <>
248: nvl(p_rec.attribute23, hr_api.g_varchar2) or
249: nvl(pqh_psu_shd.g_old_rec.attribute24, hr_api.g_varchar2) <>
250: nvl(p_rec.attribute24, hr_api.g_varchar2) or
251: nvl(pqh_psu_shd.g_old_rec.attribute25, hr_api.g_varchar2) <>

Line 248: nvl(p_rec.attribute23, hr_api.g_varchar2) or

244: nvl(p_rec.attribute21, hr_api.g_varchar2) or
245: nvl(pqh_psu_shd.g_old_rec.attribute22, hr_api.g_varchar2) <>
246: nvl(p_rec.attribute22, hr_api.g_varchar2) or
247: nvl(pqh_psu_shd.g_old_rec.attribute23, hr_api.g_varchar2) <>
248: nvl(p_rec.attribute23, hr_api.g_varchar2) or
249: nvl(pqh_psu_shd.g_old_rec.attribute24, hr_api.g_varchar2) <>
250: nvl(p_rec.attribute24, hr_api.g_varchar2) or
251: nvl(pqh_psu_shd.g_old_rec.attribute25, hr_api.g_varchar2) <>
252: nvl(p_rec.attribute25, hr_api.g_varchar2) or

Line 249: nvl(pqh_psu_shd.g_old_rec.attribute24, hr_api.g_varchar2) <>

245: nvl(pqh_psu_shd.g_old_rec.attribute22, hr_api.g_varchar2) <>
246: nvl(p_rec.attribute22, hr_api.g_varchar2) or
247: nvl(pqh_psu_shd.g_old_rec.attribute23, hr_api.g_varchar2) <>
248: nvl(p_rec.attribute23, hr_api.g_varchar2) or
249: nvl(pqh_psu_shd.g_old_rec.attribute24, hr_api.g_varchar2) <>
250: nvl(p_rec.attribute24, hr_api.g_varchar2) or
251: nvl(pqh_psu_shd.g_old_rec.attribute25, hr_api.g_varchar2) <>
252: nvl(p_rec.attribute25, hr_api.g_varchar2) or
253: nvl(pqh_psu_shd.g_old_rec.attribute26, hr_api.g_varchar2) <>

Line 250: nvl(p_rec.attribute24, hr_api.g_varchar2) or

246: nvl(p_rec.attribute22, hr_api.g_varchar2) or
247: nvl(pqh_psu_shd.g_old_rec.attribute23, hr_api.g_varchar2) <>
248: nvl(p_rec.attribute23, hr_api.g_varchar2) or
249: nvl(pqh_psu_shd.g_old_rec.attribute24, hr_api.g_varchar2) <>
250: nvl(p_rec.attribute24, hr_api.g_varchar2) or
251: nvl(pqh_psu_shd.g_old_rec.attribute25, hr_api.g_varchar2) <>
252: nvl(p_rec.attribute25, hr_api.g_varchar2) or
253: nvl(pqh_psu_shd.g_old_rec.attribute26, hr_api.g_varchar2) <>
254: nvl(p_rec.attribute26, hr_api.g_varchar2) or

Line 251: nvl(pqh_psu_shd.g_old_rec.attribute25, hr_api.g_varchar2) <>

247: nvl(pqh_psu_shd.g_old_rec.attribute23, hr_api.g_varchar2) <>
248: nvl(p_rec.attribute23, hr_api.g_varchar2) or
249: nvl(pqh_psu_shd.g_old_rec.attribute24, hr_api.g_varchar2) <>
250: nvl(p_rec.attribute24, hr_api.g_varchar2) or
251: nvl(pqh_psu_shd.g_old_rec.attribute25, hr_api.g_varchar2) <>
252: nvl(p_rec.attribute25, hr_api.g_varchar2) or
253: nvl(pqh_psu_shd.g_old_rec.attribute26, hr_api.g_varchar2) <>
254: nvl(p_rec.attribute26, hr_api.g_varchar2) or
255: nvl(pqh_psu_shd.g_old_rec.attribute27, hr_api.g_varchar2) <>

Line 252: nvl(p_rec.attribute25, hr_api.g_varchar2) or

248: nvl(p_rec.attribute23, hr_api.g_varchar2) or
249: nvl(pqh_psu_shd.g_old_rec.attribute24, hr_api.g_varchar2) <>
250: nvl(p_rec.attribute24, hr_api.g_varchar2) or
251: nvl(pqh_psu_shd.g_old_rec.attribute25, hr_api.g_varchar2) <>
252: nvl(p_rec.attribute25, hr_api.g_varchar2) or
253: nvl(pqh_psu_shd.g_old_rec.attribute26, hr_api.g_varchar2) <>
254: nvl(p_rec.attribute26, hr_api.g_varchar2) or
255: nvl(pqh_psu_shd.g_old_rec.attribute27, hr_api.g_varchar2) <>
256: nvl(p_rec.attribute27, hr_api.g_varchar2) or

Line 253: nvl(pqh_psu_shd.g_old_rec.attribute26, hr_api.g_varchar2) <>

249: nvl(pqh_psu_shd.g_old_rec.attribute24, hr_api.g_varchar2) <>
250: nvl(p_rec.attribute24, hr_api.g_varchar2) or
251: nvl(pqh_psu_shd.g_old_rec.attribute25, hr_api.g_varchar2) <>
252: nvl(p_rec.attribute25, hr_api.g_varchar2) or
253: nvl(pqh_psu_shd.g_old_rec.attribute26, hr_api.g_varchar2) <>
254: nvl(p_rec.attribute26, hr_api.g_varchar2) or
255: nvl(pqh_psu_shd.g_old_rec.attribute27, hr_api.g_varchar2) <>
256: nvl(p_rec.attribute27, hr_api.g_varchar2) or
257: nvl(pqh_psu_shd.g_old_rec.attribute28, hr_api.g_varchar2) <>

Line 254: nvl(p_rec.attribute26, hr_api.g_varchar2) or

250: nvl(p_rec.attribute24, hr_api.g_varchar2) or
251: nvl(pqh_psu_shd.g_old_rec.attribute25, hr_api.g_varchar2) <>
252: nvl(p_rec.attribute25, hr_api.g_varchar2) or
253: nvl(pqh_psu_shd.g_old_rec.attribute26, hr_api.g_varchar2) <>
254: nvl(p_rec.attribute26, hr_api.g_varchar2) or
255: nvl(pqh_psu_shd.g_old_rec.attribute27, hr_api.g_varchar2) <>
256: nvl(p_rec.attribute27, hr_api.g_varchar2) or
257: nvl(pqh_psu_shd.g_old_rec.attribute28, hr_api.g_varchar2) <>
258: nvl(p_rec.attribute28, hr_api.g_varchar2) or

Line 255: nvl(pqh_psu_shd.g_old_rec.attribute27, hr_api.g_varchar2) <>

251: nvl(pqh_psu_shd.g_old_rec.attribute25, hr_api.g_varchar2) <>
252: nvl(p_rec.attribute25, hr_api.g_varchar2) or
253: nvl(pqh_psu_shd.g_old_rec.attribute26, hr_api.g_varchar2) <>
254: nvl(p_rec.attribute26, hr_api.g_varchar2) or
255: nvl(pqh_psu_shd.g_old_rec.attribute27, hr_api.g_varchar2) <>
256: nvl(p_rec.attribute27, hr_api.g_varchar2) or
257: nvl(pqh_psu_shd.g_old_rec.attribute28, hr_api.g_varchar2) <>
258: nvl(p_rec.attribute28, hr_api.g_varchar2) or
259: nvl(pqh_psu_shd.g_old_rec.attribute29, hr_api.g_varchar2) <>

Line 256: nvl(p_rec.attribute27, hr_api.g_varchar2) or

252: nvl(p_rec.attribute25, hr_api.g_varchar2) or
253: nvl(pqh_psu_shd.g_old_rec.attribute26, hr_api.g_varchar2) <>
254: nvl(p_rec.attribute26, hr_api.g_varchar2) or
255: nvl(pqh_psu_shd.g_old_rec.attribute27, hr_api.g_varchar2) <>
256: nvl(p_rec.attribute27, hr_api.g_varchar2) or
257: nvl(pqh_psu_shd.g_old_rec.attribute28, hr_api.g_varchar2) <>
258: nvl(p_rec.attribute28, hr_api.g_varchar2) or
259: nvl(pqh_psu_shd.g_old_rec.attribute29, hr_api.g_varchar2) <>
260: nvl(p_rec.attribute29, hr_api.g_varchar2) or

Line 257: nvl(pqh_psu_shd.g_old_rec.attribute28, hr_api.g_varchar2) <>

253: nvl(pqh_psu_shd.g_old_rec.attribute26, hr_api.g_varchar2) <>
254: nvl(p_rec.attribute26, hr_api.g_varchar2) or
255: nvl(pqh_psu_shd.g_old_rec.attribute27, hr_api.g_varchar2) <>
256: nvl(p_rec.attribute27, hr_api.g_varchar2) or
257: nvl(pqh_psu_shd.g_old_rec.attribute28, hr_api.g_varchar2) <>
258: nvl(p_rec.attribute28, hr_api.g_varchar2) or
259: nvl(pqh_psu_shd.g_old_rec.attribute29, hr_api.g_varchar2) <>
260: nvl(p_rec.attribute29, hr_api.g_varchar2) or
261: nvl(pqh_psu_shd.g_old_rec.attribute30, hr_api.g_varchar2) <>

Line 258: nvl(p_rec.attribute28, hr_api.g_varchar2) or

254: nvl(p_rec.attribute26, hr_api.g_varchar2) or
255: nvl(pqh_psu_shd.g_old_rec.attribute27, hr_api.g_varchar2) <>
256: nvl(p_rec.attribute27, hr_api.g_varchar2) or
257: nvl(pqh_psu_shd.g_old_rec.attribute28, hr_api.g_varchar2) <>
258: nvl(p_rec.attribute28, hr_api.g_varchar2) or
259: nvl(pqh_psu_shd.g_old_rec.attribute29, hr_api.g_varchar2) <>
260: nvl(p_rec.attribute29, hr_api.g_varchar2) or
261: nvl(pqh_psu_shd.g_old_rec.attribute30, hr_api.g_varchar2) <>
262: nvl(p_rec.attribute30, hr_api.g_varchar2) ))

Line 259: nvl(pqh_psu_shd.g_old_rec.attribute29, hr_api.g_varchar2) <>

255: nvl(pqh_psu_shd.g_old_rec.attribute27, hr_api.g_varchar2) <>
256: nvl(p_rec.attribute27, hr_api.g_varchar2) or
257: nvl(pqh_psu_shd.g_old_rec.attribute28, hr_api.g_varchar2) <>
258: nvl(p_rec.attribute28, hr_api.g_varchar2) or
259: nvl(pqh_psu_shd.g_old_rec.attribute29, hr_api.g_varchar2) <>
260: nvl(p_rec.attribute29, hr_api.g_varchar2) or
261: nvl(pqh_psu_shd.g_old_rec.attribute30, hr_api.g_varchar2) <>
262: nvl(p_rec.attribute30, hr_api.g_varchar2) ))
263: or (p_rec.emp_stat_situation_id is null) then

Line 260: nvl(p_rec.attribute29, hr_api.g_varchar2) or

256: nvl(p_rec.attribute27, hr_api.g_varchar2) or
257: nvl(pqh_psu_shd.g_old_rec.attribute28, hr_api.g_varchar2) <>
258: nvl(p_rec.attribute28, hr_api.g_varchar2) or
259: nvl(pqh_psu_shd.g_old_rec.attribute29, hr_api.g_varchar2) <>
260: nvl(p_rec.attribute29, hr_api.g_varchar2) or
261: nvl(pqh_psu_shd.g_old_rec.attribute30, hr_api.g_varchar2) <>
262: nvl(p_rec.attribute30, hr_api.g_varchar2) ))
263: or (p_rec.emp_stat_situation_id is null) then
264: --

Line 261: nvl(pqh_psu_shd.g_old_rec.attribute30, hr_api.g_varchar2) <>

257: nvl(pqh_psu_shd.g_old_rec.attribute28, hr_api.g_varchar2) <>
258: nvl(p_rec.attribute28, hr_api.g_varchar2) or
259: nvl(pqh_psu_shd.g_old_rec.attribute29, hr_api.g_varchar2) <>
260: nvl(p_rec.attribute29, hr_api.g_varchar2) or
261: nvl(pqh_psu_shd.g_old_rec.attribute30, hr_api.g_varchar2) <>
262: nvl(p_rec.attribute30, hr_api.g_varchar2) ))
263: or (p_rec.emp_stat_situation_id is null) then
264: --
265: -- Only execute the validation if absolutely necessary:

Line 262: nvl(p_rec.attribute30, hr_api.g_varchar2) ))

258: nvl(p_rec.attribute28, hr_api.g_varchar2) or
259: nvl(pqh_psu_shd.g_old_rec.attribute29, hr_api.g_varchar2) <>
260: nvl(p_rec.attribute29, hr_api.g_varchar2) or
261: nvl(pqh_psu_shd.g_old_rec.attribute30, hr_api.g_varchar2) <>
262: nvl(p_rec.attribute30, hr_api.g_varchar2) ))
263: or (p_rec.emp_stat_situation_id is null) then
264: --
265: -- Only execute the validation if absolutely necessary:
266: -- a) During update, the structure column value or any

Line 390: if nvl(p_rec.statutory_situation_id, hr_api.g_number) <>

386: fnd_message.raise_error;
387: END IF;
388: --
389: --
390: if nvl(p_rec.statutory_situation_id, hr_api.g_number) <>
391: nvl(pqh_psu_shd.g_old_rec.statutory_situation_id
392: ,hr_api.g_number
393: ) then
394: hr_api.argument_changed_error

Line 392: ,hr_api.g_number

388: --
389: --
390: if nvl(p_rec.statutory_situation_id, hr_api.g_number) <>
391: nvl(pqh_psu_shd.g_old_rec.statutory_situation_id
392: ,hr_api.g_number
393: ) then
394: hr_api.argument_changed_error
395: (p_api_name => l_proc
396: ,p_argument => 'STATUTORY_SITUATION_ID'

Line 394: hr_api.argument_changed_error

390: if nvl(p_rec.statutory_situation_id, hr_api.g_number) <>
391: nvl(pqh_psu_shd.g_old_rec.statutory_situation_id
392: ,hr_api.g_number
393: ) then
394: hr_api.argument_changed_error
395: (p_api_name => l_proc
396: ,p_argument => 'STATUTORY_SITUATION_ID'
397: ,p_base_table => pqh_psu_shd.g_tab_nam
398: );

Line 400: if nvl(p_rec.person_id, hr_api.g_number) <>

396: ,p_argument => 'STATUTORY_SITUATION_ID'
397: ,p_base_table => pqh_psu_shd.g_tab_nam
398: );
399: end if;
400: if nvl(p_rec.person_id, hr_api.g_number) <>
401: nvl(pqh_psu_shd.g_old_rec.person_id
402: ,hr_api.g_number
403: ) then
404: hr_api.argument_changed_error

Line 402: ,hr_api.g_number

398: );
399: end if;
400: if nvl(p_rec.person_id, hr_api.g_number) <>
401: nvl(pqh_psu_shd.g_old_rec.person_id
402: ,hr_api.g_number
403: ) then
404: hr_api.argument_changed_error
405: (p_api_name => l_proc
406: ,p_argument => 'PERSON_ID'

Line 404: hr_api.argument_changed_error

400: if nvl(p_rec.person_id, hr_api.g_number) <>
401: nvl(pqh_psu_shd.g_old_rec.person_id
402: ,hr_api.g_number
403: ) then
404: hr_api.argument_changed_error
405: (p_api_name => l_proc
406: ,p_argument => 'PERSON_ID'
407: ,p_base_table => pqh_psu_shd.g_tab_nam
408: );