DBA Data[Home] [Help]

APPS.PAY_NCR_BUS dependencies on PAY_NCR_SHD

Line 121: Procedure insert_validate(p_rec in pay_ncr_shd.g_rec_type);

117: -- Internal Row Handler Use Only.
118: --
119: -- {End Of Comments}
120: -- ----------------------------------------------------------------------------
121: Procedure insert_validate(p_rec in pay_ncr_shd.g_rec_type);
122: --
123: -- ----------------------------------------------------------------------------
124: -- |---------------------------< update_validate >----------------------------|
125: -- ----------------------------------------------------------------------------

Line 155: Procedure update_validate(p_rec in pay_ncr_shd.g_rec_type);

151: -- Internal Row Handler Use Only.
152: --
153: -- {End Of Comments}
154: -- ----------------------------------------------------------------------------
155: Procedure update_validate(p_rec in pay_ncr_shd.g_rec_type);
156: --
157: -- ----------------------------------------------------------------------------
158: -- |---------------------------< delete_validate >----------------------------|
159: -- ----------------------------------------------------------------------------

Line 189: Procedure delete_validate(p_rec in pay_ncr_shd.g_rec_type);

185: -- Internal Row Handler Use Only.
186: --
187: -- {End Of Comments}
188: -- ----------------------------------------------------------------------------
189: Procedure delete_validate(p_rec in pay_ncr_shd.g_rec_type);
190: --
191: end pay_ncr_bus;