DBA Data[Home] [Help]

APPS.PAY_CA_BALANCE_VIEW_PKG dependencies on PER_TIME_PERIODS

Line 1701: from per_time_periods TP,

1697: l_return_val DATE := NULL;
1698: BEGIN
1699: select TP.end_date + 1
1700: into l_return_val
1701: from per_time_periods TP,
1702: pay_payroll_actions PACT,
1703: pay_assignment_actions ASSACT
1704: where ASSACT.assignment_action_id = p_assactid
1705: and PACT.payroll_action_id = ASSACT.payroll_action_id