DBA Data[Home] [Help]

APPS.PAY_PWR_BUS dependencies on PAY_PWR_SHD

Line 79: Procedure insert_validate(p_rec in pay_pwr_shd.g_rec_type);

75: -- Internal Row Handler Use Only.
76: --
77: -- {End Of Comments}
78: -- ----------------------------------------------------------------------------
79: Procedure insert_validate(p_rec in pay_pwr_shd.g_rec_type);
80: --
81: -- ----------------------------------------------------------------------------
82: -- |---------------------------< update_validate >----------------------------|
83: -- ----------------------------------------------------------------------------

Line 113: Procedure update_validate(p_rec in pay_pwr_shd.g_rec_type);

109: -- Internal Row Handler Use Only.
110: --
111: -- {End Of Comments}
112: -- ----------------------------------------------------------------------------
113: Procedure update_validate(p_rec in pay_pwr_shd.g_rec_type);
114: --
115: -- ----------------------------------------------------------------------------
116: -- |---------------------------< delete_validate >----------------------------|
117: -- ----------------------------------------------------------------------------

Line 147: Procedure delete_validate(p_rec in pay_pwr_shd.g_rec_type);

143: -- Internal Row Handler Use Only.
144: --
145: -- {End Of Comments}
146: -- ----------------------------------------------------------------------------
147: Procedure delete_validate(p_rec in pay_pwr_shd.g_rec_type);
148: --
149: end pay_pwr_bus;