64: IF p_dimension_name like '%Social Security Bi-Month' THEN
65: l_expiry_date := next_bimonth_period(p_owner_payroll_action_id,
66: p_owner_effective_date);
67: ELSE
68: hr_utility.set_message(801, 'NO_EXP_CHECK_FOR_THIS_DIMENSION');
69: hr_utility.raise_error;
70:
71: END IF;
72:
65: l_expiry_date := next_bimonth_period(p_owner_payroll_action_id,
66: p_owner_effective_date);
67: ELSE
68: hr_utility.set_message(801, 'NO_EXP_CHECK_FOR_THIS_DIMENSION');
69: hr_utility.raise_error;
70:
71: END IF;
72:
73: IF p_user_effective_date >= l_expiry_date THEN
104: p_expiry_information := next_bimonth_period(p_owner_payroll_action_id,
105: p_owner_effective_date);
106: ELSE
107:
108: hr_utility.set_message(801, 'NO_EXP_CHECK_FOR_THIS_DIMENSION');
109: hr_utility.raise_error;
110:
111: END IF;
112:
105: p_owner_effective_date);
106: ELSE
107:
108: hr_utility.set_message(801, 'NO_EXP_CHECK_FOR_THIS_DIMENSION');
109: hr_utility.raise_error;
110:
111: END IF;
112:
113: