DBA Data[Home] [Help]

APPS.PER_RSL_BUS dependencies on PER_RSL_SHD

Line 104: (p_rec in per_rsl_shd.g_rec_type

100: --
101: -- {End of comments}
102: -- ----------------------------------------------------------------------------
103: Procedure insert_validate
104: (p_rec in per_rsl_shd.g_rec_type
105: ,p_rating_scale_id in per_rating_scales_tl.rating_scale_id%TYPE
106: );
107: --
108: -- ----------------------------------------------------------------------------

Line 136: (p_rec in per_rsl_shd.g_rec_type

132: --
133: -- {End Of Comments}
134: -- ----------------------------------------------------------------------------
135: Procedure update_validate
136: (p_rec in per_rsl_shd.g_rec_type
137: );
138: --
139: -- ----------------------------------------------------------------------------
140: -- |---------------------------< delete_validate >----------------------------|

Line 172: (p_rec in per_rsl_shd.g_rec_type

168: --
169: -- {End Of Comments}
170: -- ----------------------------------------------------------------------------
171: Procedure delete_validate
172: (p_rec in per_rsl_shd.g_rec_type
173: );
174: --
175: -- ----------------------------------------------------------------------------
176: -- |-----------------------< set_translation_globals >------------------------|