DBA Data[Home] [Help]

APPS.XTR_NI_TRANSFERS_PKG dependencies on XTR_TAX_DEDUCTION_CALCS

Line 1262: fnd_lookups lu, xtr_tax_deduction_calcs c

1258: end if;
1259: select count(*)
1260: into l_count
1261: from xtr_tax_brokerage_setup a,
1262: fnd_lookups lu, xtr_tax_deduction_calcs c
1263: where a.deal_type = 'NI'
1264: and lu.lookup_type='XTR_TAX_CALC_TYPES'
1265: and lu.lookup_code=a.calc_type
1266: and a.deduction_type = 'T'

Line 1290: fnd_lookups lu, xtr_tax_deduction_calcs c

1286: end if;
1287: select count(*)
1288: into l_count
1289: from xtr_tax_brokerage_setup a,
1290: fnd_lookups lu, xtr_tax_deduction_calcs c
1291: where a.deal_type = 'NI'
1292: and lu.lookup_type='XTR_TAX_CALC_TYPES'
1293: and lu.lookup_code=a.calc_type
1294: and a.deduction_type = 'T'