DBA Data[Home] [Help]

APPS.OTA_ADT_BUS dependencies on OTA_ADT_SHD

Line 163: p_rec in ota_adt_shd.g_rec_type

159: -- The activity name is mandatory and must be unique within business group.
160: --
161: Procedure check_unique_name
162: (
163: p_rec in ota_adt_shd.g_rec_type
164: ,p_activity_id in number default null
165: ) is
166: --
167: l_proc varchar2(72) := g_package||'check_unique_name';

Line 378: ,p_rec in ota_adt_shd.g_rec_type

374: -- {End Of Comments}
375: -- ----------------------------------------------------------------------------
376: Procedure chk_non_updateable_args
377: (p_effective_date in date
378: ,p_rec in ota_adt_shd.g_rec_type
379: ) IS
380: --
381: l_proc varchar2(72) := g_package || 'chk_non_updateable_args';
382: --

Line 388: IF NOT ota_adt_shd.api_updating

384: --
385: -- Only proceed with the validation if a row exists for the current
386: -- record in the HR Schema.
387: --
388: IF NOT ota_adt_shd.api_updating
389: (p_activity_id => p_rec.activity_id
390: ,p_language => p_rec.language
391: ) THEN
392: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');

Line 406: ,p_rec in ota_adt_shd.g_rec_type

402: -- |---------------------------< insert_validate >----------------------------|
403: -- ----------------------------------------------------------------------------
404: Procedure insert_validate
405: (p_effective_date in date
406: ,p_rec in ota_adt_shd.g_rec_type
407: ,p_activity_id in number
408: ) is
409: --
410: l_proc varchar2(72) := g_package||'insert_validate';

Line 432: ,p_rec in ota_adt_shd.g_rec_type

428: -- |---------------------------< update_validate >----------------------------|
429: -- ----------------------------------------------------------------------------
430: Procedure update_validate
431: (p_effective_date in date
432: ,p_rec in ota_adt_shd.g_rec_type
433: ) is
434: --
435: l_proc varchar2(72) := g_package||'update_validate';
436: --

Line 461: (p_rec in ota_adt_shd.g_rec_type

457: -- ----------------------------------------------------------------------------
458: -- |---------------------------< delete_validate >----------------------------|
459: -- ----------------------------------------------------------------------------
460: Procedure delete_validate
461: (p_rec in ota_adt_shd.g_rec_type
462: ) is
463: --
464: l_proc varchar2(72) := g_package||'delete_validate';
465: --