DBA Data[Home] [Help]

APPS.PER_ABS_BUS dependencies on PER_ABS_SHD

Line 724: ,p_rec in per_abs_shd.g_rec_type

720: -- {End of comments}
721: -- ----------------------------------------------------------------------------
722: Procedure insert_validate
723: (p_effective_date in date
724: ,p_rec in per_abs_shd.g_rec_type
725: ,p_dur_dys_less_warning out nocopy boolean
726: ,p_dur_hrs_less_warning out nocopy boolean
727: ,p_exceeds_pto_entit_warning out nocopy boolean
728: ,p_exceeds_run_total_warning out nocopy boolean

Line 784: ,p_rec in per_abs_shd.g_rec_type

780: -- {End Of Comments}
781: -- ----------------------------------------------------------------------------
782: Procedure update_validate
783: (p_effective_date in date
784: ,p_rec in per_abs_shd.g_rec_type
785: ,p_dur_dys_less_warning out nocopy boolean
786: ,p_dur_hrs_less_warning out nocopy boolean
787: ,p_exceeds_pto_entit_warning out nocopy boolean
788: ,p_exceeds_run_total_warning out nocopy boolean

Line 827: (p_rec in per_abs_shd.g_rec_type

823: --
824: -- {End Of Comments}
825: -- ----------------------------------------------------------------------------
826: Procedure delete_validate
827: (p_rec in per_abs_shd.g_rec_type
828: );
829: --
830: end per_abs_bus;