DBA Data[Home] [Help]

APPS.OTA_CME_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 => 'cert_mbr_enrollment_id'
50: ,p_argument_value => p_cert_mbr_enrollment_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 => 'cert_mbr_enrollment_id'
119: ,p_argument_value => p_cert_mbr_enrollment_id
120: );

Line 122: if ( nvl(ota_cme_bus.g_cert_mbr_enrollment_id, hr_api.g_number)

118: ,p_argument => 'cert_mbr_enrollment_id'
119: ,p_argument_value => p_cert_mbr_enrollment_id
120: );
121: --
122: if ( nvl(ota_cme_bus.g_cert_mbr_enrollment_id, hr_api.g_number)
123: = p_cert_mbr_enrollment_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(ota_cme_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.cert_mbr_enrollment_id is not null) and (
198: nvl(ota_cme_shd.g_old_rec.attribute_category, hr_api.g_varchar2) <>
199: nvl(p_rec.attribute_category, hr_api.g_varchar2) or
200: nvl(ota_cme_shd.g_old_rec.attribute1, hr_api.g_varchar2) <>
201: nvl(p_rec.attribute1, hr_api.g_varchar2) or
202: nvl(ota_cme_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.cert_mbr_enrollment_id is not null) and (
198: nvl(ota_cme_shd.g_old_rec.attribute_category, hr_api.g_varchar2) <>
199: nvl(p_rec.attribute_category, hr_api.g_varchar2) or
200: nvl(ota_cme_shd.g_old_rec.attribute1, hr_api.g_varchar2) <>
201: nvl(p_rec.attribute1, hr_api.g_varchar2) or
202: nvl(ota_cme_shd.g_old_rec.attribute2, hr_api.g_varchar2) <>
203: nvl(p_rec.attribute2, hr_api.g_varchar2) or

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

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

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

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

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

198: nvl(ota_cme_shd.g_old_rec.attribute_category, hr_api.g_varchar2) <>
199: nvl(p_rec.attribute_category, hr_api.g_varchar2) or
200: nvl(ota_cme_shd.g_old_rec.attribute1, hr_api.g_varchar2) <>
201: nvl(p_rec.attribute1, hr_api.g_varchar2) or
202: nvl(ota_cme_shd.g_old_rec.attribute2, hr_api.g_varchar2) <>
203: nvl(p_rec.attribute2, hr_api.g_varchar2) or
204: nvl(ota_cme_shd.g_old_rec.attribute3, hr_api.g_varchar2) <>
205: nvl(p_rec.attribute3, hr_api.g_varchar2) or
206: nvl(ota_cme_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(ota_cme_shd.g_old_rec.attribute1, hr_api.g_varchar2) <>
201: nvl(p_rec.attribute1, hr_api.g_varchar2) or
202: nvl(ota_cme_shd.g_old_rec.attribute2, hr_api.g_varchar2) <>
203: nvl(p_rec.attribute2, hr_api.g_varchar2) or
204: nvl(ota_cme_shd.g_old_rec.attribute3, hr_api.g_varchar2) <>
205: nvl(p_rec.attribute3, hr_api.g_varchar2) or
206: nvl(ota_cme_shd.g_old_rec.attribute4, hr_api.g_varchar2) <>
207: nvl(p_rec.attribute4, hr_api.g_varchar2) or

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

200: nvl(ota_cme_shd.g_old_rec.attribute1, hr_api.g_varchar2) <>
201: nvl(p_rec.attribute1, hr_api.g_varchar2) or
202: nvl(ota_cme_shd.g_old_rec.attribute2, hr_api.g_varchar2) <>
203: nvl(p_rec.attribute2, hr_api.g_varchar2) or
204: nvl(ota_cme_shd.g_old_rec.attribute3, hr_api.g_varchar2) <>
205: nvl(p_rec.attribute3, hr_api.g_varchar2) or
206: nvl(ota_cme_shd.g_old_rec.attribute4, hr_api.g_varchar2) <>
207: nvl(p_rec.attribute4, hr_api.g_varchar2) or
208: nvl(ota_cme_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(ota_cme_shd.g_old_rec.attribute2, hr_api.g_varchar2) <>
203: nvl(p_rec.attribute2, hr_api.g_varchar2) or
204: nvl(ota_cme_shd.g_old_rec.attribute3, hr_api.g_varchar2) <>
205: nvl(p_rec.attribute3, hr_api.g_varchar2) or
206: nvl(ota_cme_shd.g_old_rec.attribute4, hr_api.g_varchar2) <>
207: nvl(p_rec.attribute4, hr_api.g_varchar2) or
208: nvl(ota_cme_shd.g_old_rec.attribute5, hr_api.g_varchar2) <>
209: nvl(p_rec.attribute5, hr_api.g_varchar2) or

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

202: nvl(ota_cme_shd.g_old_rec.attribute2, hr_api.g_varchar2) <>
203: nvl(p_rec.attribute2, hr_api.g_varchar2) or
204: nvl(ota_cme_shd.g_old_rec.attribute3, hr_api.g_varchar2) <>
205: nvl(p_rec.attribute3, hr_api.g_varchar2) or
206: nvl(ota_cme_shd.g_old_rec.attribute4, hr_api.g_varchar2) <>
207: nvl(p_rec.attribute4, hr_api.g_varchar2) or
208: nvl(ota_cme_shd.g_old_rec.attribute5, hr_api.g_varchar2) <>
209: nvl(p_rec.attribute5, hr_api.g_varchar2) or
210: nvl(ota_cme_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(ota_cme_shd.g_old_rec.attribute3, hr_api.g_varchar2) <>
205: nvl(p_rec.attribute3, hr_api.g_varchar2) or
206: nvl(ota_cme_shd.g_old_rec.attribute4, hr_api.g_varchar2) <>
207: nvl(p_rec.attribute4, hr_api.g_varchar2) or
208: nvl(ota_cme_shd.g_old_rec.attribute5, hr_api.g_varchar2) <>
209: nvl(p_rec.attribute5, hr_api.g_varchar2) or
210: nvl(ota_cme_shd.g_old_rec.attribute6, hr_api.g_varchar2) <>
211: nvl(p_rec.attribute6, hr_api.g_varchar2) or

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

204: nvl(ota_cme_shd.g_old_rec.attribute3, hr_api.g_varchar2) <>
205: nvl(p_rec.attribute3, hr_api.g_varchar2) or
206: nvl(ota_cme_shd.g_old_rec.attribute4, hr_api.g_varchar2) <>
207: nvl(p_rec.attribute4, hr_api.g_varchar2) or
208: nvl(ota_cme_shd.g_old_rec.attribute5, hr_api.g_varchar2) <>
209: nvl(p_rec.attribute5, hr_api.g_varchar2) or
210: nvl(ota_cme_shd.g_old_rec.attribute6, hr_api.g_varchar2) <>
211: nvl(p_rec.attribute6, hr_api.g_varchar2) or
212: nvl(ota_cme_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(ota_cme_shd.g_old_rec.attribute4, hr_api.g_varchar2) <>
207: nvl(p_rec.attribute4, hr_api.g_varchar2) or
208: nvl(ota_cme_shd.g_old_rec.attribute5, hr_api.g_varchar2) <>
209: nvl(p_rec.attribute5, hr_api.g_varchar2) or
210: nvl(ota_cme_shd.g_old_rec.attribute6, hr_api.g_varchar2) <>
211: nvl(p_rec.attribute6, hr_api.g_varchar2) or
212: nvl(ota_cme_shd.g_old_rec.attribute7, hr_api.g_varchar2) <>
213: nvl(p_rec.attribute7, hr_api.g_varchar2) or

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

206: nvl(ota_cme_shd.g_old_rec.attribute4, hr_api.g_varchar2) <>
207: nvl(p_rec.attribute4, hr_api.g_varchar2) or
208: nvl(ota_cme_shd.g_old_rec.attribute5, hr_api.g_varchar2) <>
209: nvl(p_rec.attribute5, hr_api.g_varchar2) or
210: nvl(ota_cme_shd.g_old_rec.attribute6, hr_api.g_varchar2) <>
211: nvl(p_rec.attribute6, hr_api.g_varchar2) or
212: nvl(ota_cme_shd.g_old_rec.attribute7, hr_api.g_varchar2) <>
213: nvl(p_rec.attribute7, hr_api.g_varchar2) or
214: nvl(ota_cme_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(ota_cme_shd.g_old_rec.attribute5, hr_api.g_varchar2) <>
209: nvl(p_rec.attribute5, hr_api.g_varchar2) or
210: nvl(ota_cme_shd.g_old_rec.attribute6, hr_api.g_varchar2) <>
211: nvl(p_rec.attribute6, hr_api.g_varchar2) or
212: nvl(ota_cme_shd.g_old_rec.attribute7, hr_api.g_varchar2) <>
213: nvl(p_rec.attribute7, hr_api.g_varchar2) or
214: nvl(ota_cme_shd.g_old_rec.attribute8, hr_api.g_varchar2) <>
215: nvl(p_rec.attribute8, hr_api.g_varchar2) or

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

208: nvl(ota_cme_shd.g_old_rec.attribute5, hr_api.g_varchar2) <>
209: nvl(p_rec.attribute5, hr_api.g_varchar2) or
210: nvl(ota_cme_shd.g_old_rec.attribute6, hr_api.g_varchar2) <>
211: nvl(p_rec.attribute6, hr_api.g_varchar2) or
212: nvl(ota_cme_shd.g_old_rec.attribute7, hr_api.g_varchar2) <>
213: nvl(p_rec.attribute7, hr_api.g_varchar2) or
214: nvl(ota_cme_shd.g_old_rec.attribute8, hr_api.g_varchar2) <>
215: nvl(p_rec.attribute8, hr_api.g_varchar2) or
216: nvl(ota_cme_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(ota_cme_shd.g_old_rec.attribute6, hr_api.g_varchar2) <>
211: nvl(p_rec.attribute6, hr_api.g_varchar2) or
212: nvl(ota_cme_shd.g_old_rec.attribute7, hr_api.g_varchar2) <>
213: nvl(p_rec.attribute7, hr_api.g_varchar2) or
214: nvl(ota_cme_shd.g_old_rec.attribute8, hr_api.g_varchar2) <>
215: nvl(p_rec.attribute8, hr_api.g_varchar2) or
216: nvl(ota_cme_shd.g_old_rec.attribute9, hr_api.g_varchar2) <>
217: nvl(p_rec.attribute9, hr_api.g_varchar2) or

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

210: nvl(ota_cme_shd.g_old_rec.attribute6, hr_api.g_varchar2) <>
211: nvl(p_rec.attribute6, hr_api.g_varchar2) or
212: nvl(ota_cme_shd.g_old_rec.attribute7, hr_api.g_varchar2) <>
213: nvl(p_rec.attribute7, hr_api.g_varchar2) or
214: nvl(ota_cme_shd.g_old_rec.attribute8, hr_api.g_varchar2) <>
215: nvl(p_rec.attribute8, hr_api.g_varchar2) or
216: nvl(ota_cme_shd.g_old_rec.attribute9, hr_api.g_varchar2) <>
217: nvl(p_rec.attribute9, hr_api.g_varchar2) or
218: nvl(ota_cme_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(ota_cme_shd.g_old_rec.attribute7, hr_api.g_varchar2) <>
213: nvl(p_rec.attribute7, hr_api.g_varchar2) or
214: nvl(ota_cme_shd.g_old_rec.attribute8, hr_api.g_varchar2) <>
215: nvl(p_rec.attribute8, hr_api.g_varchar2) or
216: nvl(ota_cme_shd.g_old_rec.attribute9, hr_api.g_varchar2) <>
217: nvl(p_rec.attribute9, hr_api.g_varchar2) or
218: nvl(ota_cme_shd.g_old_rec.attribute10, hr_api.g_varchar2) <>
219: nvl(p_rec.attribute10, hr_api.g_varchar2) or

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

212: nvl(ota_cme_shd.g_old_rec.attribute7, hr_api.g_varchar2) <>
213: nvl(p_rec.attribute7, hr_api.g_varchar2) or
214: nvl(ota_cme_shd.g_old_rec.attribute8, hr_api.g_varchar2) <>
215: nvl(p_rec.attribute8, hr_api.g_varchar2) or
216: nvl(ota_cme_shd.g_old_rec.attribute9, hr_api.g_varchar2) <>
217: nvl(p_rec.attribute9, hr_api.g_varchar2) or
218: nvl(ota_cme_shd.g_old_rec.attribute10, hr_api.g_varchar2) <>
219: nvl(p_rec.attribute10, hr_api.g_varchar2) or
220: nvl(ota_cme_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(ota_cme_shd.g_old_rec.attribute8, hr_api.g_varchar2) <>
215: nvl(p_rec.attribute8, hr_api.g_varchar2) or
216: nvl(ota_cme_shd.g_old_rec.attribute9, hr_api.g_varchar2) <>
217: nvl(p_rec.attribute9, hr_api.g_varchar2) or
218: nvl(ota_cme_shd.g_old_rec.attribute10, hr_api.g_varchar2) <>
219: nvl(p_rec.attribute10, hr_api.g_varchar2) or
220: nvl(ota_cme_shd.g_old_rec.attribute11, hr_api.g_varchar2) <>
221: nvl(p_rec.attribute11, hr_api.g_varchar2) or

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

214: nvl(ota_cme_shd.g_old_rec.attribute8, hr_api.g_varchar2) <>
215: nvl(p_rec.attribute8, hr_api.g_varchar2) or
216: nvl(ota_cme_shd.g_old_rec.attribute9, hr_api.g_varchar2) <>
217: nvl(p_rec.attribute9, hr_api.g_varchar2) or
218: nvl(ota_cme_shd.g_old_rec.attribute10, hr_api.g_varchar2) <>
219: nvl(p_rec.attribute10, hr_api.g_varchar2) or
220: nvl(ota_cme_shd.g_old_rec.attribute11, hr_api.g_varchar2) <>
221: nvl(p_rec.attribute11, hr_api.g_varchar2) or
222: nvl(ota_cme_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(ota_cme_shd.g_old_rec.attribute9, hr_api.g_varchar2) <>
217: nvl(p_rec.attribute9, hr_api.g_varchar2) or
218: nvl(ota_cme_shd.g_old_rec.attribute10, hr_api.g_varchar2) <>
219: nvl(p_rec.attribute10, hr_api.g_varchar2) or
220: nvl(ota_cme_shd.g_old_rec.attribute11, hr_api.g_varchar2) <>
221: nvl(p_rec.attribute11, hr_api.g_varchar2) or
222: nvl(ota_cme_shd.g_old_rec.attribute12, hr_api.g_varchar2) <>
223: nvl(p_rec.attribute12, hr_api.g_varchar2) or

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

216: nvl(ota_cme_shd.g_old_rec.attribute9, hr_api.g_varchar2) <>
217: nvl(p_rec.attribute9, hr_api.g_varchar2) or
218: nvl(ota_cme_shd.g_old_rec.attribute10, hr_api.g_varchar2) <>
219: nvl(p_rec.attribute10, hr_api.g_varchar2) or
220: nvl(ota_cme_shd.g_old_rec.attribute11, hr_api.g_varchar2) <>
221: nvl(p_rec.attribute11, hr_api.g_varchar2) or
222: nvl(ota_cme_shd.g_old_rec.attribute12, hr_api.g_varchar2) <>
223: nvl(p_rec.attribute12, hr_api.g_varchar2) or
224: nvl(ota_cme_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(ota_cme_shd.g_old_rec.attribute10, hr_api.g_varchar2) <>
219: nvl(p_rec.attribute10, hr_api.g_varchar2) or
220: nvl(ota_cme_shd.g_old_rec.attribute11, hr_api.g_varchar2) <>
221: nvl(p_rec.attribute11, hr_api.g_varchar2) or
222: nvl(ota_cme_shd.g_old_rec.attribute12, hr_api.g_varchar2) <>
223: nvl(p_rec.attribute12, hr_api.g_varchar2) or
224: nvl(ota_cme_shd.g_old_rec.attribute13, hr_api.g_varchar2) <>
225: nvl(p_rec.attribute13, hr_api.g_varchar2) or

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

218: nvl(ota_cme_shd.g_old_rec.attribute10, hr_api.g_varchar2) <>
219: nvl(p_rec.attribute10, hr_api.g_varchar2) or
220: nvl(ota_cme_shd.g_old_rec.attribute11, hr_api.g_varchar2) <>
221: nvl(p_rec.attribute11, hr_api.g_varchar2) or
222: nvl(ota_cme_shd.g_old_rec.attribute12, hr_api.g_varchar2) <>
223: nvl(p_rec.attribute12, hr_api.g_varchar2) or
224: nvl(ota_cme_shd.g_old_rec.attribute13, hr_api.g_varchar2) <>
225: nvl(p_rec.attribute13, hr_api.g_varchar2) or
226: nvl(ota_cme_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(ota_cme_shd.g_old_rec.attribute11, hr_api.g_varchar2) <>
221: nvl(p_rec.attribute11, hr_api.g_varchar2) or
222: nvl(ota_cme_shd.g_old_rec.attribute12, hr_api.g_varchar2) <>
223: nvl(p_rec.attribute12, hr_api.g_varchar2) or
224: nvl(ota_cme_shd.g_old_rec.attribute13, hr_api.g_varchar2) <>
225: nvl(p_rec.attribute13, hr_api.g_varchar2) or
226: nvl(ota_cme_shd.g_old_rec.attribute14, hr_api.g_varchar2) <>
227: nvl(p_rec.attribute14, hr_api.g_varchar2) or

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

220: nvl(ota_cme_shd.g_old_rec.attribute11, hr_api.g_varchar2) <>
221: nvl(p_rec.attribute11, hr_api.g_varchar2) or
222: nvl(ota_cme_shd.g_old_rec.attribute12, hr_api.g_varchar2) <>
223: nvl(p_rec.attribute12, hr_api.g_varchar2) or
224: nvl(ota_cme_shd.g_old_rec.attribute13, hr_api.g_varchar2) <>
225: nvl(p_rec.attribute13, hr_api.g_varchar2) or
226: nvl(ota_cme_shd.g_old_rec.attribute14, hr_api.g_varchar2) <>
227: nvl(p_rec.attribute14, hr_api.g_varchar2) or
228: nvl(ota_cme_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(ota_cme_shd.g_old_rec.attribute12, hr_api.g_varchar2) <>
223: nvl(p_rec.attribute12, hr_api.g_varchar2) or
224: nvl(ota_cme_shd.g_old_rec.attribute13, hr_api.g_varchar2) <>
225: nvl(p_rec.attribute13, hr_api.g_varchar2) or
226: nvl(ota_cme_shd.g_old_rec.attribute14, hr_api.g_varchar2) <>
227: nvl(p_rec.attribute14, hr_api.g_varchar2) or
228: nvl(ota_cme_shd.g_old_rec.attribute15, hr_api.g_varchar2) <>
229: nvl(p_rec.attribute15, hr_api.g_varchar2) or

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

222: nvl(ota_cme_shd.g_old_rec.attribute12, hr_api.g_varchar2) <>
223: nvl(p_rec.attribute12, hr_api.g_varchar2) or
224: nvl(ota_cme_shd.g_old_rec.attribute13, hr_api.g_varchar2) <>
225: nvl(p_rec.attribute13, hr_api.g_varchar2) or
226: nvl(ota_cme_shd.g_old_rec.attribute14, hr_api.g_varchar2) <>
227: nvl(p_rec.attribute14, hr_api.g_varchar2) or
228: nvl(ota_cme_shd.g_old_rec.attribute15, hr_api.g_varchar2) <>
229: nvl(p_rec.attribute15, hr_api.g_varchar2) or
230: nvl(ota_cme_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(ota_cme_shd.g_old_rec.attribute13, hr_api.g_varchar2) <>
225: nvl(p_rec.attribute13, hr_api.g_varchar2) or
226: nvl(ota_cme_shd.g_old_rec.attribute14, hr_api.g_varchar2) <>
227: nvl(p_rec.attribute14, hr_api.g_varchar2) or
228: nvl(ota_cme_shd.g_old_rec.attribute15, hr_api.g_varchar2) <>
229: nvl(p_rec.attribute15, hr_api.g_varchar2) or
230: nvl(ota_cme_shd.g_old_rec.attribute16, hr_api.g_varchar2) <>
231: nvl(p_rec.attribute16, hr_api.g_varchar2) or

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

224: nvl(ota_cme_shd.g_old_rec.attribute13, hr_api.g_varchar2) <>
225: nvl(p_rec.attribute13, hr_api.g_varchar2) or
226: nvl(ota_cme_shd.g_old_rec.attribute14, hr_api.g_varchar2) <>
227: nvl(p_rec.attribute14, hr_api.g_varchar2) or
228: nvl(ota_cme_shd.g_old_rec.attribute15, hr_api.g_varchar2) <>
229: nvl(p_rec.attribute15, hr_api.g_varchar2) or
230: nvl(ota_cme_shd.g_old_rec.attribute16, hr_api.g_varchar2) <>
231: nvl(p_rec.attribute16, hr_api.g_varchar2) or
232: nvl(ota_cme_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(ota_cme_shd.g_old_rec.attribute14, hr_api.g_varchar2) <>
227: nvl(p_rec.attribute14, hr_api.g_varchar2) or
228: nvl(ota_cme_shd.g_old_rec.attribute15, hr_api.g_varchar2) <>
229: nvl(p_rec.attribute15, hr_api.g_varchar2) or
230: nvl(ota_cme_shd.g_old_rec.attribute16, hr_api.g_varchar2) <>
231: nvl(p_rec.attribute16, hr_api.g_varchar2) or
232: nvl(ota_cme_shd.g_old_rec.attribute17, hr_api.g_varchar2) <>
233: nvl(p_rec.attribute17, hr_api.g_varchar2) or

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

226: nvl(ota_cme_shd.g_old_rec.attribute14, hr_api.g_varchar2) <>
227: nvl(p_rec.attribute14, hr_api.g_varchar2) or
228: nvl(ota_cme_shd.g_old_rec.attribute15, hr_api.g_varchar2) <>
229: nvl(p_rec.attribute15, hr_api.g_varchar2) or
230: nvl(ota_cme_shd.g_old_rec.attribute16, hr_api.g_varchar2) <>
231: nvl(p_rec.attribute16, hr_api.g_varchar2) or
232: nvl(ota_cme_shd.g_old_rec.attribute17, hr_api.g_varchar2) <>
233: nvl(p_rec.attribute17, hr_api.g_varchar2) or
234: nvl(ota_cme_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(ota_cme_shd.g_old_rec.attribute15, hr_api.g_varchar2) <>
229: nvl(p_rec.attribute15, hr_api.g_varchar2) or
230: nvl(ota_cme_shd.g_old_rec.attribute16, hr_api.g_varchar2) <>
231: nvl(p_rec.attribute16, hr_api.g_varchar2) or
232: nvl(ota_cme_shd.g_old_rec.attribute17, hr_api.g_varchar2) <>
233: nvl(p_rec.attribute17, hr_api.g_varchar2) or
234: nvl(ota_cme_shd.g_old_rec.attribute18, hr_api.g_varchar2) <>
235: nvl(p_rec.attribute18, hr_api.g_varchar2) or

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

228: nvl(ota_cme_shd.g_old_rec.attribute15, hr_api.g_varchar2) <>
229: nvl(p_rec.attribute15, hr_api.g_varchar2) or
230: nvl(ota_cme_shd.g_old_rec.attribute16, hr_api.g_varchar2) <>
231: nvl(p_rec.attribute16, hr_api.g_varchar2) or
232: nvl(ota_cme_shd.g_old_rec.attribute17, hr_api.g_varchar2) <>
233: nvl(p_rec.attribute17, hr_api.g_varchar2) or
234: nvl(ota_cme_shd.g_old_rec.attribute18, hr_api.g_varchar2) <>
235: nvl(p_rec.attribute18, hr_api.g_varchar2) or
236: nvl(ota_cme_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(ota_cme_shd.g_old_rec.attribute16, hr_api.g_varchar2) <>
231: nvl(p_rec.attribute16, hr_api.g_varchar2) or
232: nvl(ota_cme_shd.g_old_rec.attribute17, hr_api.g_varchar2) <>
233: nvl(p_rec.attribute17, hr_api.g_varchar2) or
234: nvl(ota_cme_shd.g_old_rec.attribute18, hr_api.g_varchar2) <>
235: nvl(p_rec.attribute18, hr_api.g_varchar2) or
236: nvl(ota_cme_shd.g_old_rec.attribute19, hr_api.g_varchar2) <>
237: nvl(p_rec.attribute19, hr_api.g_varchar2) or

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

230: nvl(ota_cme_shd.g_old_rec.attribute16, hr_api.g_varchar2) <>
231: nvl(p_rec.attribute16, hr_api.g_varchar2) or
232: nvl(ota_cme_shd.g_old_rec.attribute17, hr_api.g_varchar2) <>
233: nvl(p_rec.attribute17, hr_api.g_varchar2) or
234: nvl(ota_cme_shd.g_old_rec.attribute18, hr_api.g_varchar2) <>
235: nvl(p_rec.attribute18, hr_api.g_varchar2) or
236: nvl(ota_cme_shd.g_old_rec.attribute19, hr_api.g_varchar2) <>
237: nvl(p_rec.attribute19, hr_api.g_varchar2) or
238: nvl(ota_cme_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(ota_cme_shd.g_old_rec.attribute17, hr_api.g_varchar2) <>
233: nvl(p_rec.attribute17, hr_api.g_varchar2) or
234: nvl(ota_cme_shd.g_old_rec.attribute18, hr_api.g_varchar2) <>
235: nvl(p_rec.attribute18, hr_api.g_varchar2) or
236: nvl(ota_cme_shd.g_old_rec.attribute19, hr_api.g_varchar2) <>
237: nvl(p_rec.attribute19, hr_api.g_varchar2) or
238: nvl(ota_cme_shd.g_old_rec.attribute20, hr_api.g_varchar2) <>
239: nvl(p_rec.attribute20, hr_api.g_varchar2) ))

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

232: nvl(ota_cme_shd.g_old_rec.attribute17, hr_api.g_varchar2) <>
233: nvl(p_rec.attribute17, hr_api.g_varchar2) or
234: nvl(ota_cme_shd.g_old_rec.attribute18, hr_api.g_varchar2) <>
235: nvl(p_rec.attribute18, hr_api.g_varchar2) or
236: nvl(ota_cme_shd.g_old_rec.attribute19, hr_api.g_varchar2) <>
237: nvl(p_rec.attribute19, hr_api.g_varchar2) or
238: nvl(ota_cme_shd.g_old_rec.attribute20, hr_api.g_varchar2) <>
239: nvl(p_rec.attribute20, hr_api.g_varchar2) ))
240: or (p_rec.cert_mbr_enrollment_id is null) then

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

233: nvl(p_rec.attribute17, hr_api.g_varchar2) or
234: nvl(ota_cme_shd.g_old_rec.attribute18, hr_api.g_varchar2) <>
235: nvl(p_rec.attribute18, hr_api.g_varchar2) or
236: nvl(ota_cme_shd.g_old_rec.attribute19, hr_api.g_varchar2) <>
237: nvl(p_rec.attribute19, hr_api.g_varchar2) or
238: nvl(ota_cme_shd.g_old_rec.attribute20, hr_api.g_varchar2) <>
239: nvl(p_rec.attribute20, hr_api.g_varchar2) ))
240: or (p_rec.cert_mbr_enrollment_id is null) then
241: --

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

234: nvl(ota_cme_shd.g_old_rec.attribute18, hr_api.g_varchar2) <>
235: nvl(p_rec.attribute18, hr_api.g_varchar2) or
236: nvl(ota_cme_shd.g_old_rec.attribute19, hr_api.g_varchar2) <>
237: nvl(p_rec.attribute19, hr_api.g_varchar2) or
238: nvl(ota_cme_shd.g_old_rec.attribute20, hr_api.g_varchar2) <>
239: nvl(p_rec.attribute20, hr_api.g_varchar2) ))
240: or (p_rec.cert_mbr_enrollment_id is null) then
241: --
242: -- Only execute the validation if absolutely necessary:

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

235: nvl(p_rec.attribute18, hr_api.g_varchar2) or
236: nvl(ota_cme_shd.g_old_rec.attribute19, hr_api.g_varchar2) <>
237: nvl(p_rec.attribute19, hr_api.g_varchar2) or
238: nvl(ota_cme_shd.g_old_rec.attribute20, hr_api.g_varchar2) <>
239: nvl(p_rec.attribute20, hr_api.g_varchar2) ))
240: or (p_rec.cert_mbr_enrollment_id is null) then
241: --
242: -- Only execute the validation if absolutely necessary:
243: -- a) During update, the structure column value or any

Line 368: hr_api.mandatory_arg_error

364: hr_utility.set_location(' Leaving:'||l_proc, 10);
365: --
366: -- check mandatory parameters has been set
367: --
368: hr_api.mandatory_arg_error
369: (p_api_name => l_proc
370: ,p_argument => 'effective_date'
371: ,p_argument_value => p_effective_date);
372:

Line 379: NVL(ota_cme_shd.g_old_rec.member_status_code,hr_api.g_varchar2) <>

375: ,p_object_version_number => p_object_version_number);
376:
377:
378: IF ((l_api_updating AND
379: NVL(ota_cme_shd.g_old_rec.member_status_code,hr_api.g_varchar2) <>
380: NVL(p_member_status_code, hr_api.g_varchar2))
381: OR NOT l_api_updating AND p_member_status_code IS NOT NULL) THEN
382:
383: hr_utility.set_location(' Leaving:'||l_proc, 20);

Line 380: NVL(p_member_status_code, hr_api.g_varchar2))

376:
377:
378: IF ((l_api_updating AND
379: NVL(ota_cme_shd.g_old_rec.member_status_code,hr_api.g_varchar2) <>
380: NVL(p_member_status_code, hr_api.g_varchar2))
381: OR NOT l_api_updating AND p_member_status_code IS NOT NULL) THEN
382:
383: hr_utility.set_location(' Leaving:'||l_proc, 20);
384: --

Line 387: IF hr_api.not_exists_in_hr_lookups

383: hr_utility.set_location(' Leaving:'||l_proc, 20);
384: --
385:
386: IF p_member_status_code IS NOT NULL THEN
387: IF hr_api.not_exists_in_hr_lookups
388: (p_effective_date => p_effective_date
389: ,p_lookup_type => 'OTA_CERT_MBR_ENROLL_STATUS'
390: ,p_lookup_code => p_member_status_code) THEN
391: fnd_message.set_name('OTA','OTA_443668_CME_STAT_INVALID');

Line 432: hr_api.validate_bus_grp_id

428: --
429: -- Call all supporting business operations
430: --
431: -- Validate Important Attributes
432: hr_api.validate_bus_grp_id
433: (p_business_group_id => p_rec.business_group_id
434: ,p_associated_column1 => ota_cme_shd.g_tab_nam
435: || '.BUSINESS_GROUP_ID');
436: --

Line 467: hr_api.validate_bus_grp_id

463: --
464: -- Call all supporting business operations
465: --
466: -- Validate Important Attributes
467: hr_api.validate_bus_grp_id
468: (p_business_group_id => p_rec.business_group_id
469: ,p_associated_column1 => ota_cme_shd.g_tab_nam
470: || '.BUSINESS_GROUP_ID');
471: --