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 470: (p_rec in out nocopy per_pyp_shd.g_rec_type

466: --
467: -- {End Of Comments}
468: -- ----------------------------------------------------------------------------
469: Procedure insert_validate
470: (p_rec in out nocopy per_pyp_shd.g_rec_type
471: ,p_inv_next_sal_date_warning out nocopy boolean
472: ,p_proposed_salary_warning out nocopy boolean
473: ,p_approved_warning out nocopy boolean
474: ,p_payroll_warning out nocopy boolean

Line 510: (p_rec in out nocopy per_pyp_shd.g_rec_type

506: --
507: -- {End Of Comments}
508: -- ----------------------------------------------------------------------------
509: Procedure update_validate
510: (p_rec in out nocopy per_pyp_shd.g_rec_type
511: ,p_inv_next_sal_date_warning out nocopy boolean
512: ,p_proposed_salary_warning out nocopy boolean
513: ,p_approved_warning out nocopy boolean
514: ,p_payroll_warning out nocopy boolean

Line 550: (p_rec in per_pyp_shd.g_rec_type

546: --
547: -- {End Of Comments}
548: -- ----------------------------------------------------------------------------
549: Procedure delete_validate
550: (p_rec in per_pyp_shd.g_rec_type
551: ,p_salary_warning out nocopy boolean
552: );
553: --
554: --