DBA Data[Home] [Help]

APPS.PQH_RST_BUS dependencies on PQH_RST_SHD

Line 71: Procedure insert_validate(p_rec in pqh_rst_shd.g_rec_type

67: -- Internal Row Handler Use Only.
68: --
69: -- {End Of Comments}
70: -- ----------------------------------------------------------------------------
71: Procedure insert_validate(p_rec in pqh_rst_shd.g_rec_type
72: ,p_effective_date in date);
73: --
74: -- ----------------------------------------------------------------------------
75: -- |---------------------------< update_validate >----------------------------|

Line 106: Procedure update_validate(p_rec in pqh_rst_shd.g_rec_type

102: -- Internal Row Handler Use Only.
103: --
104: -- {End Of Comments}
105: -- ----------------------------------------------------------------------------
106: Procedure update_validate(p_rec in pqh_rst_shd.g_rec_type
107: ,p_effective_date in date);
108: --
109: -- ----------------------------------------------------------------------------
110: -- |---------------------------< delete_validate >----------------------------|

Line 141: Procedure delete_validate(p_rec in pqh_rst_shd.g_rec_type

137: -- Internal Row Handler Use Only.
138: --
139: -- {End Of Comments}
140: -- ----------------------------------------------------------------------------
141: Procedure delete_validate(p_rec in pqh_rst_shd.g_rec_type
142: ,p_effective_date in date);
143: --
144: end pqh_rst_bus;