DBA Data[Home] [Help]

APPS.PSP_PSO_BUS dependencies on PSP_PSO_SHD

Line 200: (p_rec in psp_pso_shd.g_rec_type

196: --
197: -- {End Of Comments}
198: -- ----------------------------------------------------------------------------
199: Procedure chk_non_updateable_args
200: (p_rec in psp_pso_shd.g_rec_type
201: ) IS
202: --
203: l_proc varchar2(72) := g_package || 'chk_non_updateable_args';
204: --

Line 210: IF NOT psp_pso_shd.api_updating

206: --
207: -- Only proceed with the validation if a row exists for the current
208: -- record in the HR Schema.
209: --
210: IF NOT psp_pso_shd.api_updating
211: (p_salary_cap_override_id => p_rec.salary_cap_override_id
212: ,p_object_version_number => p_rec.object_version_number
213: ) THEN
214: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');

Line 348: (p_rec in psp_pso_shd.g_rec_type

344: -- ----------------------------------------------------------------------------
345: -- |---------------------------< insert_validate >----------------------------|
346: -- ----------------------------------------------------------------------------
347: Procedure insert_validate
348: (p_rec in psp_pso_shd.g_rec_type
349: ) is
350: --
351: l_proc varchar2(72) := g_package||'insert_validate';
352: --

Line 379: (p_rec in psp_pso_shd.g_rec_type

375: -- ----------------------------------------------------------------------------
376: -- |---------------------------< update_validate >----------------------------|
377: -- ----------------------------------------------------------------------------
378: Procedure update_validate
379: (p_rec in psp_pso_shd.g_rec_type
380: ) is
381: --
382: l_proc varchar2(72) := g_package||'update_validate';
383: --

Line 414: (p_rec in psp_pso_shd.g_rec_type

410: -- ----------------------------------------------------------------------------
411: -- |---------------------------< delete_validate >----------------------------|
412: -- ----------------------------------------------------------------------------
413: Procedure delete_validate
414: (p_rec in psp_pso_shd.g_rec_type
415: ) is
416: --
417: l_proc varchar2(72) := g_package||'delete_validate';
418: --