DBA Data[Home] [Help]

APPS.PAY_US_TAX_BALS_ADJ_PKG dependencies on PAY_TAXABILITY_RULES

Line 334: FROM PAY_TAXABILITY_RULES

330:
331: CURSOR csr_chk_taxability(v_tax_type VARCHAR2,
332: v_jurisdiction_code VARCHAR2) IS
333: SELECT 'Y'
334: FROM PAY_TAXABILITY_RULES
335: WHERE jurisdiction_code = v_jurisdiction_code
336: and tax_category = g_earnings_category
337: and tax_type = v_tax_type
338: and classification_id = g_classification_id

Line 343: FROM PAY_TAXABILITY_RULES

339: ;
340:
341: CURSOR csr_chk_fed_taxability(v_tax_type VARCHAR2) IS
342: SELECT 'Y'
343: FROM PAY_TAXABILITY_RULES
344: WHERE jurisdiction_code = g_fed_jd
345: and tax_category = g_earnings_category
346: and tax_type = v_tax_type
347: and classification_id = g_classification_id