DBA Data[Home] [Help]

APPS.PAY_IN_FF_PKG dependencies on PER_DISABILITIES_F

Line 358: from per_disabilities_f pdf,

354:
355: /* This cursor returns the Disable Proof */
356: Cursor c_disab_details(l_esi_cont_date date) is
357: select pdf.dis_information1
358: from per_disabilities_f pdf,
359: per_all_assignments_f paa
360: where paa.assignment_id = p_assignment_id
361: and paa.person_id = pdf.person_id
362: and l_esi_cont_date between paa.effective_start_date and paa.effective_end_date