DBA Data[Home] [Help]

APPS.OTA_FNS_BUS dependencies on OTA_FNS_SHD

Line 231: ,p_rec in ota_fns_shd.g_rec_type

227: -- {End Of Comments}
228: -- ----------------------------------------------------------------------------
229: Procedure chk_non_updateable_args
230: (p_effective_date in date
231: ,p_rec in ota_fns_shd.g_rec_type
232: ) IS
233: --
234: l_proc varchar2(72) := g_package || 'chk_non_updateable_args';
235: --

Line 241: IF NOT ota_fns_shd.api_updating

237: --
238: -- Only proceed with the validation if a row exists for the current
239: -- record in the HR Schema.
240: --
241: IF NOT ota_fns_shd.api_updating
242: (p_forum_id => p_rec.forum_id
243: ,p_person_id => p_rec.person_id
244: ,p_contact_id => p_rec.contact_id
245: ,p_object_version_number => p_rec.object_version_number

Line 263: ,p_rec in ota_fns_shd.g_rec_type

259: -- |---------------------------< insert_validate >----------------------------|
260: -- ----------------------------------------------------------------------------
261: Procedure insert_validate
262: (p_effective_date in date
263: ,p_rec in ota_fns_shd.g_rec_type
264: ,p_forum_id in number
265: ,p_person_id in number
266: ,p_contact_id in number
267: ) is

Line 278: ,p_associated_column1 => ota_fns_shd.g_tab_nam

274: -- Call all supporting business operations
275: --
276: hr_api.validate_bus_grp_id
277: (p_business_group_id => p_rec.business_group_id
278: ,p_associated_column1 => ota_fns_shd.g_tab_nam
279: || '.BUSINESS_GROUP_ID');
280: --
281: -- After validating the set of important attributes,
282: -- if Multiple Message detection is enabled and at least

Line 298: ,p_rec in ota_fns_shd.g_rec_type

294: -- |---------------------------< update_validate >----------------------------|
295: -- ----------------------------------------------------------------------------
296: Procedure update_validate
297: (p_effective_date in date
298: ,p_rec in ota_fns_shd.g_rec_type
299: ) is
300: --
301: l_proc varchar2(72) := g_package||'update_validate';
302: --

Line 310: ,p_associated_column1 => ota_fns_shd.g_tab_nam

306: -- Call all supporting business operations
307: --
308: hr_api.validate_bus_grp_id
309: (p_business_group_id => p_rec.business_group_id
310: ,p_associated_column1 => ota_fns_shd.g_tab_nam
311: || '.BUSINESS_GROUP_ID');
312: --
313: -- After validating the set of important attributes,
314: -- if Multiple Message detection is enabled and at least

Line 334: (p_rec in ota_fns_shd.g_rec_type

330: -- ----------------------------------------------------------------------------
331: -- |---------------------------< delete_validate >----------------------------|
332: -- ----------------------------------------------------------------------------
333: Procedure delete_validate
334: (p_rec in ota_fns_shd.g_rec_type
335: ) is
336: --
337: l_proc varchar2(72) := g_package||'delete_validate';
338: --