[Home] [Help]
506: from pqh_transaction_categories
507: where short_name = 'BEN_PDCPWZ';
508: Cursor get_copy_txn_id is
509: select copy_entity_txn_id
510: from pqh_copy_entity_txns
511: where transaction_category_id = p_transaction_category_id
512: and context_business_group_id = 0
513: and display_name = 'GHR_FEHB_SEED_PROGRAM_DESIGN';
514: Cursor update_program_status is