index

Package tb_customer_profile_str

Error messages and error message functions for CUSTOMER_PROFILE.

Message KeyError Message
INACTIVE_USER_PROFILE_ADDRESSInactive Address code and sequence.
The address type code and sequence combination provided is inactive in the Address Table (SPRADDR).
INVALID_ATYP_CODE_DEFAULTInvalid Address type code.
The address type code must be valid in the Address Type Table (STVATYP).
INVALID_ECAT_CODEInvalid value for Entity category code.
The entity category code must be valid in the Entity Category Table (TTVECAT).
INVALID_USER_PROFILE_ADDRESSInvalid Address code and sequence.
The address type code and sequence combination must be valid in the Address Table (SPRADDR).
RECORD_EXISTSCannot create, record already exists.
The record already exists in the Customer Profile Table (TBBCPRF).


Program units
f_get_error   Returns error message corresponding to p_errorname

Variables
error_tab  


error_tab

error_tab gb_common_strings.errmsg_tab_type;

f_get_error

Function f_get_error(p_errorname VARCHAR2) RETURN VARCHAR2

Returns error message corresponding to p_errorname

Parameters
p_errorname   Name associated with error message.