DBA Data[Home] [Help]

APPS.OTA_FTU_BUS dependencies on OTA_FTU_SHD

Line 252: ,p_rec in ota_ftu_shd.g_rec_type

248: -- {End Of Comments}
249: -- ----------------------------------------------------------------------------
250: Procedure chk_non_updateable_args
251: (p_effective_date in date
252: ,p_rec in ota_ftu_shd.g_rec_type
253: ) IS
254: --
255: l_proc varchar2(72) := g_package || 'chk_non_updateable_args';
256: --

Line 262: IF NOT ota_ftu_shd.api_updating

258: --
259: -- Only proceed with the validation if a row exists for the current
260: -- record in the HR Schema.
261: --
262: IF NOT ota_ftu_shd.api_updating
263: (p_forum_thread_id => p_rec.forum_thread_id
264: ,p_forum_id => p_rec.forum_id
265: ,p_person_id => p_rec.person_id
266: ,p_contact_id => p_rec.contact_id

Line 285: ,p_rec in ota_ftu_shd.g_rec_type

281: -- |---------------------------< insert_validate >----------------------------|
282: -- ----------------------------------------------------------------------------
283: Procedure insert_validate
284: (p_effective_date in date
285: ,p_rec in ota_ftu_shd.g_rec_type
286: ,p_forum_thread_id in number
287: ,p_forum_id in number
288: ,p_person_id in number
289: ,p_contact_id in number

Line 301: ,p_associated_column1 => ota_ftu_shd.g_tab_nam

297: -- Call all supporting business operations
298: --
299: hr_api.validate_bus_grp_id
300: (p_business_group_id => p_rec.business_group_id
301: ,p_associated_column1 => ota_ftu_shd.g_tab_nam
302: || '.BUSINESS_GROUP_ID');
303: --
304: -- After validating the set of important attributes,
305: -- if Multiple Message detection is enabled and at least

Line 321: ,p_rec in ota_ftu_shd.g_rec_type

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

Line 333: ,p_associated_column1 => ota_ftu_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_ftu_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 357: (p_rec in ota_ftu_shd.g_rec_type

353: -- ----------------------------------------------------------------------------
354: -- |---------------------------< delete_validate >----------------------------|
355: -- ----------------------------------------------------------------------------
356: Procedure delete_validate
357: (p_rec in ota_ftu_shd.g_rec_type
358: ) is
359: --
360: l_proc varchar2(72) := g_package||'delete_validate';
361: --