DBA Data[Home] [Help]

APPS.HXC_DTL_BUS dependencies on HXC_DTL_SHD

Line 38: (p_rec in hxc_dtl_shd.g_rec_type

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

Line 74: (p_rec in hxc_dtl_shd.g_rec_type

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

Line 110: (p_rec in hxc_dtl_shd.g_rec_type

106: --
107: -- {End Of Comments}
108: -- ----------------------------------------------------------------------------
109: Procedure delete_validate
110: (p_rec in hxc_dtl_shd.g_rec_type
111: );
112: --
113: end hxc_dtl_bus;