DBA Data[Home] [Help]

APPS.POS_PARTY_MANAGEMENT_PKG dependencies on FND_MSG_PUB

Line 309: l_msg_count := fnd_msg_pub.count_msg;

305: x_status
306: );
307:
308: IF x_status IS NULL OR x_status <> 'S' THEN
309: l_msg_count := fnd_msg_pub.count_msg;
310: pos_log.combine_fnd_msg(l_msg_count, x_exception_msg);
311: raise_application_error(-20001, x_exception_msg, true);
312: END IF;
313: