DBA Data[Home] [Help]

APPS.OTA_FOI_BUS dependencies on OTA_FOI_SHD

Line 243: ,p_rec in ota_foi_shd.g_rec_type

239: -- {End Of Comments}
240: -- ----------------------------------------------------------------------------
241: Procedure chk_non_updateable_args
242: (p_effective_date in date
243: ,p_rec in ota_foi_shd.g_rec_type
244: ) IS
245: --
246: l_proc varchar2(72) := g_package || 'chk_non_updateable_args';
247: --

Line 253: IF NOT ota_foi_shd.api_updating

249: --
250: -- Only proceed with the validation if a row exists for the current
251: -- record in the HR Schema.
252: --
253: IF NOT ota_foi_shd.api_updating
254: (p_forum_id => p_rec.forum_id
255: ,p_object_id => p_rec.object_id
256: ,p_object_type => p_rec.object_type
257: ,p_object_version_number => p_rec.object_version_number

Line 563: ,p_rec in ota_foi_shd.g_rec_type

559: -- |---------------------------< insert_validate >----------------------------|
560: -- ----------------------------------------------------------------------------
561: Procedure insert_validate
562: (p_effective_date in date
563: ,p_rec in ota_foi_shd.g_rec_type
564: ,p_forum_id in number
565: ,p_object_id in number
566: ,p_object_type in varchar2
567: ) is

Line 608: ,p_rec in ota_foi_shd.g_rec_type

604: -- |---------------------------< update_validate >----------------------------|
605: -- ----------------------------------------------------------------------------
606: Procedure update_validate
607: (p_effective_date in date
608: ,p_rec in ota_foi_shd.g_rec_type
609: ) is
610: --
611: l_proc varchar2(72) := g_package||'update_validate';
612: --

Line 641: (p_rec in ota_foi_shd.g_rec_type

637: -- ----------------------------------------------------------------------------
638: -- |---------------------------< delete_validate >----------------------------|
639: -- ----------------------------------------------------------------------------
640: Procedure delete_validate
641: (p_rec in ota_foi_shd.g_rec_type
642: ) is
643: --
644: l_proc varchar2(72) := g_package||'delete_validate';
645: --