DBA Data[Home] [Help]

APPS.PAY_TXR_BUS dependencies on PAY_TXR_SHD

Line 134: ,p_rec in pay_txr_shd.g_rec_type

130: -- {End of comments}
131: -- ----------------------------------------------------------------------------
132: Procedure insert_validate
133: (p_effective_date in date
134: ,p_rec in pay_txr_shd.g_rec_type
135: );
136: --
137: -- ----------------------------------------------------------------------------
138: -- |---------------------------< update_validate >----------------------------|

Line 166: ,p_rec in pay_txr_shd.g_rec_type

162: -- {End Of Comments}
163: -- ----------------------------------------------------------------------------
164: Procedure update_validate
165: (p_effective_date in date
166: ,p_rec in pay_txr_shd.g_rec_type
167: );
168: --
169: -- ----------------------------------------------------------------------------
170: -- |---------------------------< delete_validate >----------------------------|

Line 202: (p_rec in pay_txr_shd.g_rec_type

198: --
199: -- {End Of Comments}
200: -- ----------------------------------------------------------------------------
201: Procedure delete_validate
202: (p_rec in pay_txr_shd.g_rec_type
203: );
204: --
205: end pay_txr_bus;