DBA Data[Home] [Help]

APPS.OTA_CMS_BUS dependencies on OTA_CMS_SHD

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

Line 199: IF NOT ota_cms_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_cms_shd.api_updating
200: (p_chat_message_id => p_rec.chat_message_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 219: ,p_rec in ota_cms_shd.g_rec_type

215: -- |---------------------------< insert_validate >----------------------------|
216: -- ----------------------------------------------------------------------------
217: Procedure insert_validate
218: (p_effective_date in date
219: ,p_rec in ota_cms_shd.g_rec_type
220: ) is
221: --
222: l_proc varchar2(72) := g_package||'insert_validate';
223: --

Line 231: ,p_associated_column1 => ota_cms_shd.g_tab_nam

227: -- Call all supporting business operations
228: --
229: hr_api.validate_bus_grp_id
230: (p_business_group_id => p_rec.business_group_id
231: ,p_associated_column1 => ota_cms_shd.g_tab_nam
232: || '.BUSINESS_GROUP_ID');
233: --
234: -- After validating the set of important attributes,
235: -- if Multiple Message detection is enabled and at least

Line 251: ,p_rec in ota_cms_shd.g_rec_type

247: -- |---------------------------< update_validate >----------------------------|
248: -- ----------------------------------------------------------------------------
249: Procedure update_validate
250: (p_effective_date in date
251: ,p_rec in ota_cms_shd.g_rec_type
252: ) is
253: --
254: l_proc varchar2(72) := g_package||'update_validate';
255: --

Line 263: ,p_associated_column1 => ota_cms_shd.g_tab_nam

259: -- Call all supporting business operations
260: --
261: hr_api.validate_bus_grp_id
262: (p_business_group_id => p_rec.business_group_id
263: ,p_associated_column1 => ota_cms_shd.g_tab_nam
264: || '.BUSINESS_GROUP_ID');
265: --
266: -- After validating the set of important attributes,
267: -- if Multiple Message detection is enabled and at least

Line 287: (p_rec in ota_cms_shd.g_rec_type

283: -- ----------------------------------------------------------------------------
284: -- |---------------------------< delete_validate >----------------------------|
285: -- ----------------------------------------------------------------------------
286: Procedure delete_validate
287: (p_rec in ota_cms_shd.g_rec_type
288: ) is
289: --
290: l_proc varchar2(72) := g_package||'delete_validate';
291: --