DBA Data[Home] [Help]

APPS.OTA_CHA_BUS dependencies on OTA_CHA_SHD

Line 189: ,p_rec in ota_cha_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_cha_shd.g_rec_type
190: ) IS
191: --
192: l_proc varchar2(72) := g_package || 'chk_non_updateable_args';
193: --

Line 199: IF NOT ota_cha_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_cha_shd.api_updating
200: (p_chat_id => p_rec.chat_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 321: ,p_rec in ota_cha_shd.g_rec_type

317: -- |---------------------------< insert_validate >----------------------------|
318: -- ----------------------------------------------------------------------------
319: Procedure insert_validate
320: (p_effective_date in date
321: ,p_rec in ota_cha_shd.g_rec_type
322: ) is
323: --
324: l_proc varchar2(72) := g_package||'insert_validate';
325: --

Line 333: ,p_associated_column1 => ota_cha_shd.g_tab_nam

329: -- Call all supporting business operations
330: --
331: hr_api.validate_bus_grp_id
332: (p_business_group_id => p_rec.business_group_id
333: ,p_associated_column1 => ota_cha_shd.g_tab_nam
334: || '.BUSINESS_GROUP_ID');
335: --
336: -- After validating the set of important attributes,
337: -- if Multiple Message detection is enabled and at least

Line 354: ,p_rec in ota_cha_shd.g_rec_type

350: -- |---------------------------< update_validate >----------------------------|
351: -- ----------------------------------------------------------------------------
352: Procedure update_validate
353: (p_effective_date in date
354: ,p_rec in ota_cha_shd.g_rec_type
355: ) is
356: --
357: l_proc varchar2(72) := g_package||'update_validate';
358: --

Line 366: ,p_associated_column1 => ota_cha_shd.g_tab_nam

362: -- Call all supporting business operations
363: --
364: hr_api.validate_bus_grp_id
365: (p_business_group_id => p_rec.business_group_id
366: ,p_associated_column1 => ota_cha_shd.g_tab_nam
367: || '.BUSINESS_GROUP_ID');
368: --
369: -- After validating the set of important attributes,
370: -- if Multiple Message detection is enabled and at least

Line 397: (p_rec in ota_cha_shd.g_rec_type

393: -- ----------------------------------------------------------------------------
394: -- |---------------------------< delete_validate >----------------------------|
395: -- ----------------------------------------------------------------------------
396: Procedure delete_validate
397: (p_rec in ota_cha_shd.g_rec_type
398: ) is
399: --
400: l_proc varchar2(72) := g_package||'delete_validate';
401: --