DBA Data[Home] [Help]

APPS.PQP_ATD_BUS dependencies on PQP_ATD_SHD

Line 39: Procedure insert_validate(p_rec in pqp_atd_shd.g_rec_type

35: -- ----------------------------------------------------------------------------
36: /* The following error message was defined by Ashu Gupta on 08/07/2000 */
37: g_error_message VARCHAR2(4000) := NULL;
38:
39: Procedure insert_validate(p_rec in pqp_atd_shd.g_rec_type
40: ,p_effective_date in date);
41: --
42: -- ----------------------------------------------------------------------------
43: -- |---------------------------< update_validate >----------------------------|

Line 74: Procedure update_validate(p_rec in pqp_atd_shd.g_rec_type

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

Line 109: Procedure delete_validate(p_rec in pqp_atd_shd.g_rec_type

105: -- Internal Row Handler Use Only.
106: --
107: -- {End Of Comments}
108: -- ----------------------------------------------------------------------------
109: Procedure delete_validate(p_rec in pqp_atd_shd.g_rec_type
110: ,p_effective_date in date);
111: --
112: end pqp_atd_bus;