DBA Data[Home] [Help]

APPS.PQH_RCT_BUS dependencies on PQH_RCT_SHD

Line 40: Procedure insert_validate(p_rec in pqh_rct_shd.g_rec_type

36: -- Internal Row Handler Use Only.
37: --
38: -- {End Of Comments}
39: -- ---------------------------------------------------------------------------+
40: Procedure insert_validate(p_rec in pqh_rct_shd.g_rec_type
41: ,p_effective_date in date);
42: --
43: -- ---------------------------------------------------------------------------+
44: -- |---------------------------< update_validate >----------------------------|

Line 75: Procedure update_validate(p_rec in pqh_rct_shd.g_rec_type

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

Line 110: Procedure delete_validate(p_rec in pqh_rct_shd.g_rec_type

106: -- Internal Row Handler Use Only.
107: --
108: -- {End Of Comments}
109: -- ---------------------------------------------------------------------------+
110: Procedure delete_validate(p_rec in pqh_rct_shd.g_rec_type
111: ,p_effective_date in date);
112: -- ---------------------------------------------------------------------------+
113: Function chk_if_routing_cat_exists
114: (p_transaction_category_id in pqh_transaction_categories.transaction_category_id%type,