DBA Data[Home] [Help]

APPS.PAY_US_BALANCE_VIEW_PKG dependencies on PER_TIME_PERIODS

Line 1709: from per_time_periods TP,

1705: l_return_val DATE := NULL;
1706: BEGIN
1707: select TP.end_date + 1
1708: into l_return_val
1709: from per_time_periods TP,
1710: pay_payroll_actions PACT,
1711: pay_assignment_actions ASSACT
1712: where ASSACT.assignment_action_id = p_assactid
1713: and PACT.payroll_action_id = ASSACT.payroll_action_id