DBA Data[Home] [Help]

APPS.PQH_SYNCHRONIZE_LOCAL_TCT dependencies on PQH_TRANSACTION_CATEGORIES

Line 15: from pqh_transaction_categories

11: from pqh_txn_category_attributes
12: where transaction_category_id = p_transaction_category_id;
13: cursor c2 (p_short_name varchar2)is
14: select transaction_category_id,business_group_id
15: from pqh_transaction_categories
16: where short_name = p_short_name
17: and business_group_id is not null;
18: l_ovn number;
19: l_txn_cat_attr_id number;