DBA Data[Home] [Help]

APPS.XTR_REVAL_PROCESS_P dependencies on XTR_INTERGROUP_TRANSFERS_V

Line 4344: from XTR_INTERGROUP_TRANSFERS_V

4340: elsif rec.deal_type = 'IG' then
4341: -- IG's FV is for reference only. We don't take it to calculate G/L.
4342: select BALANCE_OUT
4343: into init_fv
4344: from XTR_INTERGROUP_TRANSFERS_V
4345: where DEAL_NUMBER = rec.deal_no
4346: and TRANSACTION_NUMBER = rec.trans_no;
4347:
4348: elsif rec.deal_type = 'CA' then