DBA Data[Home] [Help]

APPS.PQH_GENERIC dependencies on PQH_TRANSACTION_CATEGORIES_VL

Line 68: , pqh_transaction_categories_vl tct

64: , to_char(nvl(cet.src_effective_date,sysdate),'RRRR/MM/DD HH24:MI:SS') effective_date
65: , cet.context -- application_id
66: , cec.context gbl_context
67: from pqh_copy_entity_txns cet
68: , pqh_transaction_categories_vl tct
69: , pqh_copy_entity_contexts cec
70: where tct.transaction_category_id = cet.transaction_category_id
71: and cec.transaction_short_name = tct.short_name
72: and cec.application_short_name is null