DBA Data[Home] [Help]

APPS.HXC_HEG_BUS dependencies on HXC_HEG_SHD

Line 35: (p_rec in hxc_heg_shd.g_rec_type

31: -- Internal Row Handler Use Only.
32: --
33: -- ----------------------------------------------------------------------------
34: Procedure insert_validate
35: (p_rec in hxc_heg_shd.g_rec_type
36: );
37: --
38: -- ----------------------------------------------------------------------------
39: -- |---------------------------< update_validate >----------------------------|

Line 69: (p_rec in hxc_heg_shd.g_rec_type

65: -- Internal Row Handler Use Only.
66: --
67: -- ----------------------------------------------------------------------------
68: Procedure update_validate
69: (p_rec in hxc_heg_shd.g_rec_type
70: );
71: --
72: -- ----------------------------------------------------------------------------
73: -- |---------------------------< delete_validate >----------------------------|

Line 103: (p_rec in hxc_heg_shd.g_rec_type

99: -- Internal Row Handler Use Only.
100: --
101: -- ----------------------------------------------------------------------------
102: Procedure delete_validate
103: (p_rec in hxc_heg_shd.g_rec_type
104: );
105: --
106: end hxc_heg_bus;