DBA Data[Home] [Help]

APPS.PAY_IN_TAX_UTILS dependencies on PER_DISABILITIES_F

Line 1468: from per_disabilities_f pdf,

1464: Return Number is
1465:
1466: Cursor c_disab_details is
1467: select pdf.category,pdf.degree,pdf.dis_information1
1468: from per_disabilities_f pdf,
1469: per_all_assignments_f paa
1470: where paa.assignment_id = p_assignment_id
1471: and paa.person_id = pdf.person_id
1472: and p_date_earned between paa.effective_start_date and paa.effective_end_date