DBA Data[Home] [Help]

APPS.PQH_TEM_BUS dependencies on PQH_TEM_SHD

Line 58: Procedure insert_validate(p_rec in pqh_tem_shd.g_rec_type

54: -- Internal Row Handler Use Only.
55: --
56: -- {End Of Comments}
57: -- ----------------------------------------------------------------------------
58: Procedure insert_validate(p_rec in pqh_tem_shd.g_rec_type
59: ,p_effective_date in date);
60: --
61: -- ----------------------------------------------------------------------------
62: -- |---------------------------< update_validate >----------------------------|

Line 93: Procedure update_validate(p_rec in pqh_tem_shd.g_rec_type

89: -- Internal Row Handler Use Only.
90: --
91: -- {End Of Comments}
92: -- ----------------------------------------------------------------------------
93: Procedure update_validate(p_rec in pqh_tem_shd.g_rec_type
94: ,p_effective_date in date);
95: --
96: -- ----------------------------------------------------------------------------
97: -- |---------------------------< delete_validate >----------------------------|

Line 128: Procedure delete_validate(p_rec in pqh_tem_shd.g_rec_type

124: -- Internal Row Handler Use Only.
125: --
126: -- {End Of Comments}
127: -- ----------------------------------------------------------------------------
128: Procedure delete_validate(p_rec in pqh_tem_shd.g_rec_type
129: ,p_effective_date in date);
130: --
131: end pqh_tem_bus;