DBA Data[Home] [Help]

APPS.PQH_TSH_BUS dependencies on PQH_TSH_SHD

Line 110: (p_rec in pqh_tsh_shd.g_rec_type

106: --
107: -- {End of comments}
108: -- ----------------------------------------------------------------------------
109: Procedure insert_validate
110: (p_rec in pqh_tsh_shd.g_rec_type
111: );
112: --
113: -- ----------------------------------------------------------------------------
114: -- |---------------------------< update_validate >----------------------------|

Line 141: (p_rec in pqh_tsh_shd.g_rec_type

137: --
138: -- {End Of Comments}
139: -- ----------------------------------------------------------------------------
140: Procedure update_validate
141: (p_rec in pqh_tsh_shd.g_rec_type
142: );
143: --
144: -- ----------------------------------------------------------------------------
145: -- |---------------------------< delete_validate >----------------------------|

Line 177: (p_rec in pqh_tsh_shd.g_rec_type

173: --
174: -- {End Of Comments}
175: -- ----------------------------------------------------------------------------
176: Procedure delete_validate
177: (p_rec in pqh_tsh_shd.g_rec_type
178: );
179: --
180: end pqh_tsh_bus;