DBA Data[Home] [Help]

APPS.CSTPLCIR dependencies on FND_MSG_PUB

Line 420: FND_MSG_pub.add;

416: FND_FILE.put_line(FND_FILE.log, l_msg_data);
417: l_api_message := 'get_zeroCostIssue_flag returned unexpected error';
418: FND_MESSAGE.set_name('BOM','CST_API_MESSAGE');
419: FND_MESSAGE.set_token('TEXT', l_api_message);
420: FND_MSG_pub.add;
421: raise fnd_api.g_exc_unexpected_error;
422: end if;
423:
424: if (l_debug = 'Y') then