DBA Data[Home] [Help]

APPS.PQH_RMN_BUS dependencies on PQH_RMN_SHD

Line 107: (p_rec in pqh_rmn_shd.g_rec_type

103: --
104: -- {End of comments}
105: -- ----------------------------------------------------------------------------
106: Procedure insert_validate
107: (p_rec in pqh_rmn_shd.g_rec_type
108: );
109: --
110: -- ----------------------------------------------------------------------------
111: -- |---------------------------< update_validate >----------------------------|

Line 138: (p_rec in pqh_rmn_shd.g_rec_type

134: --
135: -- {End Of Comments}
136: -- ----------------------------------------------------------------------------
137: Procedure update_validate
138: (p_rec in pqh_rmn_shd.g_rec_type
139: );
140: --
141: -- ----------------------------------------------------------------------------
142: -- |---------------------------< delete_validate >----------------------------|

Line 174: (p_rec in pqh_rmn_shd.g_rec_type

170: --
171: -- {End Of Comments}
172: -- ----------------------------------------------------------------------------
173: Procedure delete_validate
174: (p_rec in pqh_rmn_shd.g_rec_type
175: );
176: --
177: end pqh_rmn_bus;