DBA Data[Home] [Help]

APPS.HR_ENTRY_API dependencies on PER_TIME_PERIODS

Line 8401: per_time_periods PERIOD

8397: select 'Y'
8398: from pay_run_results RESULT,
8399: pay_assignment_actions ASGT_ACTION,
8400: pay_payroll_actions PAY_ACTION,
8401: per_time_periods PERIOD
8402: where result.source_id = nvl (p_original_entry_id,
8403: p_element_entry_id)
8404: and result.source_type in ('E', 'I')
8405: and result.status <> 'U'