DBA Data[Home] [Help]

APPS.CSTPACIR dependencies on FND_MSG_PUB

Line 175: FND_MSG_pub.add;

171: FND_FILE.put_line(FND_FILE.log, l_msg_data);
172: l_api_message := 'get_zeroCostIssue_flag returned unexpected error';
173: FND_MESSAGE.set_name('BOM','CST_API_MESSAGE');
174: FND_MESSAGE.set_token('TEXT', l_api_message);
175: FND_MSG_pub.add;
176: raise fnd_api.g_exc_unexpected_error;
177: end if;
178:
179: if (l_debug = 'Y') then