DBA Data[Home] [Help]

APPS.XTR_NI_TRANSFERS_PKG dependencies on XTR_DEDUCTION_CALCS_V

Line 979: from xtr_tax_brokerage_setup_v a, xtr_deduction_calcs_v b

975: end if;
976:
977: select count(*)
978: into l_count
979: from xtr_tax_brokerage_setup_v a, xtr_deduction_calcs_v b
980: where a.reference_code = p_brokerage_code
981: and a.deal_type = 'NI'
982: and a.deduction_type = 'B'
983: and a.deal_type = b.deal_type