DBA Data[Home] [Help]

APPS.PQH_BDGT_REALLOC_UTILITY dependencies on PQH_REALLOC_TXN_DETAILS_V

Line 416: from pqh_realloc_txn_details_v

412: IS
413: CURSOR csr_trnx_det
414: IS
415: select transaction_id,entity_id,txn_detail_id
416: from pqh_realloc_txn_details_v
417: where transaction_id = p_trans_id
418: and entity_id =p_entity_id
419: and transaction_type = 'R';
420: csr_trnx_det_rec csr_trnx_det%rowtype;