DBA Data[Home] [Help]

APPS.PER_RVT_BUS dependencies on PER_RVT_SHD

Line 195: (p_rec in per_rvt_shd.g_rec_type

191: --
192: -- {End Of Comments}
193: -- ----------------------------------------------------------------------------
194: Procedure chk_non_updateable_args
195: (p_rec in per_rvt_shd.g_rec_type
196: ) IS
197: --
198: l_proc varchar2(72) := g_package || 'chk_non_updateable_args';
199: --

Line 205: IF NOT per_rvt_shd.api_updating

201: --
202: -- Only proceed with the validation if a row exists for the current
203: -- record in the HR Schema.
204: --
205: IF NOT per_rvt_shd.api_updating
206: (p_workbench_view_report_code => p_rec.workbench_view_report_code
207: ,p_language => p_rec.language
208: ) THEN
209: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');

Line 224: (p_rec in per_rvt_shd.g_rec_type

220: -- ----------------------------------------------------------------------------
221: -- |---------------------------< insert_validate >----------------------------|
222: -- ----------------------------------------------------------------------------
223: Procedure insert_validate
224: (p_rec in per_rvt_shd.g_rec_type
225: ) is
226: --
227: l_proc varchar2(72) := g_package||'insert_validate';
228: --

Line 252: (p_rec in per_rvt_shd.g_rec_type

248: -- ----------------------------------------------------------------------------
249: -- |---------------------------< update_validate >----------------------------|
250: -- ----------------------------------------------------------------------------
251: Procedure update_validate
252: (p_rec in per_rvt_shd.g_rec_type
253: ) is
254: --
255: l_proc varchar2(72) := g_package||'update_validate';
256: --

Line 284: (p_rec in per_rvt_shd.g_rec_type

280: -- ----------------------------------------------------------------------------
281: -- |---------------------------< delete_validate >----------------------------|
282: -- ----------------------------------------------------------------------------
283: Procedure delete_validate
284: (p_rec in per_rvt_shd.g_rec_type
285: ) is
286: --
287: l_proc varchar2(72) := g_package||'delete_validate';
288: --