DBA Data[Home] [Help]

APPS.PER_ABS_BUS dependencies on PER_ABS_SHD

Line 572: ,p_rec in per_abs_shd.g_rec_type

568: -- {End of comments}
569: -- ----------------------------------------------------------------------------
570: Procedure insert_validate
571: (p_effective_date in date
572: ,p_rec in per_abs_shd.g_rec_type
573: ,p_dur_dys_less_warning out nocopy boolean
574: ,p_dur_hrs_less_warning out nocopy boolean
575: ,p_exceeds_pto_entit_warning out nocopy boolean
576: ,p_exceeds_run_total_warning out nocopy boolean

Line 632: ,p_rec in per_abs_shd.g_rec_type

628: -- {End Of Comments}
629: -- ----------------------------------------------------------------------------
630: Procedure update_validate
631: (p_effective_date in date
632: ,p_rec in per_abs_shd.g_rec_type
633: ,p_dur_dys_less_warning out nocopy boolean
634: ,p_dur_hrs_less_warning out nocopy boolean
635: ,p_exceeds_pto_entit_warning out nocopy boolean
636: ,p_exceeds_run_total_warning out nocopy boolean

Line 675: (p_rec in per_abs_shd.g_rec_type

671: --
672: -- {End Of Comments}
673: -- ----------------------------------------------------------------------------
674: Procedure delete_validate
675: (p_rec in per_abs_shd.g_rec_type
676: );
677: --
678: end per_abs_bus;