DBA Data[Home] [Help]

APPS.BEN_EXT_PERSON dependencies on PAY_CONSOLIDATION_SETS

Line 851: pay_consolidation_sets c

847: g_payroll_consolidation_set_id
848: from pay_payrolls_f pay,
849: per_time_periods tmpr,
850: pay_cost_allocation_keyflex k,
851: pay_consolidation_sets c
852: where pay.payroll_id = p_payroll_id
853: and p_effective_date between
854: nvl(pay.effective_start_date, p_effective_date)
855: and nvl(pay.effective_end_date, p_effective_date)