DBA Data[Home] [Help]

APPS.CSTPAPBR dependencies on FND_MSG_PUB

Line 8178: FND_MSG_pub.add;

8174: FND_FILE.put_line(FND_FILE.log, l_msg_data);
8175: l_api_message := 'get_CostEle_for_DirectItem returned unexpected error';
8176: FND_MESSAGE.set_name('BOM','CST_API_MESSAGE');
8177: FND_MESSAGE.set_token('TEXT', l_api_message);
8178: FND_MSG_pub.add;
8179: raise fnd_api.g_exc_unexpected_error;
8180: END IF;
8181:
8182: IF (g_debug_flag = 'Y') THEN