DBA Data[Home] [Help]

APPS.CSM_UTIL_PKG dependencies on FND_NEW_MESSAGES

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

1389: END refresh_all_app_level_acc;
1390:
1391: /***
1392: This function returns a translated error message string. If p_api_error is FALSE, it gets
1393: message with MESSAGE_NAME = p_message from FND_NEW_MESSAGES and replaces any tokens with
1394: the supplied token values. If p_api_error is TRUE, it just returns the api error in the
1395: FND_MSG_PUB message stack.
1396: ***/
1397: FUNCTION GET_ERROR_MESSAGE_TEXT

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

1396: ***/
1397: FUNCTION GET_ERROR_MESSAGE_TEXT
1398: (
1399: p_api_error IN BOOLEAN DEFAULT FALSE
1400: , p_message IN FND_NEW_MESSAGES.MESSAGE_NAME%TYPE DEFAULT NULL
1401: , p_token_name1 IN VARCHAR2 DEFAULT NULL
1402: , p_token_value1 IN VARCHAR2 DEFAULT NULL
1403: , p_token_name2 IN VARCHAR2 DEFAULT NULL
1404: , p_token_value2 IN VARCHAR2 DEFAULT NULL