DBA Data[Home] [Help]

APPS.PQH_RAP_BUS dependencies on PQH_RAP_SHD

Line 82: ,p_rec in pqh_rap_shd.g_rec_type

78: -- {End of comments}
79: -- ----------------------------------------------------------------------------
80: Procedure insert_validate
81: (p_effective_date in date
82: ,p_rec in pqh_rap_shd.g_rec_type
83: );
84: --
85: -- ----------------------------------------------------------------------------
86: -- |---------------------------< update_validate >----------------------------|

Line 114: ,p_rec in pqh_rap_shd.g_rec_type

110: -- {End Of Comments}
111: -- ----------------------------------------------------------------------------
112: Procedure update_validate
113: (p_effective_date in date
114: ,p_rec in pqh_rap_shd.g_rec_type
115: );
116: --
117: -- ----------------------------------------------------------------------------
118: -- |---------------------------< delete_validate >----------------------------|

Line 150: (p_rec in pqh_rap_shd.g_rec_type

146: --
147: -- {End Of Comments}
148: -- ----------------------------------------------------------------------------
149: Procedure delete_validate
150: (p_rec in pqh_rap_shd.g_rec_type
151: );
152: --
153: end pqh_rap_bus;