DBA Data[Home] [Help]

APPS.BEN_PD_COPY_TO_BEN_TWO dependencies on PQH_TRANSACTION_CATEGORIES

Line 28285: pqh_transaction_categories tcg

28281:
28282: cursor c_transaction_category(c_copy_entity_txn_id in number) is
28283: select tcg.short_name
28284: from pqh_copy_entity_txns cet,
28285: pqh_transaction_categories tcg
28286: where cet.copy_entity_txn_id = c_copy_entity_txn_id
28287: and cet.transaction_category_id = tcg.transaction_category_id;
28288:
28289: l_transaction_category c_transaction_category%rowtype;