DBA Data[Home] [Help]

APPS.CEP_STANDARD dependencies on FND_MSG_PUB

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

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