DBA Data[Home] [Help]

APPS.PER_RTL_BUS dependencies on PER_RTL_SHD

Line 33: Procedure chk_non_updateable_args(p_rec in per_rtl_shd.g_rec_type);

29: -- Access Status:
30: -- Internal Table Handler Use Only.
31: --
32: --
33: Procedure chk_non_updateable_args(p_rec in per_rtl_shd.g_rec_type);
34: --
35: --
36: --
37: -- ----------------------------------------------------------------------------

Line 69: Procedure insert_validate(p_rec in per_rtl_shd.g_rec_type,

65: -- Internal Table Handler Use Only.
66: --
67: -- {End Of Comments}
68: -- ----------------------------------------------------------------------------
69: Procedure insert_validate(p_rec in per_rtl_shd.g_rec_type,
70: p_effective_date in date);
71: --
72: -- ----------------------------------------------------------------------------
73: -- |---------------------------< update_validate >----------------------------|

Line 104: Procedure update_validate(p_rec in per_rtl_shd.g_rec_type,

100: -- Internal Table Handler Use Only.
101: --
102: -- {End Of Comments}
103: -- ----------------------------------------------------------------------------
104: Procedure update_validate(p_rec in per_rtl_shd.g_rec_type,
105: p_effective_date in date);
106: --
107: -- ----------------------------------------------------------------------------
108: -- |---------------------------< delete_validate >----------------------------|

Line 139: Procedure delete_validate(p_rec in per_rtl_shd.g_rec_type);

135: -- Internal Table Handler Use Only.
136: --
137: -- {End Of Comments}
138: -- ----------------------------------------------------------------------------
139: Procedure delete_validate(p_rec in per_rtl_shd.g_rec_type);
140: --
141: --
142: -- ----------------------------------------------------------------------------
143: -- |----------------------< return_legislation_code >--------------------------|