DBA Data[Home] [Help]

APPS.PQP_PVD_BUS dependencies on PQP_PVD_SHD

Line 107: ,p_rec in pqp_pvd_shd.g_rec_type

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

Line 144: ,p_rec in pqp_pvd_shd.g_rec_type

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

Line 180: (p_rec in pqp_pvd_shd.g_rec_type

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