DBA Data[Home] [Help]

APPS.OTA_FRM_BUS dependencies on OTA_FRM_SHD

Line 189: ,p_rec in ota_frm_shd.g_rec_type

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

Line 199: IF NOT ota_frm_shd.api_updating

195: --
196: -- Only proceed with the validation if a row exists for the current
197: -- record in the HR Schema.
198: --
199: IF NOT ota_frm_shd.api_updating
200: (p_forum_id => p_rec.forum_id
201: ,p_object_version_number => p_rec.object_version_number
202: ) THEN
203: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');

Line 409: ,p_rec in ota_frm_shd.g_rec_type

405: -- |---------------------------< insert_validate >----------------------------|
406: -- ----------------------------------------------------------------------------
407: Procedure insert_validate
408: (p_effective_date in date
409: ,p_rec in ota_frm_shd.g_rec_type
410: ) is
411: --
412: l_proc varchar2(72) := g_package||'insert_validate';
413: --

Line 421: ,p_associated_column1 => ota_frm_shd.g_tab_nam

417: -- Call all supporting business operations
418: --
419: hr_api.validate_bus_grp_id
420: (p_business_group_id => p_rec.business_group_id
421: ,p_associated_column1 => ota_frm_shd.g_tab_nam
422: || '.BUSINESS_GROUP_ID');
423: --
424: -- After validating the set of important attributes,
425: -- if Multiple Message detection is enabled and at least

Line 445: ,p_rec in ota_frm_shd.g_rec_type

441: -- |---------------------------< update_validate >----------------------------|
442: -- ----------------------------------------------------------------------------
443: Procedure update_validate
444: (p_effective_date in date
445: ,p_rec in ota_frm_shd.g_rec_type
446: ) is
447: --
448: l_proc varchar2(72) := g_package||'update_validate';
449: --

Line 457: ,p_associated_column1 => ota_frm_shd.g_tab_nam

453: -- Call all supporting business operations
454: --
455: hr_api.validate_bus_grp_id
456: (p_business_group_id => p_rec.business_group_id
457: ,p_associated_column1 => ota_frm_shd.g_tab_nam
458: || '.BUSINESS_GROUP_ID');
459: --
460: -- After validating the set of important attributes,
461: -- if Multiple Message detection is enabled and at least

Line 493: (p_rec in ota_frm_shd.g_rec_type

489: -- ----------------------------------------------------------------------------
490: -- |---------------------------< delete_validate >----------------------------|
491: -- ----------------------------------------------------------------------------
492: Procedure delete_validate
493: (p_rec in ota_frm_shd.g_rec_type
494: ) is
495: --
496: l_proc varchar2(72) := g_package||'delete_validate';
497: --