index

Package nb_ea_group_user_strings

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

Message KeyError Message
MISSING_AGRP_CODEMissing mandatory Group for Electronic Approvals Group User.
Enter an Approval Group that exists on NTVAGRP.
INVALID_AGRP_CODEInvalid Approval Group for Electronic Approvals Group User.
Enter an Approval Group that exists on NTVAGRP.
P_DELETE_FAILEDCannot delete Electronic Approvals Group User, record does not exist.
The Electronic Approvals Group User does not exist on NTRAGRP.
PK_NOT_FOUNDCannot find record using primary key for Electronic Approvals Group User.
The Electronic Approvals Group User does not exist on NTRAGRP.
RECORD_EXISTSCannot create Electronic Approvals Group User, record already exists.
The Electronic Approvals Group User 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.