DBA Data[Home] [Help]

APPS.HXC_MAP_BUS dependencies on HXC_MAP_SHD

Line 94: (p_rec in hxc_map_shd.g_rec_type

90: --
91: -- {End of comments}
92: -- ----------------------------------------------------------------------------
93: Procedure insert_validate
94: (p_rec in hxc_map_shd.g_rec_type
95: );
96: --
97: -- ----------------------------------------------------------------------------
98: -- |---------------------------< update_validate >----------------------------|

Line 130: (p_rec in hxc_map_shd.g_rec_type

126: --
127: -- {End Of Comments}
128: -- ----------------------------------------------------------------------------
129: Procedure update_validate
130: (p_rec in hxc_map_shd.g_rec_type
131: );
132: --
133: -- ----------------------------------------------------------------------------
134: -- |---------------------------< delete_validate >----------------------------|

Line 166: (p_rec in hxc_map_shd.g_rec_type

162: --
163: --
164: -- ----------------------------------------------------------------------------
165: Procedure delete_validate
166: (p_rec in hxc_map_shd.g_rec_type
167: );
168: --
169: end hxc_map_bus;