DBA Data[Home] [Help]

APPS.PQP_GDA_BUS dependencies on PQP_GDA_SHD

Line 111: ,p_rec in pqp_gda_shd.g_rec_type

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

Line 143: ,p_rec in pqp_gda_shd.g_rec_type

139: -- {End Of Comments}
140: -- ----------------------------------------------------------------------------
141: Procedure update_validate
142: (p_effective_date in date
143: ,p_rec in pqp_gda_shd.g_rec_type
144: );
145: --
146: -- ----------------------------------------------------------------------------
147: -- |---------------------------< delete_validate >----------------------------|

Line 179: (p_rec in pqp_gda_shd.g_rec_type

175: --
176: -- {End Of Comments}
177: -- ----------------------------------------------------------------------------
178: Procedure delete_validate
179: (p_rec in pqp_gda_shd.g_rec_type
180: );
181: --
182: end pqp_gda_bus;