DBA Data[Home] [Help]

APPS.PAY_MX_EXPIRY_SUPPORT dependencies on HR_UTILITY

Line 68: hr_utility.set_message(801, 'NO_EXP_CHECK_FOR_THIS_DIMENSION');

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:

Line 69: hr_utility.raise_error;

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

Line 108: hr_utility.set_message(801, 'NO_EXP_CHECK_FOR_THIS_DIMENSION');

104: p_expiry_information := next_bimonth_period(p_owner_payroll_action_id,
105: p_owner_effective_date)-1;
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:

Line 109: hr_utility.raise_error;

105: p_owner_effective_date)-1;
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: