DBA Data[Home] [Help]

APPS.HR_HTL_BUS dependencies on HR_HTL_SHD

Line 39: (p_rec in hr_htl_shd.g_rec_type,

35: --
36: -- {End of comments}
37: -- ----------------------------------------------------------------------------
38: Procedure insert_validate
39: (p_rec in hr_htl_shd.g_rec_type,
40: p_hierarchy_id in number
41: );
42: --
43: -- ----------------------------------------------------------------------------

Line 71: (p_rec in hr_htl_shd.g_rec_type

67: --
68: -- {End Of Comments}
69: -- ----------------------------------------------------------------------------
70: Procedure update_validate
71: (p_rec in hr_htl_shd.g_rec_type
72: );
73: --
74: -- ----------------------------------------------------------------------------
75: -- |---------------------------< delete_validate >----------------------------|

Line 107: (p_rec in hr_htl_shd.g_rec_type

103: --
104: -- {End Of Comments}
105: -- ----------------------------------------------------------------------------
106: Procedure delete_validate
107: (p_rec in hr_htl_shd.g_rec_type
108: );
109: --
110: end hr_htl_bus;