Message Name | Error Message |
AUTH_AUTO_JV_ID | You are not authorized to populate the Auto JV ID. |
The Auto JV identifier is enabled only when creating a recurring Journal Voucher. |
AUTH_AUTO_JV_SUB | You are not authorized to use Submission Number other than 0. |
Submission numbers other than 0 are enabled only in recurring journal processing. |
AUTH_BUDGET_DIST | You are not authorized to populate Budget values. |
Budget Id, Phase, and Duration are enabled only when processing budget changes. |
AUTH_INTERNAL_IND | You are not authorized to change the status or approval indicators of the journal voucher. |
Status and Approval indicators are changed only by fp_journal_voucher.p_complete and the Approval processes and forms. |
INVALID_APPROVAL_CHANGE | You are not authorized to change the Approval Indicator. |
Changes to the approval indicator are enabled only for approval processing. |
INVALID_APPROVAL_IND | Approval Indicator is not valid, must be Y, N, or NULL. |
Use an approval indicator of N when creating a new record - changes are enabled only for approval processing. |
INVALID_APPROVAL_IND_CREATE | Approval Indicator may not be Y (approved) when creating a new record. |
An attempt was made to create a new record as approved - use a value of N for new records. |
INVALID_BUDGET_UPD | Budget Maintenance information may not be changed. |
Budget Id, Phase, and Duration may not be changed, and are enabled only in budget processing. |
INVALID_DELETE_COMPLETE | Journal Voucher has been Completed, you are not authorized to delete. |
An attempt was made to delete a completed document, which is enabled only for posting and recurring journal processing. |
INVALID_DELETE_DETAIL | JV Detail must be deleted before deleting JV Header. |
An attempt was made to delete the Header record of a Journal which still has detail records. |
INVALID_DELETE_TEXT | Document Text must be deleted before deleting JV Header. |
An attempt was made to delete the Header record of a Journal which still has text records. |
INVALID_EDIT_DEFER_AUTO | Defer Edit Indicator may not be Y on an Auto JV. |
An attempt was made to defer the editing of a recurring Journal. |
INVALID_EDIT_DEFER_IND | Defer Edit Indicator is not valid, must be Y or N. |
An attempt was made to create or update a record using a Defer Edit Indicator other than Y or N. |
INVALID_EDIT_DEFER_NSF | Defer Edit Indicator may not be Y if NSF Processing Indicator is N or NULL. |
An attempt was made to defer editing when NSF processing is not enabled. |
INVALID_NSF_ON_OFF_IND | NSF Processing Indicator is not valid, may be Y, N, or NULL. |
An attempt was made to create or update a record using an NSF Processing Indicator other than Y, N, or NULL. |
INVALID_NSF_SYSC | NSF Processing Indicator must be Y when System Control has JV NSF processing on. |
System controls require that the NSF Processing Indicator be Y. |
INVALID_REVERSAL_IND | Reversal Indicator is not valid, must be R or NULL. |
An attempt was made to create or update a record using a Reversal Indicator other than R or NULL. |
INVALID_REVERSAL_UPD | Reversal Indicator may not be changed. |
An attempt was made to change the reversal indicator, which is not allowed. |
INVALID_STATUS_CHANGE | You are not authorized to change the Status Indicator. |
Changes to the status indicator are enabled only in fp_journal_voucher.p_complete and the Approval processes and forms. |
INVALID_STATUS_IND | Status Indicator is not valid, must be I or C. |
An attempt was made to create or update a record using a Status Indicator other than I or C. |
INVALID_STATUS_IND_CREATE | Status Indicator may not be C (complete) when creating a new record. |
An attempt was made to create a new record as completed - use a value of I for new records. |
INVALID_UPDATE_COMPLETE | Journal Voucher has been Completed, you are not authorized to make changes. |
An attempt was made to update a journal voucher that has previously been completed. |
MISSING_DOC_AMT | Document Control Total is missing. |
An attempt was made to create a header without a Document Control Total. |
MISSING_DOC_NUM | Document Number is missing, and not able to generate. |
An attempt was made to create a header without a Document Number. |
MISSING_EDIT_DEFER_IND | Defer Edit Indicator is missing. |
The Defer Edit Indicator may not be null. |
MISSING_STATUS_IND | Status Indicator is missing. |
The Status Indicator may not be null. |
MISSING_SUBMISSION_NUMBER | Submission Number is missing. |
The Submission Number may not be null. |
MISSING_TRANS_DATE | Transaction Date is missing. |
The Transaction Date may not be null. |
MISSING_USER_ID | User Identification is missing. |
The User Id may not be null. |
PK_NOT_FOUND | Cannot find record using the primary key. |
The key values passed in the update failed to locate a record in the table. |
P_DELETE_FAILED | Cannot delete because the record does not exist. |
The key values passed in the delete failed to locate a record in the table. |
RECORD_EXISTS | Cannot create because the record already exists. |
The record already exists in the Journal Voucher Header table (FGBJVCH). |