DBA Data[Home] [Help]

APPS.OTA_CPR_BUS dependencies on OTA_CPR_SHD

Line 210: ,p_rec in ota_cpr_shd.g_rec_type

206: -- {End Of Comments}
207: -- ----------------------------------------------------------------------------
208: Procedure chk_non_updateable_args
209: (p_effective_date in date
210: ,p_rec in ota_cpr_shd.g_rec_type
211: ) IS
212: --
213: l_proc varchar2(72) := g_package || 'chk_non_updateable_args';
214: --

Line 220: IF NOT ota_cpr_shd.api_updating

216: --
217: -- Only proceed with the validation if a row exists for the current
218: -- record in the HR Schema.
219: --
220: IF NOT ota_cpr_shd.api_updating
221: (p_activity_version_id => p_rec.activity_version_id
222: ,p_prerequisite_course_id => p_rec.prerequisite_course_id
223: ,p_object_version_number => p_rec.object_version_number
224: ) THEN

Line 526: ,p_rec in ota_cpr_shd.g_rec_type

522: -- |---------------------------< insert_validate >----------------------------|
523: -- ----------------------------------------------------------------------------
524: Procedure insert_validate
525: (p_effective_date in date
526: ,p_rec in ota_cpr_shd.g_rec_type
527: ) is
528: --
529: l_proc varchar2(72) := g_package||'insert_validate';
530: --

Line 539: ,p_associated_column1 => ota_cpr_shd.g_tab_nam

535: --
536:
537: hr_api.validate_bus_grp_id
538: (p_business_group_id => p_rec.business_group_id
539: ,p_associated_column1 => ota_cpr_shd.g_tab_nam
540: || '.BUSINESS_GROUP_ID');
541: --
542: -- After validating the set of important attributes,
543: -- if Multiple Message detection is enabled and at least

Line 572: ,p_rec in ota_cpr_shd.g_rec_type

568: -- |---------------------------< update_validate >----------------------------|
569: -- ----------------------------------------------------------------------------
570: Procedure update_validate
571: (p_effective_date in date
572: ,p_rec in ota_cpr_shd.g_rec_type
573: ) is
574: --
575: l_proc varchar2(72) := g_package||'update_validate';
576: --

Line 585: ,p_associated_column1 => ota_cpr_shd.g_tab_nam

581: --
582:
583: hr_api.validate_bus_grp_id
584: (p_business_group_id => p_rec.business_group_id
585: ,p_associated_column1 => ota_cpr_shd.g_tab_nam
586: || '.BUSINESS_GROUP_ID');
587: --
588: -- After validating the set of important attributes,
589: -- if Multiple Message detection is enabled and at least

Line 609: (p_rec in ota_cpr_shd.g_rec_type

605: -- ----------------------------------------------------------------------------
606: -- |---------------------------< delete_validate >----------------------------|
607: -- ----------------------------------------------------------------------------
608: Procedure delete_validate
609: (p_rec in ota_cpr_shd.g_rec_type
610: ) is
611: --
612: l_proc varchar2(72) := g_package||'delete_validate';
613: --