DBA Data[Home] [Help]

APPS.OTA_COI_BUS dependencies on OTA_COI_SHD

Line 243: ,p_rec in ota_coi_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_coi_shd.g_rec_type
244: ) IS
245: --
246: l_proc varchar2(72) := g_package || 'chk_non_updateable_args';
247: --

Line 253: IF NOT ota_coi_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_coi_shd.api_updating
254: (p_chat_id => p_rec.chat_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 567: ,p_rec in ota_coi_shd.g_rec_type

563: (p_effective_date in date
564: ,p_chat_id in number
565: ,p_object_id in number
566: ,p_object_type in varchar2
567: ,p_rec in ota_coi_shd.g_rec_type
568: ) is
569: --
570: l_proc varchar2(72) := g_package||'insert_validate';
571: --

Line 610: ,p_rec in ota_coi_shd.g_rec_type

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

Line 643: (p_rec in ota_coi_shd.g_rec_type

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