DBA Data[Home] [Help]

APPS.PQH_UTILITY dependencies on PQH_TRANSACTION_CATEGORIES

Line 1808: from pqh_transaction_categories

1804: function get_transaction_category_id(p_short_name in varchar2, p_business_group_id in number default null) return number is
1805: l_transaction_category_id number;
1806: cursor c1 is
1807: select transaction_category_id
1808: from pqh_transaction_categories
1809: where short_name = p_short_name
1810: and business_group_id = p_business_group_id;
1811: begin
1812: if p_short_name is not null then