DBA Data[Home] [Help]

APPS.OTA_OFF_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 => 'offering_id'
50: ,p_argument_value => p_offering_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 => 'offering_id'
119: ,p_argument_value => p_offering_id
120: );

Line 122: if ( nvl(ota_off_bus.g_offering_id, hr_api.g_number)

118: ,p_argument => 'offering_id'
119: ,p_argument_value => p_offering_id
120: );
121: --
122: if ( nvl(ota_off_bus.g_offering_id, hr_api.g_number)
123: = p_offering_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 227: nvl(ota_off_shd.g_old_rec.attribute_category, hr_api.g_varchar2) <>

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

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

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

Line 229: nvl(ota_off_shd.g_old_rec.attribute1, hr_api.g_varchar2) <>

225: --
226: if ((p_rec.offering_id is not null) and (
227: nvl(ota_off_shd.g_old_rec.attribute_category, hr_api.g_varchar2) <>
228: nvl(p_rec.attribute_category, hr_api.g_varchar2) or
229: nvl(ota_off_shd.g_old_rec.attribute1, hr_api.g_varchar2) <>
230: nvl(p_rec.attribute1, hr_api.g_varchar2) or
231: nvl(ota_off_shd.g_old_rec.attribute2, hr_api.g_varchar2) <>
232: nvl(p_rec.attribute2, hr_api.g_varchar2) or
233: nvl(ota_off_shd.g_old_rec.attribute3, hr_api.g_varchar2) <>

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

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

Line 231: nvl(ota_off_shd.g_old_rec.attribute2, hr_api.g_varchar2) <>

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

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

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

Line 233: nvl(ota_off_shd.g_old_rec.attribute3, hr_api.g_varchar2) <>

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

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

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

Line 235: nvl(ota_off_shd.g_old_rec.attribute4, hr_api.g_varchar2) <>

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

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

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

Line 237: nvl(ota_off_shd.g_old_rec.attribute5, hr_api.g_varchar2) <>

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

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

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

Line 239: nvl(ota_off_shd.g_old_rec.attribute6, hr_api.g_varchar2) <>

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

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

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

Line 241: nvl(ota_off_shd.g_old_rec.attribute7, hr_api.g_varchar2) <>

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

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

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

Line 243: nvl(ota_off_shd.g_old_rec.attribute8, hr_api.g_varchar2) <>

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

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

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

Line 245: nvl(ota_off_shd.g_old_rec.attribute9, hr_api.g_varchar2) <>

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

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

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

Line 247: nvl(ota_off_shd.g_old_rec.attribute10, hr_api.g_varchar2) <>

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

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

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

Line 249: nvl(ota_off_shd.g_old_rec.attribute11, hr_api.g_varchar2) <>

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

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

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

Line 251: nvl(ota_off_shd.g_old_rec.attribute12, hr_api.g_varchar2) <>

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

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

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

Line 253: nvl(ota_off_shd.g_old_rec.attribute13, hr_api.g_varchar2) <>

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

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

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

Line 255: nvl(ota_off_shd.g_old_rec.attribute14, hr_api.g_varchar2) <>

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

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

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

Line 257: nvl(ota_off_shd.g_old_rec.attribute15, hr_api.g_varchar2) <>

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

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

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

Line 259: nvl(ota_off_shd.g_old_rec.attribute16, hr_api.g_varchar2) <>

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

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

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

Line 261: nvl(ota_off_shd.g_old_rec.attribute17, hr_api.g_varchar2) <>

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

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

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

Line 263: nvl(ota_off_shd.g_old_rec.attribute18, hr_api.g_varchar2) <>

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

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

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

Line 265: nvl(ota_off_shd.g_old_rec.attribute19, hr_api.g_varchar2) <>

261: nvl(ota_off_shd.g_old_rec.attribute17, hr_api.g_varchar2) <>
262: nvl(p_rec.attribute17, hr_api.g_varchar2) or
263: nvl(ota_off_shd.g_old_rec.attribute18, hr_api.g_varchar2) <>
264: nvl(p_rec.attribute18, hr_api.g_varchar2) or
265: nvl(ota_off_shd.g_old_rec.attribute19, hr_api.g_varchar2) <>
266: nvl(p_rec.attribute19, hr_api.g_varchar2) or
267: nvl(ota_off_shd.g_old_rec.attribute20, hr_api.g_varchar2) <>
268: nvl(p_rec.attribute20, hr_api.g_varchar2) ))
269: or (p_rec.offering_id is null) then

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

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

Line 267: nvl(ota_off_shd.g_old_rec.attribute20, hr_api.g_varchar2) <>

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

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

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

Line 424: NVL(p_start_date, hr_api.g_sot),

420: End if;
421: */
422: If ota_general.check_par_child_dates_fun(v_start_date,
423: v_end_date,
424: NVL(p_start_date, hr_api.g_sot),
425: NVL(p_end_date, hr_api.g_eot) ) then
426: --
427: fnd_message.set_name ( 'OTA','OTA_443459_OFF_OUT_OF_DM_DATES');
428: fnd_message.raise_error;

Line 425: NVL(p_end_date, hr_api.g_eot) ) then

421: */
422: If ota_general.check_par_child_dates_fun(v_start_date,
423: v_end_date,
424: NVL(p_start_date, hr_api.g_sot),
425: NVL(p_end_date, hr_api.g_eot) ) then
426: --
427: fnd_message.set_name ( 'OTA','OTA_443459_OFF_OUT_OF_DM_DATES');
428: fnd_message.raise_error;
429: End If;

Line 487: l_start_date := hr_api.g_sot;

483: l_start_date := p_start_date;
484: l_end_date := p_end_date;
485: --
486: if l_start_date is null then
487: l_start_date := hr_api.g_sot;
488: end if;
489: if l_end_date is null then
490: l_end_date := hr_api.g_eot;
491: end if;

Line 490: l_end_date := hr_api.g_eot;

486: if l_start_date is null then
487: l_start_date := hr_api.g_sot;
488: end if;
489: if l_end_date is null then
490: l_end_date := hr_api.g_eot;
491: end if;
492: --
493: for v_events in events
494: loop

Line 510: l_evt_end_date := hr_api.g_eot;

506: end if;
507: end if;
508: --
509: if l_evt_end_date is null then
510: l_evt_end_date := hr_api.g_eot;
511: end if;
512: --
513: if l_evt_start_date < l_start_date or
514: l_evt_start_date > l_end_date or

Line 577: l_start_date := hr_api.g_sot;

573: fnd_message.raise_error;
574: end if;
575:
576: if l_start_date is null then
577: l_start_date := hr_api.g_sot;
578: end if;
579:
580: if l_end_date is null then
581: l_end_date := hr_api.g_eot;

Line 581: l_end_date := hr_api.g_eot;

577: l_start_date := hr_api.g_sot;
578: end if;
579:
580: if l_end_date is null then
581: l_end_date := hr_api.g_eot;
582: end if;
583: --
584: l_offering_start_date := p_offering_start_date;
585: l_offering_end_date := p_offering_end_date;

Line 588: l_offering_end_date := hr_api.g_eot;

584: l_offering_start_date := p_offering_start_date;
585: l_offering_end_date := p_offering_end_date;
586: --
587: if l_offering_end_date is null then
588: l_offering_end_date := hr_api.g_eot;
589: end if;
590: --
591: --
592: -- Added extra conditions to handle development events

Line 633: hr_api.mandatory_arg_error

629: hr_utility.set_location(' Leaving:'||l_proc, 10);
630: --
631: -- check mandatory parameters has been set
632: --
633: hr_api.mandatory_arg_error
634: (p_api_name => l_proc
635: ,p_argument => 'effective_date'
636: ,p_argument_value => p_effective_date);
637:

Line 644: NVL(ota_off_shd.g_old_rec.competency_update_level,hr_api.g_varchar2) <>

640: ,p_object_version_number => p_object_version_number);
641:
642:
643: IF ((l_api_updating AND
644: NVL(ota_off_shd.g_old_rec.competency_update_level,hr_api.g_varchar2) <>
645: NVL(p_competency_update_level, hr_api.g_varchar2))
646: OR NOT l_api_updating AND p_competency_update_level IS NOT NULL) THEN
647:
648: hr_utility.set_location(' Leaving:'||l_proc, 20);

Line 645: NVL(p_competency_update_level, hr_api.g_varchar2))

641:
642:
643: IF ((l_api_updating AND
644: NVL(ota_off_shd.g_old_rec.competency_update_level,hr_api.g_varchar2) <>
645: NVL(p_competency_update_level, hr_api.g_varchar2))
646: OR NOT l_api_updating AND p_competency_update_level IS NOT NULL) THEN
647:
648: hr_utility.set_location(' Leaving:'||l_proc, 20);
649: --

Line 652: IF hr_api.not_exists_in_hr_lookups

648: hr_utility.set_location(' Leaving:'||l_proc, 20);
649: --
650:
651: IF p_competency_update_level IS NOT NULL THEN
652: IF hr_api.not_exists_in_hr_lookups
653: (p_effective_date => p_effective_date
654: ,p_lookup_type => 'OTA_COMPETENCY_UPDATE_LEVEL'
655: ,p_lookup_code => p_competency_update_level) THEN
656: fnd_message.set_name('OTA','OTA_443411_COMP_UPD_LEV_INVLD');

Line 771: HR_API.MANDATORY_ARG_ERROR (

767: HR_UTILITY.SET_LOCATION ('Entering:' || W_PROC, 5);
768: --
769: -- Check arguments
770: --
771: HR_API.MANDATORY_ARG_ERROR (
772: G_PACKAGE,
773: 'P_NAME',
774: P_NAME);
775: HR_API.MANDATORY_ARG_ERROR (

Line 775: HR_API.MANDATORY_ARG_ERROR (

771: HR_API.MANDATORY_ARG_ERROR (
772: G_PACKAGE,
773: 'P_NAME',
774: P_NAME);
775: HR_API.MANDATORY_ARG_ERROR (
776: G_PACKAGE,
777: 'P_BUSINESS_GROUP_ID',
778: P_BUSINESS_GROUP_ID);
779: --

Line 891: nvl(ota_off_shd.g_old_rec.owner_id,hr_api.g_number) <>

887: --
888: hr_utility.set_location('Entering:'||l_proc, 5);
889: --
890: if (((p_offering_id is not null) and
891: nvl(ota_off_shd.g_old_rec.owner_id,hr_api.g_number) <>
892: nvl(p_owner_id,hr_api.g_number))
893: or (p_offering_id is null)) then
894: IF p_owner_id is not null then
895: If l_single_business_group_id is not null then

Line 892: nvl(p_owner_id,hr_api.g_number))

888: hr_utility.set_location('Entering:'||l_proc, 5);
889: --
890: if (((p_offering_id is not null) and
891: nvl(ota_off_shd.g_old_rec.owner_id,hr_api.g_number) <>
892: nvl(p_owner_id,hr_api.g_number))
893: or (p_offering_id is null)) then
894: IF p_owner_id is not null then
895: If l_single_business_group_id is not null then
896: hr_utility.set_location('Entering:'||l_proc, 10);

Line 1347: hr_api.validate_bus_grp_id

1343: hr_utility.set_location('Entering:'||l_proc, 5);
1344: --
1345: -- Call all supporting business operations
1346: --
1347: hr_api.validate_bus_grp_id
1348: (p_business_group_id => p_rec.business_group_id
1349: ,p_associated_column1 => ota_off_shd.g_tab_nam
1350: || '.BUSINESS_GROUP_ID');
1351: --

Line 1397: hr_api.validate_bus_grp_id

1393: hr_utility.set_location('Entering:'||l_proc, 5);
1394: --
1395: -- Call all supporting business operations
1396: --
1397: hr_api.validate_bus_grp_id
1398: (p_business_group_id => p_rec.business_group_id
1399: ,p_associated_column1 => ota_off_shd.g_tab_nam
1400: || '.BUSINESS_GROUP_ID');
1401: