DBA Data[Home] [Help]

APPS.PER_ASSIGNMENTS_V7_PKG dependencies on FND_MESSAGE

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

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

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

1105: fetch get_previous_changes into l_dummy;
1106: if get_previous_changes%found
1107: then
1108: close get_previous_changes;
1109: fnd_message.set_name('PER','HR_6839_EMP_REF_DATE_CHG');
1110: app_exception.raise_exception;
1111: end if;
1112: close get_previous_changes;
1113: hr_utility.set_location('Leaving: get_previous_changes',20);

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

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