DBA Data[Home] [Help]

APPS.PAY_IN_TAX_UTILS dependencies on DUAL

Line 644: from dual

640:
641: cursor c_exists
642: is
643: select 'Y'
644: from dual
645: where exists
646: (
647: select element_entry_id
648: from pay_element_entries_f

Line 792: use calculating the hra individually for each month. Balances can be safely used.

788: Value of Rent Free accomodation becomes entirely taxable
789: also the employee can not claim exemption under section 80GG
790: Logic :
791: => If there is no date track update on the HRA element in this tax year then there is no
792: use calculating the hra individually for each month. Balances can be safely used.
793: calcualte taxable hra only for current month.
794: => But if there is any date track update on the House Rent Information element then
795: => we need to recalculate the taxable amount for HRA for the entire tax year.
796: ****/