DBA Data[Home] [Help]

APPS.PQH_CRD_BUS dependencies on HR_API

Line 47: hr_api.mandatory_arg_error

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

Line 74: hr_api.set_security_group_id

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

Line 80: hr_api.set_legislation_context(l_legislation_code);

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

Line 116: hr_api.mandatory_arg_error

112: hr_utility.set_location('Entering:'|| l_proc, 10);
113: --
114: -- Ensure that all the mandatory parameter are not null
115: --
116: hr_api.mandatory_arg_error
117: (p_api_name => l_proc
118: ,p_argument => 'criteria_rate_defn_id'
119: ,p_argument_value => p_criteria_rate_defn_id
120: );

Line 122: if ( nvl(pqh_crd_bus.g_criteria_rate_defn_id, hr_api.g_number)

118: ,p_argument => 'criteria_rate_defn_id'
119: ,p_argument_value => p_criteria_rate_defn_id
120: );
121: --
122: if ( nvl(pqh_crd_bus.g_criteria_rate_defn_id, hr_api.g_number)
123: = p_criteria_rate_defn_id) then
124: --
125: -- The legislation code has already been found with a previous
126: -- call to this function. Just return the value in the global

Line 198: nvl(pqh_crd_shd.g_old_rec.attribute_category, hr_api.g_varchar2) <>

194: begin
195: hr_utility.set_location('Entering:'||l_proc,10);
196: --
197: if ((p_rec.criteria_rate_defn_id is not null) and (
198: nvl(pqh_crd_shd.g_old_rec.attribute_category, hr_api.g_varchar2) <>
199: nvl(p_rec.attribute_category, hr_api.g_varchar2) or
200: nvl(pqh_crd_shd.g_old_rec.attribute1, hr_api.g_varchar2) <>
201: nvl(p_rec.attribute1, hr_api.g_varchar2) or
202: nvl(pqh_crd_shd.g_old_rec.attribute2, hr_api.g_varchar2) <>

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

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

Line 200: nvl(pqh_crd_shd.g_old_rec.attribute1, hr_api.g_varchar2) <>

196: --
197: if ((p_rec.criteria_rate_defn_id is not null) and (
198: nvl(pqh_crd_shd.g_old_rec.attribute_category, hr_api.g_varchar2) <>
199: nvl(p_rec.attribute_category, hr_api.g_varchar2) or
200: nvl(pqh_crd_shd.g_old_rec.attribute1, hr_api.g_varchar2) <>
201: nvl(p_rec.attribute1, hr_api.g_varchar2) or
202: nvl(pqh_crd_shd.g_old_rec.attribute2, hr_api.g_varchar2) <>
203: nvl(p_rec.attribute2, hr_api.g_varchar2) or
204: nvl(pqh_crd_shd.g_old_rec.attribute3, hr_api.g_varchar2) <>

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

197: if ((p_rec.criteria_rate_defn_id is not null) and (
198: nvl(pqh_crd_shd.g_old_rec.attribute_category, hr_api.g_varchar2) <>
199: nvl(p_rec.attribute_category, hr_api.g_varchar2) or
200: nvl(pqh_crd_shd.g_old_rec.attribute1, hr_api.g_varchar2) <>
201: nvl(p_rec.attribute1, hr_api.g_varchar2) or
202: nvl(pqh_crd_shd.g_old_rec.attribute2, hr_api.g_varchar2) <>
203: nvl(p_rec.attribute2, hr_api.g_varchar2) or
204: nvl(pqh_crd_shd.g_old_rec.attribute3, hr_api.g_varchar2) <>
205: nvl(p_rec.attribute3, hr_api.g_varchar2) or

Line 202: nvl(pqh_crd_shd.g_old_rec.attribute2, hr_api.g_varchar2) <>

198: nvl(pqh_crd_shd.g_old_rec.attribute_category, hr_api.g_varchar2) <>
199: nvl(p_rec.attribute_category, hr_api.g_varchar2) or
200: nvl(pqh_crd_shd.g_old_rec.attribute1, hr_api.g_varchar2) <>
201: nvl(p_rec.attribute1, hr_api.g_varchar2) or
202: nvl(pqh_crd_shd.g_old_rec.attribute2, hr_api.g_varchar2) <>
203: nvl(p_rec.attribute2, hr_api.g_varchar2) or
204: nvl(pqh_crd_shd.g_old_rec.attribute3, hr_api.g_varchar2) <>
205: nvl(p_rec.attribute3, hr_api.g_varchar2) or
206: nvl(pqh_crd_shd.g_old_rec.attribute4, hr_api.g_varchar2) <>

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

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

Line 204: nvl(pqh_crd_shd.g_old_rec.attribute3, hr_api.g_varchar2) <>

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

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

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

Line 206: nvl(pqh_crd_shd.g_old_rec.attribute4, hr_api.g_varchar2) <>

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

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

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

Line 208: nvl(pqh_crd_shd.g_old_rec.attribute5, hr_api.g_varchar2) <>

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

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

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

Line 210: nvl(pqh_crd_shd.g_old_rec.attribute6, hr_api.g_varchar2) <>

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

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

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

Line 212: nvl(pqh_crd_shd.g_old_rec.attribute7, hr_api.g_varchar2) <>

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

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

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

Line 214: nvl(pqh_crd_shd.g_old_rec.attribute8, hr_api.g_varchar2) <>

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

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

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

Line 216: nvl(pqh_crd_shd.g_old_rec.attribute9, hr_api.g_varchar2) <>

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

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

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

Line 218: nvl(pqh_crd_shd.g_old_rec.attribute10, hr_api.g_varchar2) <>

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

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

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

Line 220: nvl(pqh_crd_shd.g_old_rec.attribute11, hr_api.g_varchar2) <>

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

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

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

Line 222: nvl(pqh_crd_shd.g_old_rec.attribute12, hr_api.g_varchar2) <>

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

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

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

Line 224: nvl(pqh_crd_shd.g_old_rec.attribute13, hr_api.g_varchar2) <>

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

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

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

Line 226: nvl(pqh_crd_shd.g_old_rec.attribute14, hr_api.g_varchar2) <>

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

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

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

Line 228: nvl(pqh_crd_shd.g_old_rec.attribute15, hr_api.g_varchar2) <>

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

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

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

Line 230: nvl(pqh_crd_shd.g_old_rec.attribute16, hr_api.g_varchar2) <>

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

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

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

Line 232: nvl(pqh_crd_shd.g_old_rec.attribute17, hr_api.g_varchar2) <>

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

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

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

Line 234: nvl(pqh_crd_shd.g_old_rec.attribute18, hr_api.g_varchar2) <>

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

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

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

Line 236: nvl(pqh_crd_shd.g_old_rec.attribute19, hr_api.g_varchar2) <>

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

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

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

Line 238: nvl(pqh_crd_shd.g_old_rec.attribute20, hr_api.g_varchar2) <>

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

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

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

Line 240: nvl(pqh_crd_shd.g_old_rec.attribute21, hr_api.g_varchar2) <>

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

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

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

Line 242: nvl(pqh_crd_shd.g_old_rec.attribute22, hr_api.g_varchar2) <>

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

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

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

Line 244: nvl(pqh_crd_shd.g_old_rec.attribute23, hr_api.g_varchar2) <>

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

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

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

Line 246: nvl(pqh_crd_shd.g_old_rec.attribute24, hr_api.g_varchar2) <>

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

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

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

Line 248: nvl(pqh_crd_shd.g_old_rec.attribute25, hr_api.g_varchar2) <>

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

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

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

Line 250: nvl(pqh_crd_shd.g_old_rec.attribute26, hr_api.g_varchar2) <>

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

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

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

Line 252: nvl(pqh_crd_shd.g_old_rec.attribute27, hr_api.g_varchar2) <>

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

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

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

Line 254: nvl(pqh_crd_shd.g_old_rec.attribute28, hr_api.g_varchar2) <>

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

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

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

Line 256: nvl(pqh_crd_shd.g_old_rec.attribute29, hr_api.g_varchar2) <>

252: nvl(pqh_crd_shd.g_old_rec.attribute27, hr_api.g_varchar2) <>
253: nvl(p_rec.attribute27, hr_api.g_varchar2) or
254: nvl(pqh_crd_shd.g_old_rec.attribute28, hr_api.g_varchar2) <>
255: nvl(p_rec.attribute28, hr_api.g_varchar2) or
256: nvl(pqh_crd_shd.g_old_rec.attribute29, hr_api.g_varchar2) <>
257: nvl(p_rec.attribute29, hr_api.g_varchar2) or
258: nvl(pqh_crd_shd.g_old_rec.attribute30, hr_api.g_varchar2) <>
259: nvl(p_rec.attribute30, hr_api.g_varchar2) ))
260: or (p_rec.criteria_rate_defn_id is null) then

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

253: nvl(p_rec.attribute27, hr_api.g_varchar2) or
254: nvl(pqh_crd_shd.g_old_rec.attribute28, hr_api.g_varchar2) <>
255: nvl(p_rec.attribute28, hr_api.g_varchar2) or
256: nvl(pqh_crd_shd.g_old_rec.attribute29, hr_api.g_varchar2) <>
257: nvl(p_rec.attribute29, hr_api.g_varchar2) or
258: nvl(pqh_crd_shd.g_old_rec.attribute30, hr_api.g_varchar2) <>
259: nvl(p_rec.attribute30, hr_api.g_varchar2) ))
260: or (p_rec.criteria_rate_defn_id is null) then
261: --

Line 258: nvl(pqh_crd_shd.g_old_rec.attribute30, hr_api.g_varchar2) <>

254: nvl(pqh_crd_shd.g_old_rec.attribute28, hr_api.g_varchar2) <>
255: nvl(p_rec.attribute28, hr_api.g_varchar2) or
256: nvl(pqh_crd_shd.g_old_rec.attribute29, hr_api.g_varchar2) <>
257: nvl(p_rec.attribute29, hr_api.g_varchar2) or
258: nvl(pqh_crd_shd.g_old_rec.attribute30, hr_api.g_varchar2) <>
259: nvl(p_rec.attribute30, hr_api.g_varchar2) ))
260: or (p_rec.criteria_rate_defn_id is null) then
261: --
262: -- Only execute the validation if absolutely necessary:

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

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

Line 389: if nvl(p_rec.business_group_id, hr_api.g_number) <>

385: --
386: -- EDIT_HERE: Add checks to ensure non-updateable args have
387: -- not been updated.
388: --
389: if nvl(p_rec.business_group_id, hr_api.g_number) <>
390: nvl(pqh_crd_shd.g_old_rec.business_group_id
391: ,hr_api.g_number
392: ) then
393: hr_api.argument_changed_error

Line 391: ,hr_api.g_number

387: -- not been updated.
388: --
389: if nvl(p_rec.business_group_id, hr_api.g_number) <>
390: nvl(pqh_crd_shd.g_old_rec.business_group_id
391: ,hr_api.g_number
392: ) then
393: hr_api.argument_changed_error
394: (p_api_name => l_proc
395: ,p_argument => 'BUSINESS_GROUP_ID'

Line 393: hr_api.argument_changed_error

389: if nvl(p_rec.business_group_id, hr_api.g_number) <>
390: nvl(pqh_crd_shd.g_old_rec.business_group_id
391: ,hr_api.g_number
392: ) then
393: hr_api.argument_changed_error
394: (p_api_name => l_proc
395: ,p_argument => 'BUSINESS_GROUP_ID'
396: ,p_base_table => pqh_crd_shd.g_tab_nam
397: );

Line 466: <> nvl(pqh_crd_shd.g_old_rec.reference_period_cd,hr_api.g_varchar2)

462: p_object_version_number => p_object_version_number);
463: --
464: if (l_api_updating
465: and p_reference_period_cd
466: <> nvl(pqh_crd_shd.g_old_rec.reference_period_cd,hr_api.g_varchar2)
467: or not l_api_updating)
468: and p_reference_period_cd is not null then
469: --
470: -- check if value of lookup falls within lookup type.

Line 472: if hr_api.not_exists_in_hr_lookups

468: and p_reference_period_cd is not null then
469: --
470: -- check if value of lookup falls within lookup type.
471: --
472: if hr_api.not_exists_in_hr_lookups
473: (p_lookup_type => 'PQH_RBC_REFERENCE_PERIOD',
474: p_lookup_code => p_reference_period_cd,
475: p_effective_date => p_effective_date) then
476: --

Line 513: <> nvl(pqh_crd_shd.g_old_rec.rate_calc_cd,hr_api.g_varchar2)

509: p_object_version_number => p_object_version_number);
510: --
511: if (l_api_updating
512: and p_rate_calc_cd
513: <> nvl(pqh_crd_shd.g_old_rec.rate_calc_cd,hr_api.g_varchar2)
514: or not l_api_updating)
515: and p_rate_calc_cd is not null then
516: --
517: -- check if value of lookup falls within lookup type.

Line 519: if hr_api.not_exists_in_hr_lookups

515: and p_rate_calc_cd is not null then
516: --
517: -- check if value of lookup falls within lookup type.
518: --
519: if hr_api.not_exists_in_hr_lookups
520: (p_lookup_type => 'PQH_RBC_RATE_CALC_METHOD',
521: p_lookup_code => p_rate_calc_cd,
522: p_effective_date => p_effective_date) then
523: --

Line 560: <> nvl(pqh_crd_shd.g_old_rec.uom,hr_api.g_varchar2)

556: p_object_version_number => p_object_version_number);
557: --
558: if (l_api_updating
559: and p_uom
560: <> nvl(pqh_crd_shd.g_old_rec.uom,hr_api.g_varchar2)
561: or not l_api_updating)
562: and p_uom is not null then
563: --
564: -- check if value of lookup falls within lookup type.

Line 566: if hr_api.not_exists_in_hr_lookups

562: and p_uom is not null then
563: --
564: -- check if value of lookup falls within lookup type.
565: --
566: if hr_api.not_exists_in_hr_lookups
567: (p_lookup_type => 'PQH_RBC_UOM',
568: p_lookup_code => p_uom,
569: p_effective_date => p_effective_date) then
570: --

Line 607: <> nvl(pqh_crd_shd.g_old_rec.preferential_rate_cd,hr_api.g_varchar2)

603: p_object_version_number => p_object_version_number);
604: --
605: if (l_api_updating
606: and p_preferential_rate_cd
607: <> nvl(pqh_crd_shd.g_old_rec.preferential_rate_cd,hr_api.g_varchar2)
608: or not l_api_updating)
609: and p_preferential_rate_cd is not null then
610: --
611: -- check if value of lookup falls within lookup type.

Line 613: if hr_api.not_exists_in_hr_lookups

609: and p_preferential_rate_cd is not null then
610: --
611: -- check if value of lookup falls within lookup type.
612: --
613: if hr_api.not_exists_in_hr_lookups
614: (p_lookup_type => 'PQH_RBC_PEFERENTIAL_RATE',
615: p_lookup_code => p_preferential_rate_cd,
616: p_effective_date => p_effective_date) then
617: --

Line 654: <> nvl(pqh_crd_shd.g_old_rec.rounding_cd,hr_api.g_varchar2)

650: p_object_version_number => p_object_version_number);
651: --
652: if (l_api_updating
653: and p_rounding_cd
654: <> nvl(pqh_crd_shd.g_old_rec.rounding_cd,hr_api.g_varchar2)
655: or not l_api_updating)
656: and p_rounding_cd is not null then
657: --
658: -- check if value of lookup falls within lookup type.

Line 660: if hr_api.not_exists_in_hr_lookups

656: and p_rounding_cd is not null then
657: --
658: -- check if value of lookup falls within lookup type.
659: --
660: if hr_api.not_exists_in_hr_lookups
661: (p_lookup_type => 'PQH_RBC_ROUNDING',
662: p_lookup_code => p_rounding_cd,
663: p_effective_date => p_effective_date) then
664: --

Line 699: hr_api.mandatory_arg_error(p_api_name => l_proc,

695: if p_business_group_id is null then
696: --
697: -- Business group must not be null
698: --
699: hr_api.mandatory_arg_error(p_api_name => l_proc,
700: p_argument => 'business_group_id',
701: p_argument_value => p_business_group_id);
702: --
703: end if;

Line 736: hr_api.validate_bus_grp_id

732: --
733: -- Validate Important Attributes
734: --
735: if p_rec.business_group_id is not null and p_rec.legislation_code is null then
736: hr_api.validate_bus_grp_id
737: (p_business_group_id => p_rec.business_group_id
738: ,p_associated_column1 => pqh_crd_shd.g_tab_nam
739: || '.BUSINESS_GROUP_ID');
740: End if;

Line 815: hr_api.validate_bus_grp_id

811: --
812: -- Validate Important Attributes
813: --
814: if p_rec.business_group_id is not null and p_rec.legislation_code is null then
815: hr_api.validate_bus_grp_id
816: (p_business_group_id => p_rec.business_group_id
817: ,p_associated_column1 => pqh_crd_shd.g_tab_nam
818: || '.BUSINESS_GROUP_ID');
819: End if;