DBA Data[Home] [Help]

APPS.OTA_SRT_BUS dependencies on OTA_SRT_SHD

Line 196: ,p_rec in ota_srt_shd.g_rec_type

192: -- {End Of Comments}
193: -- ----------------------------------------------------------------------------
194: Procedure chk_non_updateable_args
195: (p_effective_date in date
196: ,p_rec in ota_srt_shd.g_rec_type
197: ) IS
198: --
199: l_proc varchar2(72) := g_package || 'chk_non_updateable_args';
200: --

Line 206: IF NOT ota_srt_shd.api_updating

202: --
203: -- Only proceed with the validation if a row exists for the current
204: -- record in the HR Schema.
205: --
206: IF NOT ota_srt_shd.api_updating
207: (p_supplied_resource_id => p_rec.supplied_resource_id
208: ,p_language => p_rec.language
209: ) THEN
210: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');

Line 288: ,p_rec in ota_srt_shd.g_rec_type

284: -- |---------------------------< insert_validate >----------------------------|
285: -- ----------------------------------------------------------------------------
286: Procedure insert_validate
287: (p_effective_date in date
288: ,p_rec in ota_srt_shd.g_rec_type
289: ,p_supplied_resource_id in number
290: ) is
291: --
292: l_proc varchar2(72) := g_package||'insert_validate';

Line 317: ,p_rec in ota_srt_shd.g_rec_type

313: -- |---------------------------< update_validate >----------------------------|
314: -- ----------------------------------------------------------------------------
315: Procedure update_validate
316: (p_effective_date in date
317: ,p_rec in ota_srt_shd.g_rec_type
318: ) is
319: --
320: l_proc varchar2(72) := g_package||'update_validate';
321: --

Line 349: (p_rec in ota_srt_shd.g_rec_type

345: -- ----------------------------------------------------------------------------
346: -- |---------------------------< delete_validate >----------------------------|
347: -- ----------------------------------------------------------------------------
348: Procedure delete_validate
349: (p_rec in ota_srt_shd.g_rec_type
350: ) is
351: --
352: l_proc varchar2(72) := g_package||'delete_validate';
353: --