DBA Data[Home] [Help]

APPS.PAY_US_BALANCE_VIEW_PKG dependencies on PER_TIME_PERIODS

Line 1733: from per_time_periods TP,

1729: l_return_val DATE := NULL;
1730: BEGIN
1731: select TP.end_date + 1
1732: into l_return_val
1733: from per_time_periods TP,
1734: pay_payroll_actions PACT,
1735: pay_assignment_actions ASSACT
1736: where ASSACT.assignment_action_id = p_assactid
1737: and PACT.payroll_action_id = ASSACT.payroll_action_id