DBA Data[Home] [Help]

APPS.BEN_PD_COPY_TO_BEN_TWO dependencies on PQH_COPY_ENTITY_TXNS

Line 28284: from pqh_copy_entity_txns cet,

28280: ) is
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: