DBA Data[Home] [Help]

APPS.MSC_ATP_SUBST dependencies on FND_MESSAGE

Line 4777: l_encoded_text := fnd_message.GET_ENCODED;

4773: -- dsting set error_code
4774: --bug3583705 start
4775: --p_atp_record.error_code := MSC_ATP_PVT.ATP_PROCESSING_ERROR;
4776: /* Check if this is actually coming from a calendar routine*/
4777: l_encoded_text := fnd_message.GET_ENCODED;
4778: IF l_encoded_text IS NULL THEN
4779: l_msg_app := NULL;
4780: l_msg_name := NULL;
4781: ELSE

Line 4782: fnd_message.parse_encoded(l_encoded_text, l_msg_app, l_msg_name);

4778: IF l_encoded_text IS NULL THEN
4779: l_msg_app := NULL;
4780: l_msg_name := NULL;
4781: ELSE
4782: fnd_message.parse_encoded(l_encoded_text, l_msg_app, l_msg_name);
4783: END IF;
4784:
4785: -- Error Handling Changes
4786: IF (p_atp_record.error_code IS NULL) or (p_atp_record.error_code IN (0,61,150)) THEN