DBA Data[Home] [Help]

APPS.PQH_ETM_BUS dependencies on PQH_ETM_SHD

Line 108: ,p_rec in pqh_etm_shd.g_rec_type

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

Line 140: ,p_rec in pqh_etm_shd.g_rec_type

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

Line 176: (p_rec in pqh_etm_shd.g_rec_type

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