DBA Data[Home] [Help]

APPS.PER_STB_BUS dependencies on PER_STB_SHD

Line 190: ,p_rec in per_stb_shd.g_rec_type

186: -- {End Of Comments}
187: -- ----------------------------------------------------------------------------
188: Procedure chk_non_updateable_args
189: (p_effective_date in date
190: ,p_rec in per_stb_shd.g_rec_type
191: ) IS
192: --
193: l_proc varchar2(72) := g_package || 'chk_non_updateable_args';
194: --

Line 200: IF NOT per_stb_shd.api_updating

196: --
197: -- Only proceed with the validation if a row exists for the current
198: -- record in the HR Schema.
199: --
200: IF NOT per_stb_shd.api_updating
201: (p_setup_task_code => p_rec.setup_task_code
202: ,p_object_version_number => p_rec.object_version_number
203: ) THEN
204: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');

Line 288: ,p_rec in per_stb_shd.g_rec_type

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

Line 322: ,p_rec in per_stb_shd.g_rec_type

318: -- |---------------------------< update_validate >----------------------------|
319: -- ----------------------------------------------------------------------------
320: Procedure update_validate
321: (p_effective_date in date
322: ,p_rec in per_stb_shd.g_rec_type
323: ) is
324: --
325: l_proc varchar2(72) := g_package||'update_validate';
326: --

Line 363: (p_rec in per_stb_shd.g_rec_type

359: -- ----------------------------------------------------------------------------
360: -- |---------------------------< delete_validate >----------------------------|
361: -- ----------------------------------------------------------------------------
362: Procedure delete_validate
363: (p_rec in per_stb_shd.g_rec_type
364: ) is
365: --
366: l_proc varchar2(72) := g_package||'delete_validate';
367: --