DBA Data[Home] [Help]

APPS.OTA_BJS_BUS dependencies on OTA_BJS_SHD

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

Line 199: IF NOT ota_bjs_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_bjs_shd.api_updating
200: (p_booking_justification_id => p_rec.booking_justification_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 307: ,p_rec in ota_bjs_shd.g_rec_type

303: -- |---------------------------< insert_validate >----------------------------|
304: -- ----------------------------------------------------------------------------
305: Procedure insert_validate
306: (p_effective_date in date
307: ,p_rec in ota_bjs_shd.g_rec_type
308: ) is
309: --
310: l_proc varchar2(72) := g_package||'insert_validate';
311: --

Line 319: ,p_associated_column1 => ota_bjs_shd.g_tab_nam

315: -- Call all supporting business operations
316: --
317: hr_api.validate_bus_grp_id
318: (p_business_group_id => p_rec.business_group_id
319: ,p_associated_column1 => ota_bjs_shd.g_tab_nam
320: || '.BUSINESS_GROUP_ID');
321: --
322: -- After validating the set of important attributes,
323: -- if Multiple Message detection is enabled and at least

Line 341: ,p_rec in ota_bjs_shd.g_rec_type

337: -- |---------------------------< update_validate >----------------------------|
338: -- ----------------------------------------------------------------------------
339: Procedure update_validate
340: (p_effective_date in date
341: ,p_rec in ota_bjs_shd.g_rec_type
342: ) is
343: --
344: l_proc varchar2(72) := g_package||'update_validate';
345: --

Line 353: ,p_associated_column1 => ota_bjs_shd.g_tab_nam

349: -- Call all supporting business operations
350: --
351: hr_api.validate_bus_grp_id
352: (p_business_group_id => p_rec.business_group_id
353: ,p_associated_column1 => ota_bjs_shd.g_tab_nam
354: || '.BUSINESS_GROUP_ID');
355: --
356: -- After validating the set of important attributes,
357: -- if Multiple Message detection is enabled and at least

Line 380: (p_rec in ota_bjs_shd.g_rec_type

376: -- ----------------------------------------------------------------------------
377: -- |---------------------------< delete_validate >----------------------------|
378: -- ----------------------------------------------------------------------------
379: Procedure delete_validate
380: (p_rec in ota_bjs_shd.g_rec_type
381: ) is
382: --
383: l_proc varchar2(72) := g_package||'delete_validate';
384: --