DBA Data[Home] [Help]

APPS.PAY_CONTINUOUS_CALC dependencies on PER_TIME_PERIODS

Line 1014: per_time_periods PERIOD

1010: select 'Y'
1011: from pay_run_results RESULT,
1012: pay_assignment_actions ASGT_ACTION,
1013: pay_payroll_actions PAY_ACTION,
1014: per_time_periods PERIOD
1015: where result.source_id = p_element_entry_id
1016: and result.source_type in ('E', 'I')
1017: and result.status <> 'U'
1018: and result.assignment_action_id=asgt_action.assignment_action_id