DBA Data[Home] [Help]

APPS.PAY_US_PTO_ACCRUAL dependencies on PER_ALL_ASSIGNMENTS_F

Line 1325: from per_all_assignments_f

1321:
1322: cursor c_asg_details is
1323: select business_group_id,
1324: payroll_id
1325: from per_all_assignments_f
1326: where assignment_id = p_assignment_id
1327: and p_calculation_date between effective_start_date
1328: and effective_end_date;
1329: