DBA Data[Home] [Help]

APPS.OTA_THG_BUS dependencies on OTA_THG_SHD

Line 191: ,p_rec in ota_thg_shd.g_rec_type

187: -- {End Of Comments}
188: -- ----------------------------------------------------------------------------
189: Procedure chk_non_updateable_args
190: (p_effective_date in date
191: ,p_rec in ota_thg_shd.g_rec_type
192: ) IS
193: --
194: l_proc varchar2(72) := g_package || 'chk_non_updateable_args';
195: l_error EXCEPTION;

Line 203: IF NOT ota_thg_shd.api_updating

199: --
200: -- Only proceed with the validation if a row exists for the current
201: -- record in the HR Schema.
202: --
203: IF NOT ota_thg_shd.api_updating
204: (p_gl_default_segment_id => p_rec.gl_default_segment_id
205: ,p_object_version_number => p_rec.object_version_number
206: ) THEN
207: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');

Line 242: nvl(ota_thg_shd.g_old_rec.hr_data_source,hr_api.g_varchar2) <>

238: hr_utility.set_location(' Leaving:'||l_proc, 10);
239:
240:
241: if (((p_gl_default_segment_id is not null) and
242: nvl(ota_thg_shd.g_old_rec.hr_data_source,hr_api.g_varchar2) <>
243: nvl(p_hr_data_source,hr_api.g_varchar2))
244: or
245: (p_gl_default_segment_id is null)) then
246:

Line 276: ,p_rec in ota_thg_shd.g_rec_type

272: -- |---------------------------< insert_validate >----------------------------|
273: -- ----------------------------------------------------------------------------
274: Procedure insert_validate
275: (p_effective_date in date
276: ,p_rec in ota_thg_shd.g_rec_type
277: ) is
278: --
279: l_proc varchar2(72) := g_package||'insert_validate';
280: --

Line 304: ,p_rec in ota_thg_shd.g_rec_type

300: -- |---------------------------< update_validate >----------------------------|
301: -- ----------------------------------------------------------------------------
302: Procedure update_validate
303: (p_effective_date in date
304: ,p_rec in ota_thg_shd.g_rec_type
305: ) is
306: --
307: l_proc varchar2(72) := g_package||'update_validate';
308: --

Line 337: (p_rec in ota_thg_shd.g_rec_type

333: -- ----------------------------------------------------------------------------
334: -- |---------------------------< delete_validate >----------------------------|
335: -- ----------------------------------------------------------------------------
336: Procedure delete_validate
337: (p_rec in ota_thg_shd.g_rec_type
338: ) is
339: --
340: l_proc varchar2(72) := g_package||'delete_validate';
341: --