DBA Data[Home] [Help]

APPS.WIP_EAM_PROCESS_WO_PUB dependencies on FND_MSG_PUB

Line 110: FND_MSG_PUB.Count_And_Get

106: x_return_status := l_return_status;
107: x_msg_count := l_msg_count;
108:
109: -- Standard call to get message count and if count is 1, get message info.
110: FND_MSG_PUB.Count_And_Get
111: ( p_count => x_msg_count,
112: p_data => x_msg_data
113: );
114: