DBA Data[Home] [Help]

APPS.MSC_ATP_PUB dependencies on FND_MESSAGE

Line 2164: l_encoded_text := fnd_message.GET_ENCODED;

2160: msc_sch_wb.atp_debug('Call_ATP_No_Commit: ' || 'l_start: '||l_start);
2161: msc_sch_wb.atp_debug('Call_ATP_No_Commit: ' || 'j: '||j);
2162: END IF;
2163: /* Check if this is actually coming from a calendar routine*/
2164: l_encoded_text := fnd_message.GET_ENCODED;
2165: IF l_encoded_text IS NULL THEN
2166: l_msg_app := NULL;
2167: l_msg_name := NULL;
2168: ELSE

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

2165: IF l_encoded_text IS NULL THEN
2166: l_msg_app := NULL;
2167: l_msg_name := NULL;
2168: ELSE
2169: fnd_message.parse_encoded(l_encoded_text, l_msg_app, l_msg_name);
2170: END IF;
2171: l_end := l_start;
2172:
2173: WHILE l_end is not null and