DBA Data[Home] [Help]

APPS.PQH_RLM_BUS dependencies on PQH_RLM_SHD

Line 44: Procedure insert_validate(p_rec in pqh_rlm_shd.g_rec_type

40: -- Internal Row Handler Use Only.
41: --
42: -- {End Of Comments}
43: -- ----------------------------------------------------------------------------
44: Procedure insert_validate(p_rec in pqh_rlm_shd.g_rec_type
45: ,p_effective_date in date);
46: --
47: -- ----------------------------------------------------------------------------
48: -- |---------------------------< update_validate >----------------------------|

Line 79: Procedure update_validate(p_rec in pqh_rlm_shd.g_rec_type

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

Line 114: Procedure delete_validate(p_rec in pqh_rlm_shd.g_rec_type

110: -- Internal Row Handler Use Only.
111: --
112: -- {End Of Comments}
113: -- ----------------------------------------------------------------------------
114: Procedure delete_validate(p_rec in pqh_rlm_shd.g_rec_type
115: ,p_effective_date in date);
116: --
117: end pqh_rlm_bus;