DBA Data[Home] [Help]

APPS.OTA_CHT_BUS dependencies on OTA_CHT_SHD

Line 196: ,p_rec in ota_cht_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_cht_shd.g_rec_type
197: ) IS
198: --
199: l_proc varchar2(72) := g_package || 'chk_non_updateable_args';
200: --

Line 206: IF NOT ota_cht_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_cht_shd.api_updating
207: (p_chat_id => p_rec.chat_id
208: ,p_language => p_rec.language
209: ) THEN
210: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');

Line 226: ,p_rec in ota_cht_shd.g_rec_type

222: -- |---------------------------< insert_validate >----------------------------|
223: -- ----------------------------------------------------------------------------
224: Procedure insert_validate
225: (p_effective_date in date
226: ,p_rec in ota_cht_shd.g_rec_type
227: ,p_chat_id in ota_chats_b.chat_id%type
228: ) is
229: --
230: l_proc varchar2(72) := g_package||'insert_validate';

Line 251: ,p_rec in ota_cht_shd.g_rec_type

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

Line 284: (p_rec in ota_cht_shd.g_rec_type

280: -- ----------------------------------------------------------------------------
281: -- |---------------------------< delete_validate >----------------------------|
282: -- ----------------------------------------------------------------------------
283: Procedure delete_validate
284: (p_rec in ota_cht_shd.g_rec_type
285: ) is
286: --
287: l_proc varchar2(72) := g_package||'delete_validate';
288: --