DBA Data[Home] [Help]

APPS.OTA_LPT_BUS dependencies on OTA_LPT_SHD

Line 198: ,p_rec in ota_lpt_shd.g_rec_type

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

Line 208: IF NOT ota_lpt_shd.api_updating

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

Line 226: ,p_rec in ota_lpt_shd.g_rec_type

222: -- |---------------------------< insert_validate >----------------------------|
223: -- ----------------------------------------------------------------------------
224: Procedure insert_validate
225: (p_effective_date in date
226: ,p_rec in ota_lpt_shd.g_rec_type
227: ,p_learning_path_id in ota_learning_paths.learning_path_id%TYPE
228: ) is
229: --
230: l_proc varchar2(72) := g_package||'insert_validate';

Line 252: ,p_rec in ota_lpt_shd.g_rec_type

248: -- |---------------------------< update_validate >----------------------------|
249: -- ----------------------------------------------------------------------------
250: Procedure update_validate
251: (p_effective_date in date
252: ,p_rec in ota_lpt_shd.g_rec_type
253: ) is
254: --
255: l_proc varchar2(72) := g_package||'update_validate';
256: --

Line 281: (p_rec in ota_lpt_shd.g_rec_type

277: -- ----------------------------------------------------------------------------
278: -- |---------------------------< delete_validate >----------------------------|
279: -- ----------------------------------------------------------------------------
280: Procedure delete_validate
281: (p_rec in ota_lpt_shd.g_rec_type
282: ) is
283: --
284: l_proc varchar2(72) := g_package||'delete_validate';
285: --