DBA Data[Home] [Help]

APPS.PER_WBT_BUS dependencies on PER_WBT_SHD

Line 203: (p_rec in per_wbt_shd.g_rec_type

199: --
200: -- {End Of Comments}
201: -- ----------------------------------------------------------------------------
202: Procedure chk_non_updateable_args
203: (p_rec in per_wbt_shd.g_rec_type
204: ) IS
205: --
206: l_proc varchar2(72) := g_package || 'chk_non_updateable_args';
207: --

Line 213: IF NOT per_wbt_shd.api_updating

209: --
210: -- Only proceed with the validation if a row exists for the current
211: -- record in the HR Schema.
212: --
213: IF NOT per_wbt_shd.api_updating
214: (p_workbench_item_code => p_rec.workbench_item_code
215: ,p_language => p_rec.language
216: ) THEN
217: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');

Line 232: (p_rec in per_wbt_shd.g_rec_type

228: -- ----------------------------------------------------------------------------
229: -- |---------------------------< insert_validate >----------------------------|
230: -- ----------------------------------------------------------------------------
231: Procedure insert_validate
232: (p_rec in per_wbt_shd.g_rec_type
233: ) is
234: --
235: l_proc varchar2(72) := g_package||'insert_validate';
236: --

Line 260: (p_rec in per_wbt_shd.g_rec_type

256: -- ----------------------------------------------------------------------------
257: -- |---------------------------< update_validate >----------------------------|
258: -- ----------------------------------------------------------------------------
259: Procedure update_validate
260: (p_rec in per_wbt_shd.g_rec_type
261: ) is
262: --
263: l_proc varchar2(72) := g_package||'update_validate';
264: --

Line 292: (p_rec in per_wbt_shd.g_rec_type

288: -- ----------------------------------------------------------------------------
289: -- |---------------------------< delete_validate >----------------------------|
290: -- ----------------------------------------------------------------------------
291: Procedure delete_validate
292: (p_rec in per_wbt_shd.g_rec_type
293: ) is
294: --
295: l_proc varchar2(72) := g_package||'delete_validate';
296: --