index

Package BANINST1.fb_jv_header_strings

Error messages and error message functions for JV_HEADER.

Message NameError Message
AUTH_AUTO_JV_IDYou 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_SUBYou are not authorized to use Submission Number other than 0.
Submission numbers other than 0 are enabled only in recurring journal processing.
AUTH_BUDGET_DISTYou are not authorized to populate Budget values.
Budget Id, Phase, and Duration are enabled only when processing budget changes.
AUTH_INTERNAL_INDYou 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_CHANGEYou are not authorized to change the Approval Indicator.
Changes to the approval indicator are enabled only for approval processing.
INVALID_APPROVAL_INDApproval 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_CREATEApproval 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_UPDBudget Maintenance information may not be changed.
Budget Id, Phase, and Duration may not be changed, and are enabled only in budget processing.
INVALID_DELETE_COMPLETEJournal 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_DETAILJV 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_TEXTDocument 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_AUTODefer 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_INDDefer 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_NSFDefer 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_INDNSF 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_SYSCNSF 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_INDReversal 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_UPDReversal Indicator may not be changed.
An attempt was made to change the reversal indicator, which is not allowed.
INVALID_STATUS_CHANGEYou 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_INDStatus 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_CREATEStatus 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_COMPLETEJournal 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_AMTDocument Control Total is missing.
An attempt was made to create a header without a Document Control Total.
MISSING_DOC_NUMDocument Number is missing, and not able to generate.
An attempt was made to create a header without a Document Number.
MISSING_EDIT_DEFER_INDDefer Edit Indicator is missing.
The Defer Edit Indicator may not be null.
MISSING_STATUS_INDStatus Indicator is missing.
The Status Indicator may not be null.
MISSING_SUBMISSION_NUMBERSubmission Number is missing.
The Submission Number may not be null.
MISSING_TRANS_DATETransaction Date is missing.
The Transaction Date may not be null.
MISSING_USER_IDUser Identification is missing.
The User Id may not be null.
PK_NOT_FOUNDCannot find record using the primary key.
The key values passed in the update failed to locate a record in the table.
P_DELETE_FAILEDCannot delete because the record does not exist.
The key values passed in the delete failed to locate a record in the table.
RECORD_EXISTSCannot create because the record already exists.
The record already exists in the Journal Voucher Header table (FGBJVCH).


Program units
f_get_error   Returns the error message corresponding to p_errorname.

Variables
error_tab   Global PL/SQL table that holds the error messages.


error_tab

error_tab gb_common_strings.errmsg_tab_type;

Global PL/SQL table that holds the error messages.


f_get_error

Function f_get_error(p_errorname VARCHAR2)
  RETURN gb_common_strings.err_type

Returns the error message corresponding to p_errorname.

Parameters
p_errorname   Name associated with the error message.