DBA Data[Home] [Help]

APPS.CSL_SERVICEL_WRAPPER_PKG dependencies on FND_NEW_MESSAGES

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

512: END APPLY_CLIENT_CHANGES;
513:
514: /***
515: This function returns a translated error message string. If p_api_error is FALSE, it gets
516: message with MESSAGE_NAME = p_message from FND_NEW_MESSAGES and replaces any tokens with
517: the supplied token values. If p_api_error is TRUE, it just returns the api error in the
518: FND_MSG_PUB message stack.
519: ***/
520: FUNCTION GET_ERROR_MESSAGE_TEXT

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

519: ***/
520: FUNCTION GET_ERROR_MESSAGE_TEXT
521: (
522: p_api_error IN BOOLEAN --DEFAULT FALSE
523: , p_message IN FND_NEW_MESSAGES.MESSAGE_NAME%TYPE --DEFAULT NULL
524: , p_token_name1 IN VARCHAR2 --DEFAULT NULL
525: , p_token_value1 IN VARCHAR2 --DEFAULT NULL
526: , p_token_name2 IN VARCHAR2 --DEFAULT NULL
527: , p_token_value2 IN VARCHAR2 --DEFAULT NULL