DBA Data[Home] [Help]

APPS.PO_MESSAGE_S dependencies on FND_API

Line 310: return FND_MSG_PUB.get( p_encoded => FND_API.G_FALSE

306: -------------------------------------------------------------------------------
307: FUNCTION GET_FND_MSG_PUB_LAST RETURN varchar2
308: IS
309: BEGIN
310: return FND_MSG_PUB.get( p_encoded => FND_API.G_FALSE
311: , p_msg_index => FND_MSG_PUB.G_LAST
312: );
313: EXCEPTION
314: WHEN OTHERS THEN RAISE;

Line 364: , p_encoded => FND_API.G_FALSE

360:
361: -- get the message just inserted
362: l_msg := FND_MSG_PUB.get
363: ( p_msg_index => FND_MSG_PUB.count_msg
364: , p_encoded => FND_API.G_FALSE
365: );
366:
367: -- no need to specify progress because d_module should have included it
368: PO_LOG.exc(d_module, NULL, l_msg);