DBA Data[Home] [Help]

APPS.PER_STL_BUS dependencies on PER_STL_SHD

Line 189: (p_rec in per_stl_shd.g_rec_type

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

Line 199: IF NOT per_stl_shd.api_updating

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

Line 217: (p_rec in per_stl_shd.g_rec_type

213: -- ----------------------------------------------------------------------------
214: -- |---------------------------< insert_validate >----------------------------|
215: -- ----------------------------------------------------------------------------
216: Procedure insert_validate
217: (p_rec in per_stl_shd.g_rec_type
218: ) is
219: --
220: l_proc varchar2(72) := g_package||'insert_validate';
221: --

Line 245: (p_rec in per_stl_shd.g_rec_type

241: -- ----------------------------------------------------------------------------
242: -- |---------------------------< update_validate >----------------------------|
243: -- ----------------------------------------------------------------------------
244: Procedure update_validate
245: (p_rec in per_stl_shd.g_rec_type
246: ) is
247: --
248: l_proc varchar2(72) := g_package||'update_validate';
249: --

Line 277: (p_rec in per_stl_shd.g_rec_type

273: -- ----------------------------------------------------------------------------
274: -- |---------------------------< delete_validate >----------------------------|
275: -- ----------------------------------------------------------------------------
276: Procedure delete_validate
277: (p_rec in per_stl_shd.g_rec_type
278: ) is
279: --
280: l_proc varchar2(72) := g_package||'delete_validate';
281: --