DBA Data[Home] [Help]

APPS.PQH_RLT_BUS dependencies on PQH_RLT_SHD

Line 38: Procedure insert_validate(p_rec in pqh_rlt_shd.g_rec_type);

34: -- Internal Row Handler Use Only.
35: --
36: -- {End Of Comments}
37: -- ----------------------------------------------------------------------------
38: Procedure insert_validate(p_rec in pqh_rlt_shd.g_rec_type);
39: --
40: -- ----------------------------------------------------------------------------
41: -- |---------------------------< update_validate >----------------------------|
42: -- ----------------------------------------------------------------------------

Line 72: Procedure update_validate(p_rec in pqh_rlt_shd.g_rec_type);

68: -- Internal Row Handler Use Only.
69: --
70: -- {End Of Comments}
71: -- ----------------------------------------------------------------------------
72: Procedure update_validate(p_rec in pqh_rlt_shd.g_rec_type);
73: --
74: -- ----------------------------------------------------------------------------
75: -- |---------------------------< delete_validate >----------------------------|
76: -- ----------------------------------------------------------------------------

Line 106: Procedure delete_validate(p_rec in pqh_rlt_shd.g_rec_type);

102: -- Internal Row Handler Use Only.
103: --
104: -- {End Of Comments}
105: -- ----------------------------------------------------------------------------
106: Procedure delete_validate(p_rec in pqh_rlt_shd.g_rec_type);
107: --
108: end pqh_rlt_bus;