DBA Data[Home] [Help]

APPS.HXC_ULC_BUS dependencies on HXC_ULC_SHD

Line 37: (p_rec in hxc_ulc_shd.g_rec_type

33: --
34: -- {End of comments}
35: -- ----------------------------------------------------------------------------
36: Procedure insert_validate
37: (p_rec in hxc_ulc_shd.g_rec_type
38: );
39: --
40: -- ----------------------------------------------------------------------------
41: -- |---------------------------< update_validate >----------------------------|

Line 73: (p_rec in hxc_ulc_shd.g_rec_type

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

Line 109: (p_rec in hxc_ulc_shd.g_rec_type

105: --
106: --
107: -- ----------------------------------------------------------------------------
108: Procedure delete_validate
109: (p_rec in hxc_ulc_shd.g_rec_type
110: );
111: --
112: end hxc_ulc_bus;