DBA Data[Home] [Help]

APPS.PER_ASG_BUS1 dependencies on PER_ASG_SHD

Line 68: Procedure check_non_updateable_args(p_rec in per_asg_shd.g_rec_type

64: --
65: -- Access Status:
66: -- Internal Table Handler Use Only.
67: --
68: Procedure check_non_updateable_args(p_rec in per_asg_shd.g_rec_type
69: ,p_effective_date in date);
70: --
71: -- ----------------------------------------------------------------------------
72: -- |--------------------------< dt_delete_validate >--------------------------|

Line 181: (p_rec in out nocopy per_asg_shd.g_rec_type,

177: --
178: -- {End Of Comments}
179: -- ----------------------------------------------------------------------------
180: Procedure insert_validate
181: (p_rec in out nocopy per_asg_shd.g_rec_type,
182: p_effective_date in date,
183: p_datetrack_mode in varchar2,
184: p_validation_start_date in date,
185: p_validation_end_date in date,

Line 226: (p_rec in out nocopy per_asg_shd.g_rec_type,

222: --
223: -- {End Of Comments}
224: -- ----------------------------------------------------------------------------
225: Procedure update_validate
226: (p_rec in out nocopy per_asg_shd.g_rec_type,
227: p_effective_date in date,
228: p_datetrack_mode in varchar2,
229: p_validation_start_date in date,
230: p_validation_end_date in date,

Line 272: (p_rec in per_asg_shd.g_rec_type,

268: --
269: -- {End Of Comments}
270: -- ----------------------------------------------------------------------------
271: Procedure delete_validate
272: (p_rec in per_asg_shd.g_rec_type,
273: p_effective_date in date,
274: p_datetrack_mode in varchar2,
275: p_validation_start_date in date,
276: p_validation_end_date in date,

Line 602: (p_rec in per_asg_shd.g_rec_type

598: -- Access Status:
599: -- Internal Table Handler Use Only.
600: --
601: procedure chk_assignment_status_type_id
602: (p_rec in per_asg_shd.g_rec_type
603: ,p_effective_date in per_all_assignments_f.effective_start_date%TYPE
604: ,p_validation_start_date in per_all_assignments_f.effective_start_date%TYPE
605: );
606: --