DBA Data[Home] [Help]

APPS.CSTPLCIR dependencies on FND_MSG_PUB

Line 414: FND_MSG_pub.add;

410: FND_FILE.put_line(FND_FILE.log, l_msg_data);
411: l_api_message := 'get_zeroCostIssue_flag returned unexpected error';
412: FND_MESSAGE.set_name('BOM','CST_API_MESSAGE');
413: FND_MESSAGE.set_token('TEXT', l_api_message);
414: FND_MSG_pub.add;
415: raise fnd_api.g_exc_unexpected_error;
416: end if;
417:
418: if (l_debug = 'Y') then