DBA Data[Home] [Help]

APPS.PAY_US_PTO_ACCRUAL dependencies on PER_ALL_ASSIGNMENTS_F

Line 1371: from per_all_assignments_f

1367:
1368: cursor c_asg_details is
1369: select business_group_id,
1370: payroll_id
1371: from per_all_assignments_f
1372: where assignment_id = p_assignment_id
1373: and p_calculation_date between effective_start_date
1374: and effective_end_date;
1375: