DBA Data[Home] [Help]

APPS.CSTPLMWI dependencies on FND_MSG_PUB

Line 103: FND_MSG_pub.add;

99: FND_FILE.put_line(FND_FILE.log, l_msg_data);
100: l_api_message := 'get_zeroCostIssue_flag returned unexpected error';
101: FND_MESSAGE.set_name('BOM','CST_API_MESSAGE');
102: FND_MESSAGE.set_token('TEXT', l_api_message);
103: FND_MSG_pub.add;
104: raise fnd_api.g_exc_unexpected_error;
105: end if;
106:
107: if (l_debug = 'Y') then