DBA Data[Home] [Help]

APPS.OTA_BSL_BUS dependencies on OTA_BSL_SHD

Line 97: P_REC in OTA_BSL_SHD.G_REC_TYPE,

93: --
94: -- Validates the uniqueness of the event title (ignoring case), by calling
95: -- check_title_is_unique
96: procedure CHECK_UNIQUE_NAME (
97: P_REC in OTA_BSL_SHD.G_REC_TYPE,
98: P_BOOKING_STATUS_TYPE_ID in number default null
99: ) is
100: --
101: l_proc varchar2(72) := g_package||'check_unique_name';

Line 369: ,p_rec in ota_bsl_shd.g_rec_type

365: -- {End Of Comments}
366: -- ----------------------------------------------------------------------------
367: Procedure chk_non_updateable_args
368: (p_effective_date in date
369: ,p_rec in ota_bsl_shd.g_rec_type
370: ) IS
371: --
372: l_proc varchar2(72) := g_package || 'chk_non_updateable_args';
373: --

Line 379: IF NOT ota_bsl_shd.api_updating

375: --
376: -- Only proceed with the validation if a row exists for the current
377: -- record in the HR Schema.
378: --
379: IF NOT ota_bsl_shd.api_updating
380: (p_booking_status_type_id => p_rec.booking_status_type_id
381: ,p_language => p_rec.language
382: ) THEN
383: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');

Line 397: ,p_rec in ota_bsl_shd.g_rec_type

393: -- |---------------------------< insert_validate >----------------------------|
394: -- ----------------------------------------------------------------------------
395: Procedure insert_validate
396: (p_effective_date in date
397: ,p_rec in ota_bsl_shd.g_rec_type
398: ,p_booking_status_type_id in number
399: ) is
400: --
401: l_proc varchar2(72) := g_package||'insert_validate';

Line 424: ,p_rec in ota_bsl_shd.g_rec_type

420: -- |---------------------------< update_validate >----------------------------|
421: -- ----------------------------------------------------------------------------
422: Procedure update_validate
423: (p_effective_date in date
424: ,p_rec in ota_bsl_shd.g_rec_type
425: ) is
426: --
427: l_proc varchar2(72) := g_package||'update_validate';
428: --

Line 452: (p_rec in ota_bsl_shd.g_rec_type

448: -- ----------------------------------------------------------------------------
449: -- |---------------------------< delete_validate >----------------------------|
450: -- ----------------------------------------------------------------------------
451: Procedure delete_validate
452: (p_rec in ota_bsl_shd.g_rec_type
453: ) is
454: --
455: l_proc varchar2(72) := g_package||'delete_validate';
456: --