DBA Data[Home] [Help]

APPS.GHR_TSP_PLAN_DESIGN dependencies on PQH_COPY_ENTITY_TXNS

Line 30: from pqh_copy_entity_txns

26: from pqh_transaction_categories
27: where short_name = 'BEN_PDCPWZ';
28: Cursor get_copy_txn_id is
29: select copy_entity_txn_id
30: from pqh_copy_entity_txns
31: where transaction_category_id = p_transaction_category_id
32: and context_business_group_id = 0
33: and display_name = 'GHR_TSP_SEED_PROGRAM_DESIGN';
34: Cursor update_program_status is