index

Package nb_ea_group_category_strings

This package contains error messages and error message functions for the Electronic Approvals Group Category API.

Message KeyError Message
MISSING_AGRP_CODEMissing mandatory Approval Group for Electronic Approvals Group Category.
Enter an Approval Group that exists on NTVAGRP.
MISSING_ACAT_CODEMissing mandatory Approval Category for Electronic Approvals Group Category.
Enter an Approval Category that exists on NTVACAT.
INVALID_AGRP_CODEInvalid Approval Group for Electronic Approvals Group Category.
Enter an Approval Group that exists on NTVAGRP.
MISSING_ACAT_CODEInvalid Approval Category for Electronic Approvals Group Category.
Enter an Approval Category that exists on NTVACAT.
P_DELETE_FAILEDCannot delete Electronic Approvals Group Category, record does not exist.
The Electronic Approvals Group Category does not exist on NTRAGRP.
PK_NOT_FOUNDCannot find record using primary key for Electronic Approvals Group Category.
The Electronic Approvals Group Category does not exist on NTRAGRP.
RECORD_EXISTSCannot create Electronic Approvals Group Category, record already exists.
The Electronic Approvals Group Category is already defined on NTRAGRP.


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.