DBA Data[Home] [Help]

APPS.XTR_FX_TRANSFERS_PKG dependencies on XTR_TAX_BROKERAGE_SETUP_V

Line 848: from xtr_tax_brokerage_setup_v a, xtr_deduction_calcs_v b

844: IF p_brokerage_code is not null then
845: BEGIN
846: select 'Y'
847: into l_temp
848: from xtr_tax_brokerage_setup_v a, xtr_deduction_calcs_v b
849: where a.reference_code = p_brokerage_code
850: and a.deal_type = G_Fx_Deal_Type
851: and a.deduction_type = 'B'
852: and a.deal_type = b.deal_type