DBA Data[Home] [Help]

APPS.PAY_DK_EXPIRY_SUPPORT dependencies on HR_UTILITY

Line 71: hr_utility.set_message(801, 'PAY_377048_DK_NONE_DIM_EXP_CHK');

67: IF (p_dimension_name like '%Holiday Year To Date') THEN
68: l_expiry_date := next_holiday_year_start(p_owner_payroll_action_id,
69: p_owner_effective_date);
70: ELSE
71: hr_utility.set_message(801, 'PAY_377048_DK_NONE_DIM_EXP_CHK');
72: hr_utility.raise_error;
73:
74: END IF;
75:

Line 72: hr_utility.raise_error;

68: l_expiry_date := next_holiday_year_start(p_owner_payroll_action_id,
69: p_owner_effective_date);
70: ELSE
71: hr_utility.set_message(801, 'PAY_377048_DK_NONE_DIM_EXP_CHK');
72: hr_utility.raise_error;
73:
74: END IF;
75:
76:

Line 115: hr_utility.set_message(801, 'PAY_377048_DK_NONE_DIM_EXP_CHK');

111: p_expiry_information := next_holiday_year_start(p_owner_payroll_action_id,
112: p_owner_effective_date);
113: ELSE
114:
115: hr_utility.set_message(801, 'PAY_377048_DK_NONE_DIM_EXP_CHK');
116: hr_utility.raise_error;
117:
118: END IF;
119:

Line 116: hr_utility.raise_error;

112: p_owner_effective_date);
113: ELSE
114:
115: hr_utility.set_message(801, 'PAY_377048_DK_NONE_DIM_EXP_CHK');
116: hr_utility.raise_error;
117:
118: END IF;
119:
120: END date_ec; /* date p_expiry information procedure overloaded function */