DBA Data[Home] [Help]

APPS.CEP_STANDARD dependencies on FND_MSG_PUB

Line 359: debug( FND_MSG_PUB.Get( p_encoded => FND_API.G_FALSE ));

355: IF p_msg_count = 1 THEN
356: debug( p_msg_data);
357: ELSE
358: FOR i IN 1..p_msg_count LOOP
359: debug( FND_MSG_PUB.Get( p_encoded => FND_API.G_FALSE ));
360: END LOOP;
361: END IF;
362:
363: END debug_msg_stack;