DBA Data[Home] [Help]

APPS.CSTPAPBR dependencies on FND_MSG_PUB

Line 8564: FND_MSG_pub.add;

8560: FND_FILE.put_line(FND_FILE.log, l_msg_data);
8561: l_api_message := 'get_CostEle_for_DirectItem returned unexpected error';
8562: FND_MESSAGE.set_name('BOM','CST_API_MESSAGE');
8563: FND_MESSAGE.set_token('TEXT', l_api_message);
8564: FND_MSG_pub.add;
8565: raise fnd_api.g_exc_unexpected_error;
8566: END IF;
8567:
8568: IF (g_debug_flag = 'Y') THEN