DBA Data[Home] [Help]

APPS.PQH_WDT_BUS dependencies on PQH_WDT_SHD

Line 36: Procedure insert_validate(p_rec in pqh_wdt_shd.g_rec_type

32: -- Internal Row Handler Use Only.
33: --
34: -- {End Of Comments}
35: -- ----------------------------------------------------------------------------
36: Procedure insert_validate(p_rec in pqh_wdt_shd.g_rec_type
37: ,p_effective_date in date);
38: --
39: -- ----------------------------------------------------------------------------
40: -- |---------------------------< update_validate >----------------------------|

Line 71: Procedure update_validate(p_rec in pqh_wdt_shd.g_rec_type

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

Line 106: Procedure delete_validate(p_rec in pqh_wdt_shd.g_rec_type

102: -- Internal Row Handler Use Only.
103: --
104: -- {End Of Comments}
105: -- ----------------------------------------------------------------------------
106: Procedure delete_validate(p_rec in pqh_wdt_shd.g_rec_type
107: ,p_effective_date in date);
108: --
109: end pqh_wdt_bus;