DBA Data[Home] [Help]

APPS.HR_TTL_BUS dependencies on HR_TTL_SHD

Line 38: (p_rec in hr_ttl_shd.g_rec_type,

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

Line 70: (p_rec in hr_ttl_shd.g_rec_type

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

Line 106: (p_rec in hr_ttl_shd.g_rec_type

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