[Home] [Help]
146: ,p_end_date date ) is
147:
148: cursor C_EXIST_1 is
149: select null
150: from PER_ASSIGNMENT_BUDGET_VALUES_F
151: where assignment_id = p_assignment_id
152: and unit = p_unit
153: and effective_start_date <= p_end_date
154: and effective_end_date >= p_start_date;