DBA Data[Home] [Help]

APPS.PER_ASSIGNMENTS_V7_PKG dependencies on FND_MESSAGE

Line 671: FND_MESSAGE.Set_Name('FND', 'FORM_RECORD_CHANGED');

667: ) then
668: return;
669: end if;
670: else
671: FND_MESSAGE.Set_Name('FND', 'FORM_RECORD_CHANGED');
672: APP_EXCEPTION.RAISE_EXCEPTION;
673: end if;
674: hr_utility.set_location('per_assignments_v7_pkg.lock_row',30);
675: END Lock_Row;

Line 1104: fnd_message.set_name('PER','HR_6839_EMP_REF_DATE_CHG');

1100: fetch get_previous_changes into l_dummy;
1101: if get_previous_changes%found
1102: then
1103: close get_previous_changes;
1104: fnd_message.set_name('PER','HR_6839_EMP_REF_DATE_CHG');
1105: app_exception.raise_exception;
1106: end if;
1107: close get_previous_changes;
1108: hr_utility.set_location('Leaving: get_previous_changes',20);

Line 1131: fnd_message.set_name('PER','HR_7510_PER_FUT_CHANGE');

1127: -- VT 09/22/99 #999960 there is no need to check for Oracle Project
1128: -- #1394091
1129: -- if nvl(x_current_application_id,0) <> 275 then
1130: close get_future_changes;
1131: fnd_message.set_name('PER','HR_7510_PER_FUT_CHANGE');
1132: app_exception.raise_exception;
1133: -- end if;
1134: --
1135: end if;