DBA Data[Home] [Help]

APPS.PER_PYP_BUS dependencies on PER_PYP_SHD

Line 27: (p_rec in out nocopy per_pyp_shd.g_rec_type);

23: -- Access Status:
24: -- Internal Table Handler Use Only.
25: --
26: procedure gen_last_change_date
27: (p_rec in out nocopy per_pyp_shd.g_rec_type);
28: --
29: -- ----------------------------------------------------------------------------
30: -- |----------------------< check_non_updateable_args >-----------------------|
31: -- ----------------------------------------------------------------------------

Line 60: Procedure check_non_updateable_args(p_rec in per_pyp_shd.g_rec_type);

56: --
57: --
58: --
59: --
60: Procedure check_non_updateable_args(p_rec in per_pyp_shd.g_rec_type);
61: --
62: -------------------------------------------------------------------------------
63: -------------------------------< chk_assignment_id_change_date >---------------
64: -------------------------------------------------------------------------------

Line 491: (p_rec in out nocopy per_pyp_shd.g_rec_type

487: --
488: -- {End Of Comments}
489: -- ----------------------------------------------------------------------------
490: Procedure insert_validate
491: (p_rec in out nocopy per_pyp_shd.g_rec_type
492: ,p_inv_next_sal_date_warning out nocopy boolean
493: ,p_proposed_salary_warning out nocopy boolean
494: ,p_approved_warning out nocopy boolean
495: ,p_payroll_warning out nocopy boolean

Line 531: (p_rec in out nocopy per_pyp_shd.g_rec_type

527: --
528: -- {End Of Comments}
529: -- ----------------------------------------------------------------------------
530: Procedure update_validate
531: (p_rec in out nocopy per_pyp_shd.g_rec_type
532: ,p_inv_next_sal_date_warning out nocopy boolean
533: ,p_proposed_salary_warning out nocopy boolean
534: ,p_approved_warning out nocopy boolean
535: ,p_payroll_warning out nocopy boolean

Line 571: (p_rec in per_pyp_shd.g_rec_type

567: --
568: -- {End Of Comments}
569: -- ----------------------------------------------------------------------------
570: Procedure delete_validate
571: (p_rec in per_pyp_shd.g_rec_type
572: ,p_salary_warning out nocopy boolean
573: );
574: --
575: --