DBA Data[Home] [Help]

APPS.MSC_ATP_PUB dependencies on FND_MESSAGE

Line 2135: l_encoded_text := fnd_message.GET_ENCODED;

2131: msc_sch_wb.atp_debug('Call_ATP_No_Commit: ' || 'l_start: '||l_start);
2132: msc_sch_wb.atp_debug('Call_ATP_No_Commit: ' || 'j: '||j);
2133: END IF;
2134: /* Check if this is actually coming from a calendar routine*/
2135: l_encoded_text := fnd_message.GET_ENCODED;
2136: IF l_encoded_text IS NULL THEN
2137: l_msg_app := NULL;
2138: l_msg_name := NULL;
2139: ELSE

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

2136: IF l_encoded_text IS NULL THEN
2137: l_msg_app := NULL;
2138: l_msg_name := NULL;
2139: ELSE
2140: fnd_message.parse_encoded(l_encoded_text, l_msg_app, l_msg_name);
2141: END IF;
2142: l_end := l_start;
2143:
2144: WHILE l_end is not null and