DBA Data[Home] [Help]

APPS.HR_EAP_BUS dependencies on HR_EAP_SHD

Line 63: (p_rec in hr_eap_shd.g_rec_type

59: --
60: -- {End of comments}
61: -- ----------------------------------------------------------------------------
62: Procedure insert_validate
63: (p_rec in hr_eap_shd.g_rec_type
64: );
65: --
66: -- ----------------------------------------------------------------------------
67: -- |---------------------------< update_validate >----------------------------|

Line 94: (p_rec in hr_eap_shd.g_rec_type

90: --
91: -- {End Of Comments}
92: -- ----------------------------------------------------------------------------
93: Procedure update_validate
94: (p_rec in hr_eap_shd.g_rec_type
95: );
96: --
97: -- ----------------------------------------------------------------------------
98: -- |---------------------------< delete_validate >----------------------------|

Line 130: (p_rec in hr_eap_shd.g_rec_type

126: --
127: -- {End Of Comments}
128: -- ----------------------------------------------------------------------------
129: Procedure delete_validate
130: (p_rec in hr_eap_shd.g_rec_type
131: );
132: --
133: end hr_eap_bus;