DBA Data[Home] [Help]

APPS.PER_ASSIGNMENTS_V7_PKG dependencies on APP_EXCEPTION

Line 672: APP_EXCEPTION.RAISE_EXCEPTION;

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;
676: PROCEDURE Update_Row(X_Rowid VARCHAR2,

Line 1105: app_exception.raise_exception;

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);
1109: end;

Line 1132: app_exception.raise_exception;

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;
1136: close get_future_changes;