DBA Data[Home] [Help]

APPS.XTR_REPLICATE_BANK_BALANCES dependencies on XTR_COUNTERPARTY_LIMITS_V

Line 2251: FROM xtr_counterparty_limits_v a ,

2247: and a.bank_account_id= p_bank_accont_id
2248: AND b.xtr_use_enable_flag='Y';
2249:
2250: SELECT limit_amount into p_bal
2251: FROM xtr_counterparty_limits_v a ,
2252: xtr_limit_types_v b,
2253: xtr_pro_param c
2254: WHERE a.limit_code = p_funding_limit_code
2255: AND b.fx_invest_fund_type='OD'