DBA Data[Home] [Help]

APPS.PAY_PWO_BUS dependencies on PAY_PWO_SHD

Line 74: Procedure insert_validate(p_rec in pay_pwo_shd.g_rec_type);

70: -- Internal Row Handler Use Only.
71: --
72: -- {End Of Comments}
73: -- ----------------------------------------------------------------------------
74: Procedure insert_validate(p_rec in pay_pwo_shd.g_rec_type);
75: --
76: -- ----------------------------------------------------------------------------
77: -- |---------------------------< update_validate >----------------------------|
78: -- ----------------------------------------------------------------------------

Line 108: Procedure update_validate(p_rec in pay_pwo_shd.g_rec_type);

104: -- Internal Row Handler Use Only.
105: --
106: -- {End Of Comments}
107: -- ----------------------------------------------------------------------------
108: Procedure update_validate(p_rec in pay_pwo_shd.g_rec_type);
109: --
110: -- ----------------------------------------------------------------------------
111: -- |---------------------------< delete_validate >----------------------------|
112: -- ----------------------------------------------------------------------------

Line 142: Procedure delete_validate(p_rec in pay_pwo_shd.g_rec_type);

138: -- Internal Row Handler Use Only.
139: --
140: -- {End Of Comments}
141: -- ----------------------------------------------------------------------------
142: Procedure delete_validate(p_rec in pay_pwo_shd.g_rec_type);
143: --
144: end pay_pwo_bus;