DBA Data[Home] [Help]

APPS.PAY_IN_TAX_UTILS dependencies on PER_DISABILITIES_F

Line 1879: from per_disabilities_f pdf,

1875: Return Number is
1876:
1877: Cursor c_disab_details is
1878: select pdf.category,pdf.degree,pdf.dis_information1
1879: from per_disabilities_f pdf,
1880: per_all_assignments_f paa
1881: where paa.assignment_id = p_assignment_id
1882: and paa.person_id = pdf.person_id
1883: and p_date_earned between paa.effective_start_date and paa.effective_end_date