DBA Data[Home] [Help]

APPS.CSM_UTIL_PKG dependencies on FND_NEW_MESSAGES

Line 130: message with MESSAGE_NAME = p_message from FND_NEW_MESSAGES and replaces any tokens with

126: -- procedure log (mesg varchar2);
127:
128: /*--------------------------------
129: This function returns a translated error message string. If p_api_error is FALSE, it gets
130: message with MESSAGE_NAME = p_message from FND_NEW_MESSAGES and replaces any tokens with
131: the supplied token values. If p_api_error is TRUE, it just returns the api error in the
132: FND_MSG_PUB message stack.
133: --------------------------------*/
134: FUNCTION GET_ERROR_MESSAGE_TEXT(

Line 136: , p_message IN FND_NEW_MESSAGES.MESSAGE_NAME%TYPE DEFAULT NULL

132: FND_MSG_PUB message stack.
133: --------------------------------*/
134: FUNCTION GET_ERROR_MESSAGE_TEXT(
135: p_api_error IN BOOLEAN DEFAULT FALSE
136: , p_message IN FND_NEW_MESSAGES.MESSAGE_NAME%TYPE DEFAULT NULL
137: , p_token_name1 IN VARCHAR2 DEFAULT NULL
138: , p_token_value1 IN VARCHAR2 DEFAULT NULL
139: , p_token_name2 IN VARCHAR2 DEFAULT NULL
140: , p_token_value2 IN VARCHAR2 DEFAULT NULL