DBA Data[Home] [Help]

APPS.OTA_CTT_BUS dependencies on OTA_CTT_SHD

Line 195: ,p_rec in ota_ctt_shd.g_rec_type

191: -- {End Of Comments}
192: -- ----------------------------------------------------------------------------
193: Procedure chk_non_updateable_args
194: (p_effective_date in date
195: ,p_rec in ota_ctt_shd.g_rec_type
196: ) IS
197: --
198: l_proc varchar2(72) := g_package || 'chk_non_updateable_args';
199: --

Line 205: IF NOT ota_ctt_shd.api_updating

201: --
202: -- Only proceed with the validation if a row exists for the current
203: -- record in the HR Schema.
204: --
205: IF NOT ota_ctt_shd.api_updating
206: (p_category_usage_id => p_rec.category_usage_id
207: ,p_language => p_rec.language
208: ) THEN
209: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');

Line 362: ,p_rec in ota_ctt_shd.g_rec_type

358: -- |---------------------------< insert_validate >----------------------------|
359: -- ----------------------------------------------------------------------------
360: Procedure insert_validate
361: (p_effective_date in date
362: ,p_rec in ota_ctt_shd.g_rec_type
363: ,p_category_usage_id in number
364: ) is
365: --
366: l_proc varchar2(72) := g_package||'insert_validate';

Line 390: ,p_rec in ota_ctt_shd.g_rec_type

386: -- |---------------------------< update_validate >----------------------------|
387: -- ----------------------------------------------------------------------------
388: Procedure update_validate
389: (p_effective_date in date
390: ,p_rec in ota_ctt_shd.g_rec_type
391: ) is
392: --
393: l_proc varchar2(72) := g_package||'update_validate';
394: --

Line 423: (p_rec in ota_ctt_shd.g_rec_type

419: -- ----------------------------------------------------------------------------
420: -- |---------------------------< delete_validate >----------------------------|
421: -- ----------------------------------------------------------------------------
422: Procedure delete_validate
423: (p_rec in ota_ctt_shd.g_rec_type
424: ) is
425: --
426: l_proc varchar2(72) := g_package||'delete_validate';
427: --