DBA Data[Home] [Help]

APPS.PER_PERIODS_OF_SERVICE_PKG dependencies on FND_MESSAGE

Line 661: fnd_message.set_name('FND','FORM_RECORD_CHANGED');

657: /*
658: hr_utility.trace_off;
659: */
660: -- Record chaged by anothers user.
661: fnd_message.set_name('FND','FORM_RECORD_CHANGED');
662: app_exception.raise_exception ;
663: exception when no_data_found then
664: raise;
665: when others then raise;

Line 1065: fnd_message.set_name('PAY','HR_7576_ALL_MAN_PRO_FIELD');

1061: --
1062: if p_actual_termination_date is not null THEN
1063: if (p_last_standard_process_date IS null
1064: and p_legislation_code <> 'US') THEN
1065: fnd_message.set_name('PAY','HR_7576_ALL_MAN_PRO_FIELD');
1066: app_exception.raise_exception;
1067: end if;
1068: if p_actual_termination_date > p_last_standard_process_date then
1069: fnd_message.set_name('PAY','HR_6158_EMP_DATE_CHECK');

Line 1069: fnd_message.set_name('PAY','HR_6158_EMP_DATE_CHECK');

1065: fnd_message.set_name('PAY','HR_7576_ALL_MAN_PRO_FIELD');
1066: app_exception.raise_exception;
1067: end if;
1068: if p_actual_termination_date > p_last_standard_process_date then
1069: fnd_message.set_name('PAY','HR_6158_EMP_DATE_CHECK');
1070: app_exception.raise_exception;
1071: end if;
1072: if p_s_final_process_date is null then
1073: if p_actual_termination_date is not null then

Line 1076: fnd_message.set_name('PAY','HR_6735_EMP_TERM_NO_STATUS');

1072: if p_s_final_process_date is null then
1073: if p_actual_termination_date is not null then
1074: if p_final_process_date is null then
1075: if p_d_status is null then
1076: fnd_message.set_name('PAY','HR_6735_EMP_TERM_NO_STATUS');
1077: app_exception.raise_exception;
1078: end if;
1079: end if;
1080: -- do the ref int stuff