DBA Data[Home] [Help]

APPS.PAY_RTT_BUS dependencies on PAY_RTT_SHD

Line 162: (p_rec in pay_rtt_shd.g_rec_type

158: --
159: -- {End of comments}
160: -- ----------------------------------------------------------------------------
161: Procedure insert_validate
162: (p_rec in pay_rtt_shd.g_rec_type
163: ,p_run_type_id in number
164: );
165: --
166: -- ----------------------------------------------------------------------------

Line 199: (p_rec in pay_rtt_shd.g_rec_type

195: --
196: -- {End Of Comments}
197: -- ----------------------------------------------------------------------------
198: Procedure update_validate
199: (p_rec in pay_rtt_shd.g_rec_type
200: );
201: --
202: -- ----------------------------------------------------------------------------
203: -- |---------------------------< delete_validate >----------------------------|

Line 235: (p_rec in pay_rtt_shd.g_rec_type

231: --
232: -- {End Of Comments}
233: -- ----------------------------------------------------------------------------
234: Procedure delete_validate
235: (p_rec in pay_rtt_shd.g_rec_type
236: );
237: --
238: end pay_rtt_bus;