DBA Data[Home] [Help]

APPS.PER_SST_BUS dependencies on PER_SST_SHD

Line 191: (p_rec in per_sst_shd.g_rec_type

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

Line 201: IF NOT per_sst_shd.api_updating

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

Line 219: (p_rec in per_sst_shd.g_rec_type

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

Line 247: (p_rec in per_sst_shd.g_rec_type

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

Line 279: (p_rec in per_sst_shd.g_rec_type

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