DBA Data[Home] [Help]

APPS.HXC_TER_BUS dependencies on HXC_TER_SHD

Line 38: ,p_rec in hxc_ter_shd.g_rec_type

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

Line 75: ,p_rec in hxc_ter_shd.g_rec_type

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

Line 111: (p_rec in hxc_ter_shd.g_rec_type

107: --
108: --
109: -- ----------------------------------------------------------------------------
110: Procedure delete_validate
111: (p_rec in hxc_ter_shd.g_rec_type
112: );
113: --
114: -- ----------------------------------------------------------------------------
115: -- |-----------------------< chk_start_date >----------------------------------|