DBA Data[Home] [Help]

APPS.BEN_PD_COPY_TO_BEN_TWO dependencies on PQH_TRANSACTION_CATEGORIES

Line 28183: pqh_transaction_categories tcg

28179:
28180: cursor c_transaction_category(c_copy_entity_txn_id in number) is
28181: select tcg.short_name
28182: from pqh_copy_entity_txns cet,
28183: pqh_transaction_categories tcg
28184: where cet.copy_entity_txn_id = c_copy_entity_txn_id
28185: and cet.transaction_category_id = tcg.transaction_category_id;
28186:
28187: l_transaction_category c_transaction_category%rowtype;