DBA Data[Home] [Help]

APPS.PSP_PSC_BUS dependencies on PSP_PSC_SHD

Line 208: (p_rec in psp_psc_shd.g_rec_type

204: --
205: -- {End Of Comments}
206: -- ----------------------------------------------------------------------------
207: Procedure chk_non_updateable_args
208: (p_rec in psp_psc_shd.g_rec_type
209: ) IS
210: --
211: l_proc varchar2(72) := g_package || 'chk_non_updateable_args';
212: --

Line 218: IF NOT psp_psc_shd.api_updating

214: --
215: -- Only proceed with the validation if a row exists for the current
216: -- record in the HR Schema.
217: --
218: IF NOT psp_psc_shd.api_updating
219: (p_salary_cap_id => p_rec.salary_cap_id
220: ,p_object_version_number => p_rec.object_version_number
221: ) THEN
222: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');

Line 308: (p_rec in psp_psc_shd.g_rec_type

304: -- ----------------------------------------------------------------------------
305: -- |---------------------------< insert_validate >----------------------------|
306: -- ----------------------------------------------------------------------------
307: Procedure insert_validate
308: (p_rec in psp_psc_shd.g_rec_type
309: ) is
310: --
311: l_proc varchar2(72) := g_package||'insert_validate';
312: --

Line 338: (p_rec in psp_psc_shd.g_rec_type

334: -- ----------------------------------------------------------------------------
335: -- |---------------------------< update_validate >----------------------------|
336: -- ----------------------------------------------------------------------------
337: Procedure update_validate
338: (p_rec in psp_psc_shd.g_rec_type
339: ) is
340: --
341: l_proc varchar2(72) := g_package||'update_validate';
342: --

Line 377: (p_rec in psp_psc_shd.g_rec_type

373: -- ----------------------------------------------------------------------------
374: -- |---------------------------< delete_validate >----------------------------|
375: -- ----------------------------------------------------------------------------
376: Procedure delete_validate
377: (p_rec in psp_psc_shd.g_rec_type
378: ) is
379: --
380: l_proc varchar2(72) := g_package||'delete_validate';
381: --