APPS.XTR_REVAL_PROCESS_P dependencies on XTR_INTERGROUP_TRANSFERS_V
Line 4327: from XTR_INTERGROUP_TRANSFERS_V
4323: elsif rec.deal_type = 'IG' then
4324: -- IG's FV is for reference only. We don't take it to calculate G/L.
4325: select BALANCE_OUT
4326: into init_fv 4327: from XTR_INTERGROUP_TRANSFERS_V 4328: where DEAL_NUMBER = rec.deal_no
4329: and TRANSACTION_NUMBER = rec.trans_no;
4330:
4331: elsif rec.deal_type = 'CA' then