DBA Data[Home] [Help]

APPS.HR_ENTRY_API dependencies on PER_TIME_PERIODS

Line 8418: per_time_periods PERIOD

8414: select 'Y'
8415: from pay_run_results RESULT,
8416: pay_assignment_actions ASGT_ACTION,
8417: pay_payroll_actions PAY_ACTION,
8418: per_time_periods PERIOD
8419: where result.source_id = nvl (p_original_entry_id,
8420: p_element_entry_id)
8421: and result.source_type in ('E', 'I')
8422: and result.status <> 'U'