DBA Data[Home] [Help]

APPS.MSC_ATP_SUBST dependencies on FND_MESSAGE

Line 4876: l_encoded_text := fnd_message.GET_ENCODED;

4872: -- dsting set error_code
4873: --bug3583705 start
4874: --p_atp_record.error_code := MSC_ATP_PVT.ATP_PROCESSING_ERROR;
4875: /* Check if this is actually coming from a calendar routine*/
4876: l_encoded_text := fnd_message.GET_ENCODED;
4877: IF l_encoded_text IS NULL THEN
4878: l_msg_app := NULL;
4879: l_msg_name := NULL;
4880: ELSE

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

4877: IF l_encoded_text IS NULL THEN
4878: l_msg_app := NULL;
4879: l_msg_name := NULL;
4880: ELSE
4881: fnd_message.parse_encoded(l_encoded_text, l_msg_app, l_msg_name);
4882: END IF;
4883:
4884: -- Error Handling Changes
4885: IF (p_atp_record.error_code IS NULL) or (p_atp_record.error_code IN (0,61,150)) THEN