DBA Data[Home] [Help]

APPS.OTA_CFS_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 => 'conference_server_id'
50: ,p_argument_value => p_conference_server_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 => 'conference_server_id'
119: ,p_argument_value => p_conference_server_id
120: );

Line 122: if ( nvl(ota_cfs_bus.g_conference_server_id, hr_api.g_number)

118: ,p_argument => 'conference_server_id'
119: ,p_argument_value => p_conference_server_id
120: );
121: --
122: if ( nvl(ota_cfs_bus.g_conference_server_id, hr_api.g_number)
123: = p_conference_server_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 229: nvl(ota_cfs_shd.g_old_rec.attribute_category, hr_api.g_varchar2) <>

225: begin
226: hr_utility.set_location('Entering:'||l_proc,10);
227: --
228: if ((p_rec.conference_server_id is not null) and (
229: nvl(ota_cfs_shd.g_old_rec.attribute_category, hr_api.g_varchar2) <>
230: nvl(p_rec.attribute_category, hr_api.g_varchar2) or
231: nvl(ota_cfs_shd.g_old_rec.attribute1, hr_api.g_varchar2) <>
232: nvl(p_rec.attribute1, hr_api.g_varchar2) or
233: nvl(ota_cfs_shd.g_old_rec.attribute2, hr_api.g_varchar2) <>

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

226: hr_utility.set_location('Entering:'||l_proc,10);
227: --
228: if ((p_rec.conference_server_id is not null) and (
229: nvl(ota_cfs_shd.g_old_rec.attribute_category, hr_api.g_varchar2) <>
230: nvl(p_rec.attribute_category, hr_api.g_varchar2) or
231: nvl(ota_cfs_shd.g_old_rec.attribute1, hr_api.g_varchar2) <>
232: nvl(p_rec.attribute1, hr_api.g_varchar2) or
233: nvl(ota_cfs_shd.g_old_rec.attribute2, hr_api.g_varchar2) <>
234: nvl(p_rec.attribute2, hr_api.g_varchar2) or

Line 231: nvl(ota_cfs_shd.g_old_rec.attribute1, hr_api.g_varchar2) <>

227: --
228: if ((p_rec.conference_server_id is not null) and (
229: nvl(ota_cfs_shd.g_old_rec.attribute_category, hr_api.g_varchar2) <>
230: nvl(p_rec.attribute_category, hr_api.g_varchar2) or
231: nvl(ota_cfs_shd.g_old_rec.attribute1, hr_api.g_varchar2) <>
232: nvl(p_rec.attribute1, hr_api.g_varchar2) or
233: nvl(ota_cfs_shd.g_old_rec.attribute2, hr_api.g_varchar2) <>
234: nvl(p_rec.attribute2, hr_api.g_varchar2) or
235: nvl(ota_cfs_shd.g_old_rec.attribute3, hr_api.g_varchar2) <>

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

228: if ((p_rec.conference_server_id is not null) and (
229: nvl(ota_cfs_shd.g_old_rec.attribute_category, hr_api.g_varchar2) <>
230: nvl(p_rec.attribute_category, hr_api.g_varchar2) or
231: nvl(ota_cfs_shd.g_old_rec.attribute1, hr_api.g_varchar2) <>
232: nvl(p_rec.attribute1, hr_api.g_varchar2) or
233: nvl(ota_cfs_shd.g_old_rec.attribute2, hr_api.g_varchar2) <>
234: nvl(p_rec.attribute2, hr_api.g_varchar2) or
235: nvl(ota_cfs_shd.g_old_rec.attribute3, hr_api.g_varchar2) <>
236: nvl(p_rec.attribute3, hr_api.g_varchar2) or

Line 233: nvl(ota_cfs_shd.g_old_rec.attribute2, hr_api.g_varchar2) <>

229: nvl(ota_cfs_shd.g_old_rec.attribute_category, hr_api.g_varchar2) <>
230: nvl(p_rec.attribute_category, hr_api.g_varchar2) or
231: nvl(ota_cfs_shd.g_old_rec.attribute1, hr_api.g_varchar2) <>
232: nvl(p_rec.attribute1, hr_api.g_varchar2) or
233: nvl(ota_cfs_shd.g_old_rec.attribute2, hr_api.g_varchar2) <>
234: nvl(p_rec.attribute2, hr_api.g_varchar2) or
235: nvl(ota_cfs_shd.g_old_rec.attribute3, hr_api.g_varchar2) <>
236: nvl(p_rec.attribute3, hr_api.g_varchar2) or
237: nvl(ota_cfs_shd.g_old_rec.attribute4, hr_api.g_varchar2) <>

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

230: nvl(p_rec.attribute_category, hr_api.g_varchar2) or
231: nvl(ota_cfs_shd.g_old_rec.attribute1, hr_api.g_varchar2) <>
232: nvl(p_rec.attribute1, hr_api.g_varchar2) or
233: nvl(ota_cfs_shd.g_old_rec.attribute2, hr_api.g_varchar2) <>
234: nvl(p_rec.attribute2, hr_api.g_varchar2) or
235: nvl(ota_cfs_shd.g_old_rec.attribute3, hr_api.g_varchar2) <>
236: nvl(p_rec.attribute3, hr_api.g_varchar2) or
237: nvl(ota_cfs_shd.g_old_rec.attribute4, hr_api.g_varchar2) <>
238: nvl(p_rec.attribute4, hr_api.g_varchar2) or

Line 235: nvl(ota_cfs_shd.g_old_rec.attribute3, hr_api.g_varchar2) <>

231: nvl(ota_cfs_shd.g_old_rec.attribute1, hr_api.g_varchar2) <>
232: nvl(p_rec.attribute1, hr_api.g_varchar2) or
233: nvl(ota_cfs_shd.g_old_rec.attribute2, hr_api.g_varchar2) <>
234: nvl(p_rec.attribute2, hr_api.g_varchar2) or
235: nvl(ota_cfs_shd.g_old_rec.attribute3, hr_api.g_varchar2) <>
236: nvl(p_rec.attribute3, hr_api.g_varchar2) or
237: nvl(ota_cfs_shd.g_old_rec.attribute4, hr_api.g_varchar2) <>
238: nvl(p_rec.attribute4, hr_api.g_varchar2) or
239: nvl(ota_cfs_shd.g_old_rec.attribute5, hr_api.g_varchar2) <>

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

232: nvl(p_rec.attribute1, hr_api.g_varchar2) or
233: nvl(ota_cfs_shd.g_old_rec.attribute2, hr_api.g_varchar2) <>
234: nvl(p_rec.attribute2, hr_api.g_varchar2) or
235: nvl(ota_cfs_shd.g_old_rec.attribute3, hr_api.g_varchar2) <>
236: nvl(p_rec.attribute3, hr_api.g_varchar2) or
237: nvl(ota_cfs_shd.g_old_rec.attribute4, hr_api.g_varchar2) <>
238: nvl(p_rec.attribute4, hr_api.g_varchar2) or
239: nvl(ota_cfs_shd.g_old_rec.attribute5, hr_api.g_varchar2) <>
240: nvl(p_rec.attribute5, hr_api.g_varchar2) or

Line 237: nvl(ota_cfs_shd.g_old_rec.attribute4, hr_api.g_varchar2) <>

233: nvl(ota_cfs_shd.g_old_rec.attribute2, hr_api.g_varchar2) <>
234: nvl(p_rec.attribute2, hr_api.g_varchar2) or
235: nvl(ota_cfs_shd.g_old_rec.attribute3, hr_api.g_varchar2) <>
236: nvl(p_rec.attribute3, hr_api.g_varchar2) or
237: nvl(ota_cfs_shd.g_old_rec.attribute4, hr_api.g_varchar2) <>
238: nvl(p_rec.attribute4, hr_api.g_varchar2) or
239: nvl(ota_cfs_shd.g_old_rec.attribute5, hr_api.g_varchar2) <>
240: nvl(p_rec.attribute5, hr_api.g_varchar2) or
241: nvl(ota_cfs_shd.g_old_rec.attribute6, hr_api.g_varchar2) <>

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

234: nvl(p_rec.attribute2, hr_api.g_varchar2) or
235: nvl(ota_cfs_shd.g_old_rec.attribute3, hr_api.g_varchar2) <>
236: nvl(p_rec.attribute3, hr_api.g_varchar2) or
237: nvl(ota_cfs_shd.g_old_rec.attribute4, hr_api.g_varchar2) <>
238: nvl(p_rec.attribute4, hr_api.g_varchar2) or
239: nvl(ota_cfs_shd.g_old_rec.attribute5, hr_api.g_varchar2) <>
240: nvl(p_rec.attribute5, hr_api.g_varchar2) or
241: nvl(ota_cfs_shd.g_old_rec.attribute6, hr_api.g_varchar2) <>
242: nvl(p_rec.attribute6, hr_api.g_varchar2) or

Line 239: nvl(ota_cfs_shd.g_old_rec.attribute5, hr_api.g_varchar2) <>

235: nvl(ota_cfs_shd.g_old_rec.attribute3, hr_api.g_varchar2) <>
236: nvl(p_rec.attribute3, hr_api.g_varchar2) or
237: nvl(ota_cfs_shd.g_old_rec.attribute4, hr_api.g_varchar2) <>
238: nvl(p_rec.attribute4, hr_api.g_varchar2) or
239: nvl(ota_cfs_shd.g_old_rec.attribute5, hr_api.g_varchar2) <>
240: nvl(p_rec.attribute5, hr_api.g_varchar2) or
241: nvl(ota_cfs_shd.g_old_rec.attribute6, hr_api.g_varchar2) <>
242: nvl(p_rec.attribute6, hr_api.g_varchar2) or
243: nvl(ota_cfs_shd.g_old_rec.attribute7, hr_api.g_varchar2) <>

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

236: nvl(p_rec.attribute3, hr_api.g_varchar2) or
237: nvl(ota_cfs_shd.g_old_rec.attribute4, hr_api.g_varchar2) <>
238: nvl(p_rec.attribute4, hr_api.g_varchar2) or
239: nvl(ota_cfs_shd.g_old_rec.attribute5, hr_api.g_varchar2) <>
240: nvl(p_rec.attribute5, hr_api.g_varchar2) or
241: nvl(ota_cfs_shd.g_old_rec.attribute6, hr_api.g_varchar2) <>
242: nvl(p_rec.attribute6, hr_api.g_varchar2) or
243: nvl(ota_cfs_shd.g_old_rec.attribute7, hr_api.g_varchar2) <>
244: nvl(p_rec.attribute7, hr_api.g_varchar2) or

Line 241: nvl(ota_cfs_shd.g_old_rec.attribute6, hr_api.g_varchar2) <>

237: nvl(ota_cfs_shd.g_old_rec.attribute4, hr_api.g_varchar2) <>
238: nvl(p_rec.attribute4, hr_api.g_varchar2) or
239: nvl(ota_cfs_shd.g_old_rec.attribute5, hr_api.g_varchar2) <>
240: nvl(p_rec.attribute5, hr_api.g_varchar2) or
241: nvl(ota_cfs_shd.g_old_rec.attribute6, hr_api.g_varchar2) <>
242: nvl(p_rec.attribute6, hr_api.g_varchar2) or
243: nvl(ota_cfs_shd.g_old_rec.attribute7, hr_api.g_varchar2) <>
244: nvl(p_rec.attribute7, hr_api.g_varchar2) or
245: nvl(ota_cfs_shd.g_old_rec.attribute8, hr_api.g_varchar2) <>

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

238: nvl(p_rec.attribute4, hr_api.g_varchar2) or
239: nvl(ota_cfs_shd.g_old_rec.attribute5, hr_api.g_varchar2) <>
240: nvl(p_rec.attribute5, hr_api.g_varchar2) or
241: nvl(ota_cfs_shd.g_old_rec.attribute6, hr_api.g_varchar2) <>
242: nvl(p_rec.attribute6, hr_api.g_varchar2) or
243: nvl(ota_cfs_shd.g_old_rec.attribute7, hr_api.g_varchar2) <>
244: nvl(p_rec.attribute7, hr_api.g_varchar2) or
245: nvl(ota_cfs_shd.g_old_rec.attribute8, hr_api.g_varchar2) <>
246: nvl(p_rec.attribute8, hr_api.g_varchar2) or

Line 243: nvl(ota_cfs_shd.g_old_rec.attribute7, hr_api.g_varchar2) <>

239: nvl(ota_cfs_shd.g_old_rec.attribute5, hr_api.g_varchar2) <>
240: nvl(p_rec.attribute5, hr_api.g_varchar2) or
241: nvl(ota_cfs_shd.g_old_rec.attribute6, hr_api.g_varchar2) <>
242: nvl(p_rec.attribute6, hr_api.g_varchar2) or
243: nvl(ota_cfs_shd.g_old_rec.attribute7, hr_api.g_varchar2) <>
244: nvl(p_rec.attribute7, hr_api.g_varchar2) or
245: nvl(ota_cfs_shd.g_old_rec.attribute8, hr_api.g_varchar2) <>
246: nvl(p_rec.attribute8, hr_api.g_varchar2) or
247: nvl(ota_cfs_shd.g_old_rec.attribute9, hr_api.g_varchar2) <>

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

240: nvl(p_rec.attribute5, hr_api.g_varchar2) or
241: nvl(ota_cfs_shd.g_old_rec.attribute6, hr_api.g_varchar2) <>
242: nvl(p_rec.attribute6, hr_api.g_varchar2) or
243: nvl(ota_cfs_shd.g_old_rec.attribute7, hr_api.g_varchar2) <>
244: nvl(p_rec.attribute7, hr_api.g_varchar2) or
245: nvl(ota_cfs_shd.g_old_rec.attribute8, hr_api.g_varchar2) <>
246: nvl(p_rec.attribute8, hr_api.g_varchar2) or
247: nvl(ota_cfs_shd.g_old_rec.attribute9, hr_api.g_varchar2) <>
248: nvl(p_rec.attribute9, hr_api.g_varchar2) or

Line 245: nvl(ota_cfs_shd.g_old_rec.attribute8, hr_api.g_varchar2) <>

241: nvl(ota_cfs_shd.g_old_rec.attribute6, hr_api.g_varchar2) <>
242: nvl(p_rec.attribute6, hr_api.g_varchar2) or
243: nvl(ota_cfs_shd.g_old_rec.attribute7, hr_api.g_varchar2) <>
244: nvl(p_rec.attribute7, hr_api.g_varchar2) or
245: nvl(ota_cfs_shd.g_old_rec.attribute8, hr_api.g_varchar2) <>
246: nvl(p_rec.attribute8, hr_api.g_varchar2) or
247: nvl(ota_cfs_shd.g_old_rec.attribute9, hr_api.g_varchar2) <>
248: nvl(p_rec.attribute9, hr_api.g_varchar2) or
249: nvl(ota_cfs_shd.g_old_rec.attribute10, hr_api.g_varchar2) <>

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

242: nvl(p_rec.attribute6, hr_api.g_varchar2) or
243: nvl(ota_cfs_shd.g_old_rec.attribute7, hr_api.g_varchar2) <>
244: nvl(p_rec.attribute7, hr_api.g_varchar2) or
245: nvl(ota_cfs_shd.g_old_rec.attribute8, hr_api.g_varchar2) <>
246: nvl(p_rec.attribute8, hr_api.g_varchar2) or
247: nvl(ota_cfs_shd.g_old_rec.attribute9, hr_api.g_varchar2) <>
248: nvl(p_rec.attribute9, hr_api.g_varchar2) or
249: nvl(ota_cfs_shd.g_old_rec.attribute10, hr_api.g_varchar2) <>
250: nvl(p_rec.attribute10, hr_api.g_varchar2) or

Line 247: nvl(ota_cfs_shd.g_old_rec.attribute9, hr_api.g_varchar2) <>

243: nvl(ota_cfs_shd.g_old_rec.attribute7, hr_api.g_varchar2) <>
244: nvl(p_rec.attribute7, hr_api.g_varchar2) or
245: nvl(ota_cfs_shd.g_old_rec.attribute8, hr_api.g_varchar2) <>
246: nvl(p_rec.attribute8, hr_api.g_varchar2) or
247: nvl(ota_cfs_shd.g_old_rec.attribute9, hr_api.g_varchar2) <>
248: nvl(p_rec.attribute9, hr_api.g_varchar2) or
249: nvl(ota_cfs_shd.g_old_rec.attribute10, hr_api.g_varchar2) <>
250: nvl(p_rec.attribute10, hr_api.g_varchar2) or
251: nvl(ota_cfs_shd.g_old_rec.attribute11, hr_api.g_varchar2) <>

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

244: nvl(p_rec.attribute7, hr_api.g_varchar2) or
245: nvl(ota_cfs_shd.g_old_rec.attribute8, hr_api.g_varchar2) <>
246: nvl(p_rec.attribute8, hr_api.g_varchar2) or
247: nvl(ota_cfs_shd.g_old_rec.attribute9, hr_api.g_varchar2) <>
248: nvl(p_rec.attribute9, hr_api.g_varchar2) or
249: nvl(ota_cfs_shd.g_old_rec.attribute10, hr_api.g_varchar2) <>
250: nvl(p_rec.attribute10, hr_api.g_varchar2) or
251: nvl(ota_cfs_shd.g_old_rec.attribute11, hr_api.g_varchar2) <>
252: nvl(p_rec.attribute11, hr_api.g_varchar2) or

Line 249: nvl(ota_cfs_shd.g_old_rec.attribute10, hr_api.g_varchar2) <>

245: nvl(ota_cfs_shd.g_old_rec.attribute8, hr_api.g_varchar2) <>
246: nvl(p_rec.attribute8, hr_api.g_varchar2) or
247: nvl(ota_cfs_shd.g_old_rec.attribute9, hr_api.g_varchar2) <>
248: nvl(p_rec.attribute9, hr_api.g_varchar2) or
249: nvl(ota_cfs_shd.g_old_rec.attribute10, hr_api.g_varchar2) <>
250: nvl(p_rec.attribute10, hr_api.g_varchar2) or
251: nvl(ota_cfs_shd.g_old_rec.attribute11, hr_api.g_varchar2) <>
252: nvl(p_rec.attribute11, hr_api.g_varchar2) or
253: nvl(ota_cfs_shd.g_old_rec.attribute12, hr_api.g_varchar2) <>

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

246: nvl(p_rec.attribute8, hr_api.g_varchar2) or
247: nvl(ota_cfs_shd.g_old_rec.attribute9, hr_api.g_varchar2) <>
248: nvl(p_rec.attribute9, hr_api.g_varchar2) or
249: nvl(ota_cfs_shd.g_old_rec.attribute10, hr_api.g_varchar2) <>
250: nvl(p_rec.attribute10, hr_api.g_varchar2) or
251: nvl(ota_cfs_shd.g_old_rec.attribute11, hr_api.g_varchar2) <>
252: nvl(p_rec.attribute11, hr_api.g_varchar2) or
253: nvl(ota_cfs_shd.g_old_rec.attribute12, hr_api.g_varchar2) <>
254: nvl(p_rec.attribute12, hr_api.g_varchar2) or

Line 251: nvl(ota_cfs_shd.g_old_rec.attribute11, hr_api.g_varchar2) <>

247: nvl(ota_cfs_shd.g_old_rec.attribute9, hr_api.g_varchar2) <>
248: nvl(p_rec.attribute9, hr_api.g_varchar2) or
249: nvl(ota_cfs_shd.g_old_rec.attribute10, hr_api.g_varchar2) <>
250: nvl(p_rec.attribute10, hr_api.g_varchar2) or
251: nvl(ota_cfs_shd.g_old_rec.attribute11, hr_api.g_varchar2) <>
252: nvl(p_rec.attribute11, hr_api.g_varchar2) or
253: nvl(ota_cfs_shd.g_old_rec.attribute12, hr_api.g_varchar2) <>
254: nvl(p_rec.attribute12, hr_api.g_varchar2) or
255: nvl(ota_cfs_shd.g_old_rec.attribute13, hr_api.g_varchar2) <>

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

248: nvl(p_rec.attribute9, hr_api.g_varchar2) or
249: nvl(ota_cfs_shd.g_old_rec.attribute10, hr_api.g_varchar2) <>
250: nvl(p_rec.attribute10, hr_api.g_varchar2) or
251: nvl(ota_cfs_shd.g_old_rec.attribute11, hr_api.g_varchar2) <>
252: nvl(p_rec.attribute11, hr_api.g_varchar2) or
253: nvl(ota_cfs_shd.g_old_rec.attribute12, hr_api.g_varchar2) <>
254: nvl(p_rec.attribute12, hr_api.g_varchar2) or
255: nvl(ota_cfs_shd.g_old_rec.attribute13, hr_api.g_varchar2) <>
256: nvl(p_rec.attribute13, hr_api.g_varchar2) or

Line 253: nvl(ota_cfs_shd.g_old_rec.attribute12, hr_api.g_varchar2) <>

249: nvl(ota_cfs_shd.g_old_rec.attribute10, hr_api.g_varchar2) <>
250: nvl(p_rec.attribute10, hr_api.g_varchar2) or
251: nvl(ota_cfs_shd.g_old_rec.attribute11, hr_api.g_varchar2) <>
252: nvl(p_rec.attribute11, hr_api.g_varchar2) or
253: nvl(ota_cfs_shd.g_old_rec.attribute12, hr_api.g_varchar2) <>
254: nvl(p_rec.attribute12, hr_api.g_varchar2) or
255: nvl(ota_cfs_shd.g_old_rec.attribute13, hr_api.g_varchar2) <>
256: nvl(p_rec.attribute13, hr_api.g_varchar2) or
257: nvl(ota_cfs_shd.g_old_rec.attribute14, hr_api.g_varchar2) <>

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

250: nvl(p_rec.attribute10, hr_api.g_varchar2) or
251: nvl(ota_cfs_shd.g_old_rec.attribute11, hr_api.g_varchar2) <>
252: nvl(p_rec.attribute11, hr_api.g_varchar2) or
253: nvl(ota_cfs_shd.g_old_rec.attribute12, hr_api.g_varchar2) <>
254: nvl(p_rec.attribute12, hr_api.g_varchar2) or
255: nvl(ota_cfs_shd.g_old_rec.attribute13, hr_api.g_varchar2) <>
256: nvl(p_rec.attribute13, hr_api.g_varchar2) or
257: nvl(ota_cfs_shd.g_old_rec.attribute14, hr_api.g_varchar2) <>
258: nvl(p_rec.attribute14, hr_api.g_varchar2) or

Line 255: nvl(ota_cfs_shd.g_old_rec.attribute13, hr_api.g_varchar2) <>

251: nvl(ota_cfs_shd.g_old_rec.attribute11, hr_api.g_varchar2) <>
252: nvl(p_rec.attribute11, hr_api.g_varchar2) or
253: nvl(ota_cfs_shd.g_old_rec.attribute12, hr_api.g_varchar2) <>
254: nvl(p_rec.attribute12, hr_api.g_varchar2) or
255: nvl(ota_cfs_shd.g_old_rec.attribute13, hr_api.g_varchar2) <>
256: nvl(p_rec.attribute13, hr_api.g_varchar2) or
257: nvl(ota_cfs_shd.g_old_rec.attribute14, hr_api.g_varchar2) <>
258: nvl(p_rec.attribute14, hr_api.g_varchar2) or
259: nvl(ota_cfs_shd.g_old_rec.attribute15, hr_api.g_varchar2) <>

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

252: nvl(p_rec.attribute11, hr_api.g_varchar2) or
253: nvl(ota_cfs_shd.g_old_rec.attribute12, hr_api.g_varchar2) <>
254: nvl(p_rec.attribute12, hr_api.g_varchar2) or
255: nvl(ota_cfs_shd.g_old_rec.attribute13, hr_api.g_varchar2) <>
256: nvl(p_rec.attribute13, hr_api.g_varchar2) or
257: nvl(ota_cfs_shd.g_old_rec.attribute14, hr_api.g_varchar2) <>
258: nvl(p_rec.attribute14, hr_api.g_varchar2) or
259: nvl(ota_cfs_shd.g_old_rec.attribute15, hr_api.g_varchar2) <>
260: nvl(p_rec.attribute15, hr_api.g_varchar2) or

Line 257: nvl(ota_cfs_shd.g_old_rec.attribute14, hr_api.g_varchar2) <>

253: nvl(ota_cfs_shd.g_old_rec.attribute12, hr_api.g_varchar2) <>
254: nvl(p_rec.attribute12, hr_api.g_varchar2) or
255: nvl(ota_cfs_shd.g_old_rec.attribute13, hr_api.g_varchar2) <>
256: nvl(p_rec.attribute13, hr_api.g_varchar2) or
257: nvl(ota_cfs_shd.g_old_rec.attribute14, hr_api.g_varchar2) <>
258: nvl(p_rec.attribute14, hr_api.g_varchar2) or
259: nvl(ota_cfs_shd.g_old_rec.attribute15, hr_api.g_varchar2) <>
260: nvl(p_rec.attribute15, hr_api.g_varchar2) or
261: nvl(ota_cfs_shd.g_old_rec.attribute16, hr_api.g_varchar2) <>

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

254: nvl(p_rec.attribute12, hr_api.g_varchar2) or
255: nvl(ota_cfs_shd.g_old_rec.attribute13, hr_api.g_varchar2) <>
256: nvl(p_rec.attribute13, hr_api.g_varchar2) or
257: nvl(ota_cfs_shd.g_old_rec.attribute14, hr_api.g_varchar2) <>
258: nvl(p_rec.attribute14, hr_api.g_varchar2) or
259: nvl(ota_cfs_shd.g_old_rec.attribute15, hr_api.g_varchar2) <>
260: nvl(p_rec.attribute15, hr_api.g_varchar2) or
261: nvl(ota_cfs_shd.g_old_rec.attribute16, hr_api.g_varchar2) <>
262: nvl(p_rec.attribute16, hr_api.g_varchar2) or

Line 259: nvl(ota_cfs_shd.g_old_rec.attribute15, hr_api.g_varchar2) <>

255: nvl(ota_cfs_shd.g_old_rec.attribute13, hr_api.g_varchar2) <>
256: nvl(p_rec.attribute13, hr_api.g_varchar2) or
257: nvl(ota_cfs_shd.g_old_rec.attribute14, hr_api.g_varchar2) <>
258: nvl(p_rec.attribute14, hr_api.g_varchar2) or
259: nvl(ota_cfs_shd.g_old_rec.attribute15, hr_api.g_varchar2) <>
260: nvl(p_rec.attribute15, hr_api.g_varchar2) or
261: nvl(ota_cfs_shd.g_old_rec.attribute16, hr_api.g_varchar2) <>
262: nvl(p_rec.attribute16, hr_api.g_varchar2) or
263: nvl(ota_cfs_shd.g_old_rec.attribute17, hr_api.g_varchar2) <>

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

256: nvl(p_rec.attribute13, hr_api.g_varchar2) or
257: nvl(ota_cfs_shd.g_old_rec.attribute14, hr_api.g_varchar2) <>
258: nvl(p_rec.attribute14, hr_api.g_varchar2) or
259: nvl(ota_cfs_shd.g_old_rec.attribute15, hr_api.g_varchar2) <>
260: nvl(p_rec.attribute15, hr_api.g_varchar2) or
261: nvl(ota_cfs_shd.g_old_rec.attribute16, hr_api.g_varchar2) <>
262: nvl(p_rec.attribute16, hr_api.g_varchar2) or
263: nvl(ota_cfs_shd.g_old_rec.attribute17, hr_api.g_varchar2) <>
264: nvl(p_rec.attribute17, hr_api.g_varchar2) or

Line 261: nvl(ota_cfs_shd.g_old_rec.attribute16, hr_api.g_varchar2) <>

257: nvl(ota_cfs_shd.g_old_rec.attribute14, hr_api.g_varchar2) <>
258: nvl(p_rec.attribute14, hr_api.g_varchar2) or
259: nvl(ota_cfs_shd.g_old_rec.attribute15, hr_api.g_varchar2) <>
260: nvl(p_rec.attribute15, hr_api.g_varchar2) or
261: nvl(ota_cfs_shd.g_old_rec.attribute16, hr_api.g_varchar2) <>
262: nvl(p_rec.attribute16, hr_api.g_varchar2) or
263: nvl(ota_cfs_shd.g_old_rec.attribute17, hr_api.g_varchar2) <>
264: nvl(p_rec.attribute17, hr_api.g_varchar2) or
265: nvl(ota_cfs_shd.g_old_rec.attribute18, hr_api.g_varchar2) <>

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

258: nvl(p_rec.attribute14, hr_api.g_varchar2) or
259: nvl(ota_cfs_shd.g_old_rec.attribute15, hr_api.g_varchar2) <>
260: nvl(p_rec.attribute15, hr_api.g_varchar2) or
261: nvl(ota_cfs_shd.g_old_rec.attribute16, hr_api.g_varchar2) <>
262: nvl(p_rec.attribute16, hr_api.g_varchar2) or
263: nvl(ota_cfs_shd.g_old_rec.attribute17, hr_api.g_varchar2) <>
264: nvl(p_rec.attribute17, hr_api.g_varchar2) or
265: nvl(ota_cfs_shd.g_old_rec.attribute18, hr_api.g_varchar2) <>
266: nvl(p_rec.attribute18, hr_api.g_varchar2) or

Line 263: nvl(ota_cfs_shd.g_old_rec.attribute17, hr_api.g_varchar2) <>

259: nvl(ota_cfs_shd.g_old_rec.attribute15, hr_api.g_varchar2) <>
260: nvl(p_rec.attribute15, hr_api.g_varchar2) or
261: nvl(ota_cfs_shd.g_old_rec.attribute16, hr_api.g_varchar2) <>
262: nvl(p_rec.attribute16, hr_api.g_varchar2) or
263: nvl(ota_cfs_shd.g_old_rec.attribute17, hr_api.g_varchar2) <>
264: nvl(p_rec.attribute17, hr_api.g_varchar2) or
265: nvl(ota_cfs_shd.g_old_rec.attribute18, hr_api.g_varchar2) <>
266: nvl(p_rec.attribute18, hr_api.g_varchar2) or
267: nvl(ota_cfs_shd.g_old_rec.attribute19, hr_api.g_varchar2) <>

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

260: nvl(p_rec.attribute15, hr_api.g_varchar2) or
261: nvl(ota_cfs_shd.g_old_rec.attribute16, hr_api.g_varchar2) <>
262: nvl(p_rec.attribute16, hr_api.g_varchar2) or
263: nvl(ota_cfs_shd.g_old_rec.attribute17, hr_api.g_varchar2) <>
264: nvl(p_rec.attribute17, hr_api.g_varchar2) or
265: nvl(ota_cfs_shd.g_old_rec.attribute18, hr_api.g_varchar2) <>
266: nvl(p_rec.attribute18, hr_api.g_varchar2) or
267: nvl(ota_cfs_shd.g_old_rec.attribute19, hr_api.g_varchar2) <>
268: nvl(p_rec.attribute19, hr_api.g_varchar2) or

Line 265: nvl(ota_cfs_shd.g_old_rec.attribute18, hr_api.g_varchar2) <>

261: nvl(ota_cfs_shd.g_old_rec.attribute16, hr_api.g_varchar2) <>
262: nvl(p_rec.attribute16, hr_api.g_varchar2) or
263: nvl(ota_cfs_shd.g_old_rec.attribute17, hr_api.g_varchar2) <>
264: nvl(p_rec.attribute17, hr_api.g_varchar2) or
265: nvl(ota_cfs_shd.g_old_rec.attribute18, hr_api.g_varchar2) <>
266: nvl(p_rec.attribute18, hr_api.g_varchar2) or
267: nvl(ota_cfs_shd.g_old_rec.attribute19, hr_api.g_varchar2) <>
268: nvl(p_rec.attribute19, hr_api.g_varchar2) or
269: nvl(ota_cfs_shd.g_old_rec.attribute20, hr_api.g_varchar2) <>

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

262: nvl(p_rec.attribute16, hr_api.g_varchar2) or
263: nvl(ota_cfs_shd.g_old_rec.attribute17, hr_api.g_varchar2) <>
264: nvl(p_rec.attribute17, hr_api.g_varchar2) or
265: nvl(ota_cfs_shd.g_old_rec.attribute18, hr_api.g_varchar2) <>
266: nvl(p_rec.attribute18, hr_api.g_varchar2) or
267: nvl(ota_cfs_shd.g_old_rec.attribute19, hr_api.g_varchar2) <>
268: nvl(p_rec.attribute19, hr_api.g_varchar2) or
269: nvl(ota_cfs_shd.g_old_rec.attribute20, hr_api.g_varchar2) <>
270: nvl(p_rec.attribute20, hr_api.g_varchar2) ))

Line 267: nvl(ota_cfs_shd.g_old_rec.attribute19, hr_api.g_varchar2) <>

263: nvl(ota_cfs_shd.g_old_rec.attribute17, hr_api.g_varchar2) <>
264: nvl(p_rec.attribute17, hr_api.g_varchar2) or
265: nvl(ota_cfs_shd.g_old_rec.attribute18, hr_api.g_varchar2) <>
266: nvl(p_rec.attribute18, hr_api.g_varchar2) or
267: nvl(ota_cfs_shd.g_old_rec.attribute19, hr_api.g_varchar2) <>
268: nvl(p_rec.attribute19, hr_api.g_varchar2) or
269: nvl(ota_cfs_shd.g_old_rec.attribute20, hr_api.g_varchar2) <>
270: nvl(p_rec.attribute20, hr_api.g_varchar2) ))
271: or (p_rec.conference_server_id is null) then

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

264: nvl(p_rec.attribute17, hr_api.g_varchar2) or
265: nvl(ota_cfs_shd.g_old_rec.attribute18, hr_api.g_varchar2) <>
266: nvl(p_rec.attribute18, hr_api.g_varchar2) or
267: nvl(ota_cfs_shd.g_old_rec.attribute19, hr_api.g_varchar2) <>
268: nvl(p_rec.attribute19, hr_api.g_varchar2) or
269: nvl(ota_cfs_shd.g_old_rec.attribute20, hr_api.g_varchar2) <>
270: nvl(p_rec.attribute20, hr_api.g_varchar2) ))
271: or (p_rec.conference_server_id is null) then
272: --

Line 269: nvl(ota_cfs_shd.g_old_rec.attribute20, hr_api.g_varchar2) <>

265: nvl(ota_cfs_shd.g_old_rec.attribute18, hr_api.g_varchar2) <>
266: nvl(p_rec.attribute18, hr_api.g_varchar2) or
267: nvl(ota_cfs_shd.g_old_rec.attribute19, hr_api.g_varchar2) <>
268: nvl(p_rec.attribute19, hr_api.g_varchar2) or
269: nvl(ota_cfs_shd.g_old_rec.attribute20, hr_api.g_varchar2) <>
270: nvl(p_rec.attribute20, hr_api.g_varchar2) ))
271: or (p_rec.conference_server_id is null) then
272: --
273: -- Only execute the validation if absolutely necessary:

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

266: nvl(p_rec.attribute18, hr_api.g_varchar2) or
267: nvl(ota_cfs_shd.g_old_rec.attribute19, hr_api.g_varchar2) <>
268: nvl(p_rec.attribute19, hr_api.g_varchar2) or
269: nvl(ota_cfs_shd.g_old_rec.attribute20, hr_api.g_varchar2) <>
270: nvl(p_rec.attribute20, hr_api.g_varchar2) ))
271: or (p_rec.conference_server_id is null) then
272: --
273: -- Only execute the validation if absolutely necessary:
274: -- a) During update, the structure column value or any

Line 484: HR_API.MANDATORY_ARG_ERROR (

480: HR_UTILITY.SET_LOCATION ('Entering:' || W_PROC, 5);
481: --
482: -- Check arguments
483: --
484: HR_API.MANDATORY_ARG_ERROR (
485: G_PACKAGE,
486: 'P_NAME',
487: P_NAME);
488: HR_API.MANDATORY_ARG_ERROR (

Line 488: HR_API.MANDATORY_ARG_ERROR (

484: HR_API.MANDATORY_ARG_ERROR (
485: G_PACKAGE,
486: 'P_NAME',
487: P_NAME);
488: HR_API.MANDATORY_ARG_ERROR (
489: G_PACKAGE,
490: 'P_BUSINESS_GROUP_ID',
491: P_BUSINESS_GROUP_ID);
492: --

Line 597: hr_api.validate_bus_grp_id

593: hr_utility.set_location('Entering:'||l_proc, 5);
594: --
595: -- Call all supporting business operations
596: --
597: hr_api.validate_bus_grp_id
598: (p_business_group_id => p_rec.business_group_id
599: ,p_associated_column1 => ota_cfs_shd.g_tab_nam
600: || '.BUSINESS_GROUP_ID');
601:

Line 636: hr_api.validate_bus_grp_id

632: hr_utility.set_location('Entering:'||l_proc, 5);
633: --
634: -- Call all supporting business operations
635: --
636: hr_api.validate_bus_grp_id
637: (p_business_group_id => p_rec.business_group_id
638: ,p_associated_column1 => ota_cfs_shd.g_tab_nam
639: || '.BUSINESS_GROUP_ID');
640: