DBA Data[Home] [Help]

APPS.PQH_RCT_BUS dependencies on PQH_TRANSACTION_CATEGORIES

Line 114: (p_transaction_category_id in pqh_transaction_categories.transaction_category_id%type,

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,
115: p_routing_type in pqh_transaction_categories.member_cd%type)
116:
117: RETURN BOOLEAN;
118: -- ---------------------------------------------------------------------------+

Line 115: p_routing_type in pqh_transaction_categories.member_cd%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,
115: p_routing_type in pqh_transaction_categories.member_cd%type)
116:
117: RETURN BOOLEAN;
118: -- ---------------------------------------------------------------------------+
119: end pqh_rct_bus;