DBA Data[Home] [Help]

APPS.PER_SSM_BUS dependencies on PER_SSM_SHD

Line 14: Procedure chk_non_updateable_args(p_rec in per_ssm_shd.g_rec_type);

10: -- ----------------------------------------------------------------------------
11: -- |----------------------< chk_non_updateable_args >-----------------------|
12: -- ----------------------------------------------------------------------------
13: --
14: Procedure chk_non_updateable_args(p_rec in per_ssm_shd.g_rec_type);
15:
16: -- ----------------------------------------------------------------------------
17: -- |--------------------< get_salary_survey_line_start >----------------------|
18: -- ----------------------------------------------------------------------------

Line 344: (p_rec in per_ssm_shd.g_rec_type);

340: -- Access Status:
341: -- Internal Row Handler Use Only.
342: --
343: Procedure chk_df
344: (p_rec in per_ssm_shd.g_rec_type);
345: --
346: -- ----------------------------------------------------------------------------
347: -- |---------------------------< insert_validate >----------------------------|
348: -- ----------------------------------------------------------------------------

Line 378: Procedure insert_validate( p_rec in per_ssm_shd.g_rec_type

374: -- Internal Row Handler Use Only.
375: --
376: -- {End Of Comments}
377: -- ----------------------------------------------------------------------------
378: Procedure insert_validate( p_rec in per_ssm_shd.g_rec_type
379: , p_effective_date in date);
380: --
381: -- ----------------------------------------------------------------------------
382: -- |---------------------------< update_validate >----------------------------|

Line 413: Procedure update_validate( p_rec in per_ssm_shd.g_rec_type

409: -- Internal Row Handler Use Only.
410: --
411: -- {End Of Comments}
412: -- ----------------------------------------------------------------------------
413: Procedure update_validate( p_rec in per_ssm_shd.g_rec_type
414: , p_effective_date in date);
415: --
416: -- ----------------------------------------------------------------------------
417: -- |---------------------------< delete_validate >----------------------------|

Line 448: Procedure delete_validate(p_rec in per_ssm_shd.g_rec_type);

444: -- Internal Row Handler Use Only.
445: --
446: -- {End Of Comments}
447: -- ----------------------------------------------------------------------------
448: Procedure delete_validate(p_rec in per_ssm_shd.g_rec_type);
449: --
450: end per_ssm_bus;