index

Package BANINST1.fb_jv_detail_strings

Error messages and error message functions for JV_DETAIL.
Note that in addition to the messages below, errors may be raised from -
     GB_CURRENCY_RATE regarding currency conversion
     FFKEDIT regarding rule class user edits
     FFKRULP regarding rule class process code edits
     FB_COMMON for Transaction Date validation
     FOKSELS for retrieval of Chart, Index, FOAPAL elements, Fiscal Year and Period
     FFKFOAP for accounting validation and defaults, and for Fund/Orgn and Rule Class security
 

Message NameError Message
DOC_COMPLETEDDocument %01% has been completed, no changes allowed.
An attempt was made to create or update a record in a JV that has been completed.
INTERNAL_UPDATE_AUTHYou are not authorized to make this change.
User is not authorized to update the record.
INVALID_ABAL_OVERRIDEAvailable Balance Override is not valid, must be Y or N
Available Balance Override Indicator must be either Y or N.
INVALID_CURR_CODECurrency Code is not valid.
Currency Code was not found as of the transaction date.
INVALID_RUCL_CODERule Class Code is not valid.
Rule Class Code either does not exist or is invalid on the document transaction date.
INVALID_RUCL_TYPERule Class Code is not a Journal Type.
Rule Class must be of type J.
MISSING_COAS_CODEChart of Accounts is missing.
The Chart of Accounts may not be null.
MISSING_DOC_NUMDocument Number is missing.
The Document Number may not be null.
MISSING_EMC_INFOTransaction meets unitization criteria. Gift Date is required.
Gift Date is required when the Fund and Account are part of an Endowment Pool.
MISSING_HEADERJournal Voucher Header not found.
A Journal Voucher Header record must exist before creating or updating detail records.
MISSING_RUCL_CODERule Class Code is missing.
The Rule Class Code may not be null.
MISSING_SEQ_NUMSequence Number is missing.
The Sequence Number may not be null.
MISSING_TRANS_AMTTransaction Amount is missing. This field is required if distribution percent is not provided.
The Transaction Amount may not be null unless it can be calculated from the distribution percent.
MISSING_TRANS_DESCTransaction Description is missing.
The Transaction Description may not be null.
MISSING_USER_IDUser Identification is missing.
The User Identification may not be null.
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.
PK_NOT_FOUNDCannot find record using primary or unique key.
The key values passed in the update failed to locate a record in the table.
RECORD_EXISTSCannot create because the record already exists.
Record must have unique document, submission, and sequence number combination.
REVERSAL_RUNCannot update %01% until reversals have run.
Changes may not be made to the base record of a Recurring (Auto) JV when the next scheduled iteration is a reversal.
USER_NSF_AUTHUser %01% does not have authority to override NSF checking.
An attempt was made to override available balance checking by a user who is not authorized on the Finance User Profile (FOMPROF).


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.