DBA Data[Home] [Help]

APPS.OTA_TMT_BUS dependencies on OTA_TMT_SHD

Line 179: (p_rec in ota_tmt_shd.g_rec_type

175: -- Internal Row Handler Use Only.
176: --
177: -- ----------------------------------------------------------------------------
178: procedure chk_df
179: (p_rec in ota_tmt_shd.g_rec_type
180: ) is
181: --
182: l_proc varchar2(72) := g_package || 'chk_df';
183: --

Line 188: nvl(ota_tmt_shd.g_old_rec.attribute_category, hr_api.g_varchar2) <>

184: begin
185: hr_utility.set_location('Entering:'||l_proc,10);
186: --
187: if ((p_rec.tp_measurement_type_id is not null) and (
188: nvl(ota_tmt_shd.g_old_rec.attribute_category, hr_api.g_varchar2) <>
189: nvl(p_rec.attribute_category, hr_api.g_varchar2) or
190: nvl(ota_tmt_shd.g_old_rec.attribute1, hr_api.g_varchar2) <>
191: nvl(p_rec.attribute1, hr_api.g_varchar2) or
192: nvl(ota_tmt_shd.g_old_rec.attribute2, hr_api.g_varchar2) <>

Line 190: nvl(ota_tmt_shd.g_old_rec.attribute1, hr_api.g_varchar2) <>

186: --
187: if ((p_rec.tp_measurement_type_id is not null) and (
188: nvl(ota_tmt_shd.g_old_rec.attribute_category, hr_api.g_varchar2) <>
189: nvl(p_rec.attribute_category, hr_api.g_varchar2) or
190: nvl(ota_tmt_shd.g_old_rec.attribute1, hr_api.g_varchar2) <>
191: nvl(p_rec.attribute1, hr_api.g_varchar2) or
192: nvl(ota_tmt_shd.g_old_rec.attribute2, hr_api.g_varchar2) <>
193: nvl(p_rec.attribute2, hr_api.g_varchar2) or
194: nvl(ota_tmt_shd.g_old_rec.attribute3, hr_api.g_varchar2) <>

Line 192: nvl(ota_tmt_shd.g_old_rec.attribute2, hr_api.g_varchar2) <>

188: nvl(ota_tmt_shd.g_old_rec.attribute_category, hr_api.g_varchar2) <>
189: nvl(p_rec.attribute_category, hr_api.g_varchar2) or
190: nvl(ota_tmt_shd.g_old_rec.attribute1, hr_api.g_varchar2) <>
191: nvl(p_rec.attribute1, hr_api.g_varchar2) or
192: nvl(ota_tmt_shd.g_old_rec.attribute2, hr_api.g_varchar2) <>
193: nvl(p_rec.attribute2, hr_api.g_varchar2) or
194: nvl(ota_tmt_shd.g_old_rec.attribute3, hr_api.g_varchar2) <>
195: nvl(p_rec.attribute3, hr_api.g_varchar2) or
196: nvl(ota_tmt_shd.g_old_rec.attribute4, hr_api.g_varchar2) <>

Line 194: nvl(ota_tmt_shd.g_old_rec.attribute3, hr_api.g_varchar2) <>

190: nvl(ota_tmt_shd.g_old_rec.attribute1, hr_api.g_varchar2) <>
191: nvl(p_rec.attribute1, hr_api.g_varchar2) or
192: nvl(ota_tmt_shd.g_old_rec.attribute2, hr_api.g_varchar2) <>
193: nvl(p_rec.attribute2, hr_api.g_varchar2) or
194: nvl(ota_tmt_shd.g_old_rec.attribute3, hr_api.g_varchar2) <>
195: nvl(p_rec.attribute3, hr_api.g_varchar2) or
196: nvl(ota_tmt_shd.g_old_rec.attribute4, hr_api.g_varchar2) <>
197: nvl(p_rec.attribute4, hr_api.g_varchar2) or
198: nvl(ota_tmt_shd.g_old_rec.attribute5, hr_api.g_varchar2) <>

Line 196: nvl(ota_tmt_shd.g_old_rec.attribute4, hr_api.g_varchar2) <>

192: nvl(ota_tmt_shd.g_old_rec.attribute2, hr_api.g_varchar2) <>
193: nvl(p_rec.attribute2, hr_api.g_varchar2) or
194: nvl(ota_tmt_shd.g_old_rec.attribute3, hr_api.g_varchar2) <>
195: nvl(p_rec.attribute3, hr_api.g_varchar2) or
196: nvl(ota_tmt_shd.g_old_rec.attribute4, hr_api.g_varchar2) <>
197: nvl(p_rec.attribute4, hr_api.g_varchar2) or
198: nvl(ota_tmt_shd.g_old_rec.attribute5, hr_api.g_varchar2) <>
199: nvl(p_rec.attribute5, hr_api.g_varchar2) or
200: nvl(ota_tmt_shd.g_old_rec.attribute6, hr_api.g_varchar2) <>

Line 198: nvl(ota_tmt_shd.g_old_rec.attribute5, hr_api.g_varchar2) <>

194: nvl(ota_tmt_shd.g_old_rec.attribute3, hr_api.g_varchar2) <>
195: nvl(p_rec.attribute3, hr_api.g_varchar2) or
196: nvl(ota_tmt_shd.g_old_rec.attribute4, hr_api.g_varchar2) <>
197: nvl(p_rec.attribute4, hr_api.g_varchar2) or
198: nvl(ota_tmt_shd.g_old_rec.attribute5, hr_api.g_varchar2) <>
199: nvl(p_rec.attribute5, hr_api.g_varchar2) or
200: nvl(ota_tmt_shd.g_old_rec.attribute6, hr_api.g_varchar2) <>
201: nvl(p_rec.attribute6, hr_api.g_varchar2) or
202: nvl(ota_tmt_shd.g_old_rec.attribute7, hr_api.g_varchar2) <>

Line 200: nvl(ota_tmt_shd.g_old_rec.attribute6, hr_api.g_varchar2) <>

196: nvl(ota_tmt_shd.g_old_rec.attribute4, hr_api.g_varchar2) <>
197: nvl(p_rec.attribute4, hr_api.g_varchar2) or
198: nvl(ota_tmt_shd.g_old_rec.attribute5, hr_api.g_varchar2) <>
199: nvl(p_rec.attribute5, hr_api.g_varchar2) or
200: nvl(ota_tmt_shd.g_old_rec.attribute6, hr_api.g_varchar2) <>
201: nvl(p_rec.attribute6, hr_api.g_varchar2) or
202: nvl(ota_tmt_shd.g_old_rec.attribute7, hr_api.g_varchar2) <>
203: nvl(p_rec.attribute7, hr_api.g_varchar2) or
204: nvl(ota_tmt_shd.g_old_rec.attribute8, hr_api.g_varchar2) <>

Line 202: nvl(ota_tmt_shd.g_old_rec.attribute7, hr_api.g_varchar2) <>

198: nvl(ota_tmt_shd.g_old_rec.attribute5, hr_api.g_varchar2) <>
199: nvl(p_rec.attribute5, hr_api.g_varchar2) or
200: nvl(ota_tmt_shd.g_old_rec.attribute6, hr_api.g_varchar2) <>
201: nvl(p_rec.attribute6, hr_api.g_varchar2) or
202: nvl(ota_tmt_shd.g_old_rec.attribute7, hr_api.g_varchar2) <>
203: nvl(p_rec.attribute7, hr_api.g_varchar2) or
204: nvl(ota_tmt_shd.g_old_rec.attribute8, hr_api.g_varchar2) <>
205: nvl(p_rec.attribute8, hr_api.g_varchar2) or
206: nvl(ota_tmt_shd.g_old_rec.attribute9, hr_api.g_varchar2) <>

Line 204: nvl(ota_tmt_shd.g_old_rec.attribute8, hr_api.g_varchar2) <>

200: nvl(ota_tmt_shd.g_old_rec.attribute6, hr_api.g_varchar2) <>
201: nvl(p_rec.attribute6, hr_api.g_varchar2) or
202: nvl(ota_tmt_shd.g_old_rec.attribute7, hr_api.g_varchar2) <>
203: nvl(p_rec.attribute7, hr_api.g_varchar2) or
204: nvl(ota_tmt_shd.g_old_rec.attribute8, hr_api.g_varchar2) <>
205: nvl(p_rec.attribute8, hr_api.g_varchar2) or
206: nvl(ota_tmt_shd.g_old_rec.attribute9, hr_api.g_varchar2) <>
207: nvl(p_rec.attribute9, hr_api.g_varchar2) or
208: nvl(ota_tmt_shd.g_old_rec.attribute10, hr_api.g_varchar2) <>

Line 206: nvl(ota_tmt_shd.g_old_rec.attribute9, hr_api.g_varchar2) <>

202: nvl(ota_tmt_shd.g_old_rec.attribute7, hr_api.g_varchar2) <>
203: nvl(p_rec.attribute7, hr_api.g_varchar2) or
204: nvl(ota_tmt_shd.g_old_rec.attribute8, hr_api.g_varchar2) <>
205: nvl(p_rec.attribute8, hr_api.g_varchar2) or
206: nvl(ota_tmt_shd.g_old_rec.attribute9, hr_api.g_varchar2) <>
207: nvl(p_rec.attribute9, hr_api.g_varchar2) or
208: nvl(ota_tmt_shd.g_old_rec.attribute10, hr_api.g_varchar2) <>
209: nvl(p_rec.attribute10, hr_api.g_varchar2) or
210: nvl(ota_tmt_shd.g_old_rec.attribute11, hr_api.g_varchar2) <>

Line 208: nvl(ota_tmt_shd.g_old_rec.attribute10, hr_api.g_varchar2) <>

204: nvl(ota_tmt_shd.g_old_rec.attribute8, hr_api.g_varchar2) <>
205: nvl(p_rec.attribute8, hr_api.g_varchar2) or
206: nvl(ota_tmt_shd.g_old_rec.attribute9, hr_api.g_varchar2) <>
207: nvl(p_rec.attribute9, hr_api.g_varchar2) or
208: nvl(ota_tmt_shd.g_old_rec.attribute10, hr_api.g_varchar2) <>
209: nvl(p_rec.attribute10, hr_api.g_varchar2) or
210: nvl(ota_tmt_shd.g_old_rec.attribute11, hr_api.g_varchar2) <>
211: nvl(p_rec.attribute11, hr_api.g_varchar2) or
212: nvl(ota_tmt_shd.g_old_rec.attribute12, hr_api.g_varchar2) <>

Line 210: nvl(ota_tmt_shd.g_old_rec.attribute11, hr_api.g_varchar2) <>

206: nvl(ota_tmt_shd.g_old_rec.attribute9, hr_api.g_varchar2) <>
207: nvl(p_rec.attribute9, hr_api.g_varchar2) or
208: nvl(ota_tmt_shd.g_old_rec.attribute10, hr_api.g_varchar2) <>
209: nvl(p_rec.attribute10, hr_api.g_varchar2) or
210: nvl(ota_tmt_shd.g_old_rec.attribute11, hr_api.g_varchar2) <>
211: nvl(p_rec.attribute11, hr_api.g_varchar2) or
212: nvl(ota_tmt_shd.g_old_rec.attribute12, hr_api.g_varchar2) <>
213: nvl(p_rec.attribute12, hr_api.g_varchar2) or
214: nvl(ota_tmt_shd.g_old_rec.attribute13, hr_api.g_varchar2) <>

Line 212: nvl(ota_tmt_shd.g_old_rec.attribute12, hr_api.g_varchar2) <>

208: nvl(ota_tmt_shd.g_old_rec.attribute10, hr_api.g_varchar2) <>
209: nvl(p_rec.attribute10, hr_api.g_varchar2) or
210: nvl(ota_tmt_shd.g_old_rec.attribute11, hr_api.g_varchar2) <>
211: nvl(p_rec.attribute11, hr_api.g_varchar2) or
212: nvl(ota_tmt_shd.g_old_rec.attribute12, hr_api.g_varchar2) <>
213: nvl(p_rec.attribute12, hr_api.g_varchar2) or
214: nvl(ota_tmt_shd.g_old_rec.attribute13, hr_api.g_varchar2) <>
215: nvl(p_rec.attribute13, hr_api.g_varchar2) or
216: nvl(ota_tmt_shd.g_old_rec.attribute14, hr_api.g_varchar2) <>

Line 214: nvl(ota_tmt_shd.g_old_rec.attribute13, hr_api.g_varchar2) <>

210: nvl(ota_tmt_shd.g_old_rec.attribute11, hr_api.g_varchar2) <>
211: nvl(p_rec.attribute11, hr_api.g_varchar2) or
212: nvl(ota_tmt_shd.g_old_rec.attribute12, hr_api.g_varchar2) <>
213: nvl(p_rec.attribute12, hr_api.g_varchar2) or
214: nvl(ota_tmt_shd.g_old_rec.attribute13, hr_api.g_varchar2) <>
215: nvl(p_rec.attribute13, hr_api.g_varchar2) or
216: nvl(ota_tmt_shd.g_old_rec.attribute14, hr_api.g_varchar2) <>
217: nvl(p_rec.attribute14, hr_api.g_varchar2) or
218: nvl(ota_tmt_shd.g_old_rec.attribute15, hr_api.g_varchar2) <>

Line 216: nvl(ota_tmt_shd.g_old_rec.attribute14, hr_api.g_varchar2) <>

212: nvl(ota_tmt_shd.g_old_rec.attribute12, hr_api.g_varchar2) <>
213: nvl(p_rec.attribute12, hr_api.g_varchar2) or
214: nvl(ota_tmt_shd.g_old_rec.attribute13, hr_api.g_varchar2) <>
215: nvl(p_rec.attribute13, hr_api.g_varchar2) or
216: nvl(ota_tmt_shd.g_old_rec.attribute14, hr_api.g_varchar2) <>
217: nvl(p_rec.attribute14, hr_api.g_varchar2) or
218: nvl(ota_tmt_shd.g_old_rec.attribute15, hr_api.g_varchar2) <>
219: nvl(p_rec.attribute15, hr_api.g_varchar2) or
220: nvl(ota_tmt_shd.g_old_rec.attribute16, hr_api.g_varchar2) <>

Line 218: nvl(ota_tmt_shd.g_old_rec.attribute15, hr_api.g_varchar2) <>

214: nvl(ota_tmt_shd.g_old_rec.attribute13, hr_api.g_varchar2) <>
215: nvl(p_rec.attribute13, hr_api.g_varchar2) or
216: nvl(ota_tmt_shd.g_old_rec.attribute14, hr_api.g_varchar2) <>
217: nvl(p_rec.attribute14, hr_api.g_varchar2) or
218: nvl(ota_tmt_shd.g_old_rec.attribute15, hr_api.g_varchar2) <>
219: nvl(p_rec.attribute15, hr_api.g_varchar2) or
220: nvl(ota_tmt_shd.g_old_rec.attribute16, hr_api.g_varchar2) <>
221: nvl(p_rec.attribute16, hr_api.g_varchar2) or
222: nvl(ota_tmt_shd.g_old_rec.attribute17, hr_api.g_varchar2) <>

Line 220: nvl(ota_tmt_shd.g_old_rec.attribute16, hr_api.g_varchar2) <>

216: nvl(ota_tmt_shd.g_old_rec.attribute14, hr_api.g_varchar2) <>
217: nvl(p_rec.attribute14, hr_api.g_varchar2) or
218: nvl(ota_tmt_shd.g_old_rec.attribute15, hr_api.g_varchar2) <>
219: nvl(p_rec.attribute15, hr_api.g_varchar2) or
220: nvl(ota_tmt_shd.g_old_rec.attribute16, hr_api.g_varchar2) <>
221: nvl(p_rec.attribute16, hr_api.g_varchar2) or
222: nvl(ota_tmt_shd.g_old_rec.attribute17, hr_api.g_varchar2) <>
223: nvl(p_rec.attribute17, hr_api.g_varchar2) or
224: nvl(ota_tmt_shd.g_old_rec.attribute18, hr_api.g_varchar2) <>

Line 222: nvl(ota_tmt_shd.g_old_rec.attribute17, hr_api.g_varchar2) <>

218: nvl(ota_tmt_shd.g_old_rec.attribute15, hr_api.g_varchar2) <>
219: nvl(p_rec.attribute15, hr_api.g_varchar2) or
220: nvl(ota_tmt_shd.g_old_rec.attribute16, hr_api.g_varchar2) <>
221: nvl(p_rec.attribute16, hr_api.g_varchar2) or
222: nvl(ota_tmt_shd.g_old_rec.attribute17, hr_api.g_varchar2) <>
223: nvl(p_rec.attribute17, hr_api.g_varchar2) or
224: nvl(ota_tmt_shd.g_old_rec.attribute18, hr_api.g_varchar2) <>
225: nvl(p_rec.attribute18, hr_api.g_varchar2) or
226: nvl(ota_tmt_shd.g_old_rec.attribute19, hr_api.g_varchar2) <>

Line 224: nvl(ota_tmt_shd.g_old_rec.attribute18, hr_api.g_varchar2) <>

220: nvl(ota_tmt_shd.g_old_rec.attribute16, hr_api.g_varchar2) <>
221: nvl(p_rec.attribute16, hr_api.g_varchar2) or
222: nvl(ota_tmt_shd.g_old_rec.attribute17, hr_api.g_varchar2) <>
223: nvl(p_rec.attribute17, hr_api.g_varchar2) or
224: nvl(ota_tmt_shd.g_old_rec.attribute18, hr_api.g_varchar2) <>
225: nvl(p_rec.attribute18, hr_api.g_varchar2) or
226: nvl(ota_tmt_shd.g_old_rec.attribute19, hr_api.g_varchar2) <>
227: nvl(p_rec.attribute19, hr_api.g_varchar2) or
228: nvl(ota_tmt_shd.g_old_rec.attribute20, hr_api.g_varchar2) <>

Line 226: nvl(ota_tmt_shd.g_old_rec.attribute19, hr_api.g_varchar2) <>

222: nvl(ota_tmt_shd.g_old_rec.attribute17, hr_api.g_varchar2) <>
223: nvl(p_rec.attribute17, hr_api.g_varchar2) or
224: nvl(ota_tmt_shd.g_old_rec.attribute18, hr_api.g_varchar2) <>
225: nvl(p_rec.attribute18, hr_api.g_varchar2) or
226: nvl(ota_tmt_shd.g_old_rec.attribute19, hr_api.g_varchar2) <>
227: nvl(p_rec.attribute19, hr_api.g_varchar2) or
228: nvl(ota_tmt_shd.g_old_rec.attribute20, hr_api.g_varchar2) <>
229: nvl(p_rec.attribute20, hr_api.g_varchar2) or
230: nvl(ota_tmt_shd.g_old_rec.attribute21, hr_api.g_varchar2) <>

Line 228: nvl(ota_tmt_shd.g_old_rec.attribute20, hr_api.g_varchar2) <>

224: nvl(ota_tmt_shd.g_old_rec.attribute18, hr_api.g_varchar2) <>
225: nvl(p_rec.attribute18, hr_api.g_varchar2) or
226: nvl(ota_tmt_shd.g_old_rec.attribute19, hr_api.g_varchar2) <>
227: nvl(p_rec.attribute19, hr_api.g_varchar2) or
228: nvl(ota_tmt_shd.g_old_rec.attribute20, hr_api.g_varchar2) <>
229: nvl(p_rec.attribute20, hr_api.g_varchar2) or
230: nvl(ota_tmt_shd.g_old_rec.attribute21, hr_api.g_varchar2) <>
231: nvl(p_rec.attribute21, hr_api.g_varchar2) or
232: nvl(ota_tmt_shd.g_old_rec.attribute22, hr_api.g_varchar2) <>

Line 230: nvl(ota_tmt_shd.g_old_rec.attribute21, hr_api.g_varchar2) <>

226: nvl(ota_tmt_shd.g_old_rec.attribute19, hr_api.g_varchar2) <>
227: nvl(p_rec.attribute19, hr_api.g_varchar2) or
228: nvl(ota_tmt_shd.g_old_rec.attribute20, hr_api.g_varchar2) <>
229: nvl(p_rec.attribute20, hr_api.g_varchar2) or
230: nvl(ota_tmt_shd.g_old_rec.attribute21, hr_api.g_varchar2) <>
231: nvl(p_rec.attribute21, hr_api.g_varchar2) or
232: nvl(ota_tmt_shd.g_old_rec.attribute22, hr_api.g_varchar2) <>
233: nvl(p_rec.attribute22, hr_api.g_varchar2) or
234: nvl(ota_tmt_shd.g_old_rec.attribute23, hr_api.g_varchar2) <>

Line 232: nvl(ota_tmt_shd.g_old_rec.attribute22, hr_api.g_varchar2) <>

228: nvl(ota_tmt_shd.g_old_rec.attribute20, hr_api.g_varchar2) <>
229: nvl(p_rec.attribute20, hr_api.g_varchar2) or
230: nvl(ota_tmt_shd.g_old_rec.attribute21, hr_api.g_varchar2) <>
231: nvl(p_rec.attribute21, hr_api.g_varchar2) or
232: nvl(ota_tmt_shd.g_old_rec.attribute22, hr_api.g_varchar2) <>
233: nvl(p_rec.attribute22, hr_api.g_varchar2) or
234: nvl(ota_tmt_shd.g_old_rec.attribute23, hr_api.g_varchar2) <>
235: nvl(p_rec.attribute23, hr_api.g_varchar2) or
236: nvl(ota_tmt_shd.g_old_rec.attribute24, hr_api.g_varchar2) <>

Line 234: nvl(ota_tmt_shd.g_old_rec.attribute23, hr_api.g_varchar2) <>

230: nvl(ota_tmt_shd.g_old_rec.attribute21, hr_api.g_varchar2) <>
231: nvl(p_rec.attribute21, hr_api.g_varchar2) or
232: nvl(ota_tmt_shd.g_old_rec.attribute22, hr_api.g_varchar2) <>
233: nvl(p_rec.attribute22, hr_api.g_varchar2) or
234: nvl(ota_tmt_shd.g_old_rec.attribute23, hr_api.g_varchar2) <>
235: nvl(p_rec.attribute23, hr_api.g_varchar2) or
236: nvl(ota_tmt_shd.g_old_rec.attribute24, hr_api.g_varchar2) <>
237: nvl(p_rec.attribute24, hr_api.g_varchar2) or
238: nvl(ota_tmt_shd.g_old_rec.attribute25, hr_api.g_varchar2) <>

Line 236: nvl(ota_tmt_shd.g_old_rec.attribute24, hr_api.g_varchar2) <>

232: nvl(ota_tmt_shd.g_old_rec.attribute22, hr_api.g_varchar2) <>
233: nvl(p_rec.attribute22, hr_api.g_varchar2) or
234: nvl(ota_tmt_shd.g_old_rec.attribute23, hr_api.g_varchar2) <>
235: nvl(p_rec.attribute23, hr_api.g_varchar2) or
236: nvl(ota_tmt_shd.g_old_rec.attribute24, hr_api.g_varchar2) <>
237: nvl(p_rec.attribute24, hr_api.g_varchar2) or
238: nvl(ota_tmt_shd.g_old_rec.attribute25, hr_api.g_varchar2) <>
239: nvl(p_rec.attribute25, hr_api.g_varchar2) or
240: nvl(ota_tmt_shd.g_old_rec.attribute26, hr_api.g_varchar2) <>

Line 238: nvl(ota_tmt_shd.g_old_rec.attribute25, hr_api.g_varchar2) <>

234: nvl(ota_tmt_shd.g_old_rec.attribute23, hr_api.g_varchar2) <>
235: nvl(p_rec.attribute23, hr_api.g_varchar2) or
236: nvl(ota_tmt_shd.g_old_rec.attribute24, hr_api.g_varchar2) <>
237: nvl(p_rec.attribute24, hr_api.g_varchar2) or
238: nvl(ota_tmt_shd.g_old_rec.attribute25, hr_api.g_varchar2) <>
239: nvl(p_rec.attribute25, hr_api.g_varchar2) or
240: nvl(ota_tmt_shd.g_old_rec.attribute26, hr_api.g_varchar2) <>
241: nvl(p_rec.attribute26, hr_api.g_varchar2) or
242: nvl(ota_tmt_shd.g_old_rec.attribute27, hr_api.g_varchar2) <>

Line 240: nvl(ota_tmt_shd.g_old_rec.attribute26, hr_api.g_varchar2) <>

236: nvl(ota_tmt_shd.g_old_rec.attribute24, hr_api.g_varchar2) <>
237: nvl(p_rec.attribute24, hr_api.g_varchar2) or
238: nvl(ota_tmt_shd.g_old_rec.attribute25, hr_api.g_varchar2) <>
239: nvl(p_rec.attribute25, hr_api.g_varchar2) or
240: nvl(ota_tmt_shd.g_old_rec.attribute26, hr_api.g_varchar2) <>
241: nvl(p_rec.attribute26, hr_api.g_varchar2) or
242: nvl(ota_tmt_shd.g_old_rec.attribute27, hr_api.g_varchar2) <>
243: nvl(p_rec.attribute27, hr_api.g_varchar2) or
244: nvl(ota_tmt_shd.g_old_rec.attribute28, hr_api.g_varchar2) <>

Line 242: nvl(ota_tmt_shd.g_old_rec.attribute27, hr_api.g_varchar2) <>

238: nvl(ota_tmt_shd.g_old_rec.attribute25, hr_api.g_varchar2) <>
239: nvl(p_rec.attribute25, hr_api.g_varchar2) or
240: nvl(ota_tmt_shd.g_old_rec.attribute26, hr_api.g_varchar2) <>
241: nvl(p_rec.attribute26, hr_api.g_varchar2) or
242: nvl(ota_tmt_shd.g_old_rec.attribute27, hr_api.g_varchar2) <>
243: nvl(p_rec.attribute27, hr_api.g_varchar2) or
244: nvl(ota_tmt_shd.g_old_rec.attribute28, hr_api.g_varchar2) <>
245: nvl(p_rec.attribute28, hr_api.g_varchar2) or
246: nvl(ota_tmt_shd.g_old_rec.attribute29, hr_api.g_varchar2) <>

Line 244: nvl(ota_tmt_shd.g_old_rec.attribute28, hr_api.g_varchar2) <>

240: nvl(ota_tmt_shd.g_old_rec.attribute26, hr_api.g_varchar2) <>
241: nvl(p_rec.attribute26, hr_api.g_varchar2) or
242: nvl(ota_tmt_shd.g_old_rec.attribute27, hr_api.g_varchar2) <>
243: nvl(p_rec.attribute27, hr_api.g_varchar2) or
244: nvl(ota_tmt_shd.g_old_rec.attribute28, hr_api.g_varchar2) <>
245: nvl(p_rec.attribute28, hr_api.g_varchar2) or
246: nvl(ota_tmt_shd.g_old_rec.attribute29, hr_api.g_varchar2) <>
247: nvl(p_rec.attribute29, hr_api.g_varchar2) or
248: nvl(ota_tmt_shd.g_old_rec.attribute30, hr_api.g_varchar2) <>

Line 246: nvl(ota_tmt_shd.g_old_rec.attribute29, hr_api.g_varchar2) <>

242: nvl(ota_tmt_shd.g_old_rec.attribute27, hr_api.g_varchar2) <>
243: nvl(p_rec.attribute27, hr_api.g_varchar2) or
244: nvl(ota_tmt_shd.g_old_rec.attribute28, hr_api.g_varchar2) <>
245: nvl(p_rec.attribute28, hr_api.g_varchar2) or
246: nvl(ota_tmt_shd.g_old_rec.attribute29, hr_api.g_varchar2) <>
247: nvl(p_rec.attribute29, hr_api.g_varchar2) or
248: nvl(ota_tmt_shd.g_old_rec.attribute30, hr_api.g_varchar2) <>
249: nvl(p_rec.attribute30, hr_api.g_varchar2) ) )
250: or (p_rec.tp_measurement_type_id is null) then

Line 248: nvl(ota_tmt_shd.g_old_rec.attribute30, hr_api.g_varchar2) <>

244: nvl(ota_tmt_shd.g_old_rec.attribute28, hr_api.g_varchar2) <>
245: nvl(p_rec.attribute28, hr_api.g_varchar2) or
246: nvl(ota_tmt_shd.g_old_rec.attribute29, hr_api.g_varchar2) <>
247: nvl(p_rec.attribute29, hr_api.g_varchar2) or
248: nvl(ota_tmt_shd.g_old_rec.attribute30, hr_api.g_varchar2) <>
249: nvl(p_rec.attribute30, hr_api.g_varchar2) ) )
250: or (p_rec.tp_measurement_type_id is null) then
251: --
252: -- Only execute the validation if absolutely necessary:

Line 356: ,p_rec in ota_tmt_shd.g_rec_type

352: -- {End Of Comments}
353: -- ----------------------------------------------------------------------------
354: Procedure chk_non_updateable_args
355: (p_effective_date in date
356: ,p_rec in ota_tmt_shd.g_rec_type
357: ) IS
358: --
359: l_proc varchar2(72) := g_package || 'chk_non_updateable_args';
360: l_error EXCEPTION;

Line 368: IF NOT ota_tmt_shd.api_updating

364: --
365: -- Only proceed with the validation if a row exists for the current
366: -- record in the HR Schema.
367: --
368: IF NOT ota_tmt_shd.api_updating
369: (p_tp_measurement_type_id => p_rec.tp_measurement_type_id
370: ,p_object_version_number => p_rec.object_version_number
371: ) THEN
372: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');

Line 381: nvl(ota_tmt_shd.g_old_rec.business_group_id, hr_api.g_number) then

377: --
378: --
379: hr_utility.set_location(' Step:'|| l_proc, 10);
380: if nvl(p_rec.business_group_id, hr_api.g_number) <>
381: nvl(ota_tmt_shd.g_old_rec.business_group_id, hr_api.g_number) then
382: l_argument := 'business_group_id';
383: raise l_error;
384: end if;
385: --

Line 388: nvl(ota_tmt_shd.g_old_rec.tp_measurement_type_id, hr_api.g_number) then

384: end if;
385: --
386: hr_utility.set_location(' Step:'|| l_proc, 20);
387: if nvl(p_rec.tp_measurement_type_id, hr_api.g_number) <>
388: nvl(ota_tmt_shd.g_old_rec.tp_measurement_type_id, hr_api.g_number) then
389: l_argument := 'tp_measurement_type_id';
390: raise l_error;
391: end if;
392: --

Line 395: nvl(ota_tmt_shd.g_old_rec.tp_measurement_code, hr_api.g_varchar2) then

391: end if;
392: --
393: hr_utility.set_location(' Step:'|| l_proc, 30);
394: if nvl(p_rec.tp_measurement_code, hr_api.g_varchar2) <>
395: nvl(ota_tmt_shd.g_old_rec.tp_measurement_code, hr_api.g_varchar2) then
396: l_argument := 'tp_measurement_code';
397: raise l_error;
398: end if;
399: --

Line 414: ,p_rec in ota_tmt_shd.g_rec_type

410: -- |---------------------------< insert_validate >----------------------------|
411: -- ----------------------------------------------------------------------------
412: Procedure insert_validate
413: (p_effective_date in date
414: ,p_rec in ota_tmt_shd.g_rec_type
415: ) is
416: --
417: cursor csr_leg_code is
418: select pbg.legislation_code

Line 505: ,p_rec in ota_tmt_shd.g_rec_type

501: -- |---------------------------< update_validate >----------------------------|
502: -- ----------------------------------------------------------------------------
503: Procedure update_validate
504: (p_effective_date in date
505: ,p_rec in ota_tmt_shd.g_rec_type
506: ) is
507: --
508: cursor csr_leg_code is
509: select pbg.legislation_code

Line 593: (p_rec in ota_tmt_shd.g_rec_type

589: -- ----------------------------------------------------------------------------
590: -- |---------------------------< delete_validate >----------------------------|
591: -- ----------------------------------------------------------------------------
592: Procedure delete_validate
593: (p_rec in ota_tmt_shd.g_rec_type
594: ) is
595: --
596: l_proc varchar2(72) := g_package||'delete_validate';
597: --

Line 605: p_tp_measurement_code => ota_tmt_shd.g_old_rec.tp_measurement_code

601: -- Call all supporting business operations
602: --
603: hr_utility.set_location(' Step:'|| l_proc, 10);
604: ota_tmt_bus1.chk_del_tp_measurement_code(
605: p_tp_measurement_code => ota_tmt_shd.g_old_rec.tp_measurement_code
606: ,p_tp_measurement_type_id => ota_tmt_shd.g_old_rec.tp_measurement_type_id
607: ,p_business_group_id => ota_tmt_shd.g_old_rec.business_group_id);
608: hr_utility.set_location(' Step:'|| l_proc, 20);
609: ota_tmt_bus1.chk_del_tp_measurement_type_id(

Line 606: ,p_tp_measurement_type_id => ota_tmt_shd.g_old_rec.tp_measurement_type_id

602: --
603: hr_utility.set_location(' Step:'|| l_proc, 10);
604: ota_tmt_bus1.chk_del_tp_measurement_code(
605: p_tp_measurement_code => ota_tmt_shd.g_old_rec.tp_measurement_code
606: ,p_tp_measurement_type_id => ota_tmt_shd.g_old_rec.tp_measurement_type_id
607: ,p_business_group_id => ota_tmt_shd.g_old_rec.business_group_id);
608: hr_utility.set_location(' Step:'|| l_proc, 20);
609: ota_tmt_bus1.chk_del_tp_measurement_type_id(
610: p_tp_measurement_type_id => ota_tmt_shd.g_old_rec.tp_measurement_type_id);

Line 607: ,p_business_group_id => ota_tmt_shd.g_old_rec.business_group_id);

603: hr_utility.set_location(' Step:'|| l_proc, 10);
604: ota_tmt_bus1.chk_del_tp_measurement_code(
605: p_tp_measurement_code => ota_tmt_shd.g_old_rec.tp_measurement_code
606: ,p_tp_measurement_type_id => ota_tmt_shd.g_old_rec.tp_measurement_type_id
607: ,p_business_group_id => ota_tmt_shd.g_old_rec.business_group_id);
608: hr_utility.set_location(' Step:'|| l_proc, 20);
609: ota_tmt_bus1.chk_del_tp_measurement_type_id(
610: p_tp_measurement_type_id => ota_tmt_shd.g_old_rec.tp_measurement_type_id);
611: hr_utility.set_location(' Leaving:'||l_proc, 10);

Line 610: p_tp_measurement_type_id => ota_tmt_shd.g_old_rec.tp_measurement_type_id);

606: ,p_tp_measurement_type_id => ota_tmt_shd.g_old_rec.tp_measurement_type_id
607: ,p_business_group_id => ota_tmt_shd.g_old_rec.business_group_id);
608: hr_utility.set_location(' Step:'|| l_proc, 20);
609: ota_tmt_bus1.chk_del_tp_measurement_type_id(
610: p_tp_measurement_type_id => ota_tmt_shd.g_old_rec.tp_measurement_type_id);
611: hr_utility.set_location(' Leaving:'||l_proc, 10);
612: End delete_validate;
613: --
614: end ota_tmt_bus;