DBA Data[Home] [Help]

APPS.SSPWSMAT_PKG dependencies on FND_MESSAGE

Line 46: fnd_message.set_name('SSP','SSP_36801_APL_BIR_BEF_LEG');

42: p_qw := ssp_apab_pkg.qualifying_week (p_due_date);
43: p_cont_emp_start_date := ssp_apab_pkg.continuous_employment_date(p_due_date);
44:
45: if p_ewc < to_date(l_leg_start_date,'dd/mm/yyyy') then
46: fnd_message.set_name('SSP','SSP_36801_APL_BIR_BEF_LEG');
47: fnd_message.raise_error;
48: end if;
49: END calculate_apab_form_fields;
50:

Line 47: fnd_message.raise_error;

43: p_cont_emp_start_date := ssp_apab_pkg.continuous_employment_date(p_due_date);
44:
45: if p_ewc < to_date(l_leg_start_date,'dd/mm/yyyy') then
46: fnd_message.set_name('SSP','SSP_36801_APL_BIR_BEF_LEG');
47: fnd_message.raise_error;
48: end if;
49: END calculate_apab_form_fields;
50:
51: procedure calculate_apad_form_fields

Line 64: fnd_message.set_name('SSP','SSP_36802_APL_ADO_BEF_LEG');

60: p_qw := ssp_apad_pkg.MATCHING_WEEK_OF_ADOPTION (p_matching_date);
61: p_cont_emp_start_date := ssp_apad_pkg.continuous_employment_date(p_matching_date);
62:
63: if p_matching_date < to_date(l_leg_start_date,'dd/mm/yyyy') then
64: fnd_message.set_name('SSP','SSP_36802_APL_ADO_BEF_LEG');
65: fnd_message.raise_error;
66: end if;
67: end if;
68: END calculate_apad_form_fields;

Line 65: fnd_message.raise_error;

61: p_cont_emp_start_date := ssp_apad_pkg.continuous_employment_date(p_matching_date);
62:
63: if p_matching_date < to_date(l_leg_start_date,'dd/mm/yyyy') then
64: fnd_message.set_name('SSP','SSP_36802_APL_ADO_BEF_LEG');
65: fnd_message.raise_error;
66: end if;
67: end if;
68: END calculate_apad_form_fields;
69: