DBA Data[Home] [Help]

APPS.BEN_CWB_BACKOUT_POST_PROCESS dependencies on PER_TIME_PERIODS

Line 850: per_time_periods period

846: p_posting_date IN date,
847: p_effective_date IN date) IS
848: select 'Y'
849: from per_all_assignments_f asst,
850: per_time_periods period
851: where asst.assignment_id = p_assignmant_id
852: and asst.payroll_id = period.payroll_id
853: and p_posting_date between period.start_date and period.end_date
854: and p_effective_date > period.cut_off_date;