DBA Data[Home] [Help]

APPS.HXC_HTS_BUS dependencies on HXC_HTS_SHD

Line 93: ,p_rec in hxc_hts_shd.g_rec_type

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

Line 130: ,p_rec in hxc_hts_shd.g_rec_type

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

Line 166: (p_rec in hxc_hts_shd.g_rec_type

162: --
163: -- {End Of Comments}
164: -- ----------------------------------------------------------------------------
165: Procedure delete_validate
166: (p_rec in hxc_hts_shd.g_rec_type
167: );
168: --
169: end hxc_hts_bus;