DBA Data[Home] [Help]

APPS.OTA_ENT_BUS dependencies on OTA_ENT_SHD

Line 184: -- and (upper (P_TITLE) = upper (OTA_ENT_SHD.G_OLD_REC.TITLE) ))) then

180: --
181: -- Check arguments
182: --
183: --if (not ( (OTA_EVT_SHD.API_UPDATING (P_EVENT_ID, P_OBJECT_VERSION_NUMBER))
184: -- and (upper (P_TITLE) = upper (OTA_ENT_SHD.G_OLD_REC.TITLE) ))) then
185: --
186: if (not UNIQUE_EVENT_TITLE (
187: P_TITLE => P_TITLE,
188: P_BUSINESS_GROUP_ID => P_BUSINESS_GROUP_ID,

Line 209: P_REC in OTA_ENT_SHD.G_REC_TYPE,

205: --
206: -- Validates the uniqueness of the event title (ignoring case), by calling
207: -- check_title_is_unique
208: procedure CHECK_TITLE (
209: P_REC in OTA_ENT_SHD.G_REC_TYPE,
210: P_EVENT_ID in number default null
211: ) is
212: --
213: l_proc varchar2(72) := g_package||'check_title';

Line 434: ,p_rec in ota_ent_shd.g_rec_type

430: -- {End Of Comments}
431: -- ----------------------------------------------------------------------------
432: Procedure chk_non_updateable_args
433: (p_effective_date in date
434: ,p_rec in ota_ent_shd.g_rec_type
435: ) IS
436: --
437: l_proc varchar2(72) := g_package || 'chk_non_updateable_args';
438: --

Line 444: IF NOT ota_ent_shd.api_updating

440: --
441: -- Only proceed with the validation if a row exists for the current
442: -- record in the HR Schema.
443: --
444: IF NOT ota_ent_shd.api_updating
445: (p_event_id => p_rec.event_id
446: ,p_language => p_rec.language
447: ) THEN
448: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');

Line 462: ,p_rec in ota_ent_shd.g_rec_type

458: -- |---------------------------< insert_validate >----------------------------|
459: -- ----------------------------------------------------------------------------
460: Procedure insert_validate
461: (p_effective_date in date
462: ,p_rec in ota_ent_shd.g_rec_type
463: ,p_event_id in number
464: ) is
465: --
466: l_proc varchar2(72) := g_package||'insert_validate';

Line 491: ,p_rec in ota_ent_shd.g_rec_type

487: -- |---------------------------< update_validate >----------------------------|
488: -- ----------------------------------------------------------------------------
489: Procedure update_validate
490: (p_effective_date in date
491: ,p_rec in ota_ent_shd.g_rec_type
492: ) is
493: --
494: l_proc varchar2(72) := g_package||'update_validate';
495: --

Line 519: (p_rec in ota_ent_shd.g_rec_type

515: -- ----------------------------------------------------------------------------
516: -- |---------------------------< delete_validate >----------------------------|
517: -- ----------------------------------------------------------------------------
518: Procedure delete_validate
519: (p_rec in ota_ent_shd.g_rec_type
520: ) is
521: --
522: l_proc varchar2(72) := g_package||'delete_validate';
523: --