DBA Data[Home] [Help]

APPS.PER_JBT_BUS dependencies on PER_JBT_SHD

Line 192: (p_rec in per_jbt_shd.g_rec_type

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

Line 202: IF NOT per_jbt_shd.api_updating

198: --
199: -- Only proceed with the validation if a row exists for the current
200: -- record in the HR Schema.
201: --
202: IF NOT per_jbt_shd.api_updating
203: (p_job_id => p_rec.job_id
204: ,p_language => p_rec.language
205: ) THEN
206: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');

Line 219: (p_rec in per_jbt_shd.g_rec_type

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

Line 241: (p_rec in per_jbt_shd.g_rec_type

237: -- ----------------------------------------------------------------------------
238: -- |---------------------------< update_validate >----------------------------|
239: -- ----------------------------------------------------------------------------
240: Procedure update_validate
241: (p_rec in per_jbt_shd.g_rec_type
242: ) is
243: --
244: l_proc varchar2(72) := g_package||'update_validate';
245: --

Line 268: (p_rec in per_jbt_shd.g_rec_type

264: -- ----------------------------------------------------------------------------
265: -- |---------------------------< delete_validate >----------------------------|
266: -- ----------------------------------------------------------------------------
267: Procedure delete_validate
268: (p_rec in per_jbt_shd.g_rec_type
269: ) is
270: --
271: l_proc varchar2(72) := g_package||'delete_validate';
272: --