DBA Data[Home] [Help]

APPS.PER_OBJ_BUS dependencies on PER_OBJ_SHD

Line 81: Procedure insert_validate(p_rec in per_obj_shd.g_rec_type

77: -- Internal Table Handler Use Only.
78: --
79: -- {End Of Comments}
80: -- ----------------------------------------------------------------------------
81: Procedure insert_validate(p_rec in per_obj_shd.g_rec_type
82: ,p_effective_date in date
83: ,p_weighting_over_100_warning out nocopy boolean
84: ,p_weighting_appraisal_warning out nocopy boolean
85: );

Line 119: Procedure update_validate(p_rec in per_obj_shd.g_rec_type

115: -- Internal Table Handler Use Only.
116: --
117: -- {End Of Comments}
118: -- ----------------------------------------------------------------------------
119: Procedure update_validate(p_rec in per_obj_shd.g_rec_type
120: ,p_effective_date in date
121: ,p_weighting_over_100_warning out nocopy boolean
122: ,p_weighting_appraisal_warning out nocopy boolean
123: );

Line 157: Procedure delete_validate(p_rec in per_obj_shd.g_rec_type);

153: -- Internal Table Handler Use Only.
154: --
155: -- {End Of Comments}
156: -- ----------------------------------------------------------------------------
157: Procedure delete_validate(p_rec in per_obj_shd.g_rec_type);
158: --
159: --
160: -- ----------------------------------------------------------------------------
161: -- |-----------------------< return_legislation_code >-------------------------|