DBA Data[Home] [Help]

APPS.HXC_TIMECARD_MESSAGE_HELPER dependencies on FND_MSG_PUB

Line 206: fnd_msg_pub.add;

202:
203: --
204: -- Add this message to the message list
205: --
206: fnd_msg_pub.add;
207:
208: --
209: -- Indicate that this message has been added to the stack
210: --

Line 331: fnd_msg_pub.initialize;

327: Begin
328:
329: if(NOT noerrors) then
330:
331: fnd_msg_pub.initialize;
332:
333: l_index := g_messages.first;
334:
335: Loop

Line 376: fnd_msg_pub.add;

372:
373: end loop;
374: end if; -- end tokens
375:
376: fnd_msg_pub.add;
377:
378: fnd_message.clear;
379:
380: end if;